Home
last modified time | relevance | path

Searched defs:MatrixType (Results 1 – 25 of 70) sorted by relevance

123

/external/eigen/unsupported/Eigen/src/SVD/
DJacobiSVD.h55 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/
DJacobiSVD.h55 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/
Dcwiseop.cpp61 cwiseops_real_only(MatrixType& , MatrixType& , MatrixType& , MatrixType& ) in cwiseops_real_only() argument
Dsizeof.cpp12 template<typename MatrixType> void verifySizeOf(const MatrixType&) in verifySizeOf()
Dumeyama.cpp25 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
Dhessenberg.cpp16 typedef Matrix<Scalar,Size,Size> MatrixType; in hessenberg() typedef
Dspqr_support.cpp30 typedef SparseMatrix<Scalar,ColMajor> MatrixType; in test_spqr_scalar() typedef
Dconservative_resize.cpp19 typedef Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, Storage> MatrixType; in run_matrix_tests() typedef
Dgeo_homogeneous.cpp19 typedef Matrix<Scalar,Size,Size> MatrixType; in homogeneous() typedef
Dproduct_symm.cpp14 typedef Matrix<Scalar, Size, Size> MatrixType; in symm() typedef
/external/eigen/Eigen/src/SparseCore/
DSparseTranspose.h40 …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/
Deigen2_sizeof.cpp12 template<typename MatrixType> void verifySizeOf(const MatrixType&) in verifySizeOf()
Deigen2_submatrices.cpp18 typedef Matrix<Scalar, _Rows, _Cols> MatrixType; typedef
35 typedef Matrix<Scalar, 1, 1> MatrixType; typedef
Deigen2_parametrizedline.cpp27 LineType::AmbientDimAtCompileTime> MatrixType; in parametrizedline() typedef
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h163 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/
DTutorial_Map_using.cpp1 typedef Matrix<float,1,Dynamic> MatrixType; typedef
/external/eigen/Eigen/src/SparseLU/
DSparseLUImpl.h29 typedef SparseMatrix<Scalar,ColMajor,Index> MatrixType; typedef
/external/eigen/unsupported/test/
Djacobisvd.cpp14 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/
DSelfAdjointEigenSolver.h72 typedef _MatrixType MatrixType; typedef
DGeneralizedSelfAdjointEigenSolver.h54 typedef _MatrixType MatrixType; typedef
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteLU.h24 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType; typedef
/external/eigen/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h41 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType; typedef
/external/eigen/Eigen/src/Geometry/
DUmeyama.h109 typedef Matrix<Scalar, Dimension, Dimension> MatrixType; typedef
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DTransform.h54 typedef Matrix<Scalar,HDim,HDim> MatrixType; typedef
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLMpar.h31 typedef typename QRSolver::MatrixType MatrixType; in lmpar2() typedef

123