![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Eigen/Core>#include <Eigen/Dense>#include <Eigen/QR>

Go to the source code of this file.
Namespaces | |
| colmap | |
Functions | |
| template<typename Derived > | |
| bool | colmap::IsNaN (const Eigen::MatrixBase< Derived > &x) |
| template<typename Derived > | |
| bool | colmap::IsInf (const Eigen::MatrixBase< Derived > &x) |
| template<typename MatrixType > | |
| void | colmap::DecomposeMatrixRQ (const MatrixType &A, MatrixType *R, MatrixType *Q) |