Open3D (C++ API)  0.12.0
Namespaces | Functions
LeastSquares.cpp File Reference

(313315d (Wed Dec 23 23:39:47 2020 -0800))

#include "open3d/core/linalg/LeastSquares.h"
#include <unordered_map>

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...