Open3D (C++ API)  0.18.0
Loading...
Searching...
No Matches
Namespaces | Functions
LeastSquares.cpp File Reference
#include "open3d/core/linalg/LeastSquares.h"
#include <unordered_map>
#include "open3d/core/CUDAUtils.h"

Namespaces

namespace  open3d
 
namespace  open3d::core
 

Functions

void open3d::core::LeastSquares (const Tensor &A, const Tensor &B, Tensor &X)
 Solve AX = B with QR decomposition. A is a full-rank m x n matrix (m >= n).