/external/eigen/unsupported/Eigen/src/SVD/ |
D | JacobiSVD.h | 55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate() 56 bool run(JacobiSVD<MatrixType, QRPreconditioner>&, const MatrixType&) in run() 77 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() 87 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() 133 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 161 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 172 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 214 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 226 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() [all …]
|
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD.h | 55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate() 56 bool run(JacobiSVD<MatrixType, QRPreconditioner>&, const MatrixType&) in run() 77 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() 87 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 122 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() 133 bool run(JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 161 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 172 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 214 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 226 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() [all …]
|
/external/eigen/test/ |
D | cwiseop.cpp | 61 cwiseops_real_only(MatrixType& , MatrixType& , MatrixType& , MatrixType& ) in cwiseops_real_only() argument
|
D | sizeof.cpp | 12 template<typename MatrixType> void verifySizeOf(const MatrixType&) in verifySizeOf()
|
D | umeyama.cpp | 25 typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic> MatrixType; in randMatrixUnitary() typedef 79 typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic> MatrixType; in randMatrixSpecialUnitary() typedef
|
D | hessenberg.cpp | 16 typedef Matrix<Scalar,Size,Size> MatrixType; in hessenberg() typedef
|
D | spqr_support.cpp | 30 typedef SparseMatrix<Scalar,ColMajor> MatrixType; in test_spqr_scalar() typedef
|
D | conservative_resize.cpp | 19 typedef Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, Storage> MatrixType; in run_matrix_tests() typedef
|
D | geo_homogeneous.cpp | 19 typedef Matrix<Scalar,Size,Size> MatrixType; in homogeneous() typedef
|
D | product_symm.cpp | 14 typedef Matrix<Scalar, Size, Size> MatrixType; in symm() typedef
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseTranspose.h | 40 …EIGEN_STRONG_INLINE InnerIterator(const TransposeImpl& trans, typename TransposeImpl<MatrixType,Sp… in InnerIterator() 54 …TRONG_INLINE ReverseInnerIterator(const TransposeImpl& xpr, typename TransposeImpl<MatrixType,Spar… in ReverseInnerIterator()
|
/external/eigen/test/eigen2/ |
D | eigen2_sizeof.cpp | 12 template<typename MatrixType> void verifySizeOf(const MatrixType&) in verifySizeOf()
|
D | eigen2_submatrices.cpp | 18 typedef Matrix<Scalar, _Rows, _Cols> MatrixType; typedef 35 typedef Matrix<Scalar, 1, 1> MatrixType; typedef
|
D | eigen2_parametrizedline.cpp | 27 LineType::AmbientDimAtCompileTime> MatrixType; in parametrizedline() typedef
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 163 typedef _MatrixType MatrixType; typedef 391 typedef _MatrixType MatrixType; typedef 438 typedef _MatrixType MatrixType; typedef 483 typedef _MatrixType MatrixType; typedef 530 typedef _MatrixType MatrixType; typedef
|
/external/eigen/doc/snippets/ |
D | Tutorial_Map_using.cpp | 1 typedef Matrix<float,1,Dynamic> MatrixType; typedef
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLUImpl.h | 29 typedef SparseMatrix<Scalar,ColMajor,Index> MatrixType; typedef
|
/external/eigen/unsupported/test/ |
D | jacobisvd.cpp | 14 void jacobisvd_check_full(const MatrixType& m, const JacobiSVD<MatrixType, QRPreconditioner>& svd) in jacobisvd_check_full() 22 const JacobiSVD<MatrixType, QRPreconditioner>& referenceSvd) in jacobisvd_compare_to_full()
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | SelfAdjointEigenSolver.h | 72 typedef _MatrixType MatrixType; typedef
|
D | GeneralizedSelfAdjointEigenSolver.h | 54 typedef _MatrixType MatrixType; typedef
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | IncompleteLU.h | 24 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType; typedef
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | BasicPreconditioners.h | 41 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType; typedef
|
/external/eigen/Eigen/src/Geometry/ |
D | Umeyama.h | 109 typedef Matrix<Scalar, Dimension, Dimension> MatrixType; typedef
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | Transform.h | 54 typedef Matrix<Scalar,HDim,HDim> MatrixType; typedef
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LMpar.h | 31 typedef typename QRSolver::MatrixType MatrixType; in lmpar2() typedef
|