Searched defs:FullPivLU (Results 1 - 1 of 1) sorted by path

/external/eigen/Eigen/src/LU/
H A DFullPivLU.h17 * \class FullPivLU
46 template<typename _MatrixType> class FullPivLU class in namespace:Eigen
72 FullPivLU();
78 * \sa FullPivLU()
80 FullPivLU(Index rows, Index cols);
87 FullPivLU(const MatrixType& matrix);
96 FullPivLU& compute(const MatrixType& matrix);
100 * case, special care is needed, see the documentation of class FullPivLU).
162 inline const internal::kernel_retval<FullPivLU> kernel() const
165 return internal::kernel_retval<FullPivLU>(*thi
388 FullPivLU<MatrixType>::FullPivLU() function in class:Eigen::FullPivLU
394 FullPivLU<MatrixType>::FullPivLU(Index rows, Index cols) function in class:Eigen::FullPivLU
406 FullPivLU<MatrixType>::FullPivLU(const MatrixType& matrix) function in class:Eigen::FullPivLU
[all...]

Completed in 873 milliseconds