|
Open3D (C++ API)
0.18.0+252c867
|
#include "open3d/core/linalg/LeastSquares.h"#include <unordered_map>#include "open3d/core/CUDAUtils.h"Namespaces | |
| open3d | |
| 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). More... | |