Searched refs:FullPivLU (Results 1 – 15 of 15) sorted by relevance
46 template<typename _MatrixType> class FullPivLU72 FullPivLU();80 FullPivLU(Index rows, Index cols);87 FullPivLU(const MatrixType& matrix);96 FullPivLU& compute(const MatrixType& matrix);162 inline const internal::kernel_retval<FullPivLU> kernel() const in kernel()165 return internal::kernel_retval<FullPivLU>(*this); in kernel()187 inline const internal::image_retval<FullPivLU>191 return internal::image_retval<FullPivLU>(*this, originalMatrix); in image()214 inline const internal::solve_retval<FullPivLU, Rhs>[all …]
44 …typedef typename internal::kernel_retval_base<FullPivLU<MatrixType> >::ReturnType KernelMatrixType; in lu_non_invertible()45 typedef typename internal::image_retval_base<FullPivLU<MatrixType> >::ReturnType ImageMatrixType; in lu_non_invertible()60 FullPivLU<MatrixType> lu; in lu_non_invertible()106 FullPivLU<MatrixType> lu; in lu_invertible()147 FullPivLU<MatrixType> lu; in lu_verify_assert()201 CALL_SUBTEST_9( FullPivLU<MatrixXf>(10, 20); ); in test_lu()
149 Eigen::FullPivLU<Matrix> fpLU; fpLU.compute(A); in ctms_decompositions()
16 class LU : public FullPivLU<MatrixType>46 typedef FullPivLU<MatrixType> Base;
12 FullPivLU<Matrix2d> lu(A); in main()
14 FullPivLU<Matrix3f> lu_decomp(A); in main()
5 Eigen::FullPivLU<Matrix5x3> lu(m);
22 #include "src/LU/FullPivLU.h"
101 FullPivLU<DenseMatrix> lu(m1); in main()
55 <td>FullPivLU</td>155 While certain decompositions, such as PartialPivLU and FullPivLU, offer inverse() and determinant()…227 case with FullPivLU:
42 <td>FullPivLU</td>
177 <td>FullPivLU</td>
18 …U>\endcode</td><td>Inverse, determinant, LU decompositions with solver (FullPivLU, PartialPivLU)</…
216 template<typename MatrixType> class FullPivLU;
323 const FullPivLU<PlainObject> fullPivLu() const;