Open3D (C++ API)
0.15.1
|
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). More... | |