/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() 76 void allocate(const JacobiSVD<MatrixType, FullPivHouseholderQRPreconditioner>& svd) in allocate() 86 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() 159 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 170 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() 213 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 225 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() [all …]
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixExponential.h | 67 typedef typename MatA::PlainObject MatrixType; in matrix_exp_pade3() typedef 84 typedef typename MatA::PlainObject MatrixType; in matrix_exp_pade5() typedef 102 typedef typename MatA::PlainObject MatrixType; in matrix_exp_pade7() typedef 123 typedef typename MatA::PlainObject MatrixType; in matrix_exp_pade9() typedef 145 typedef typename MatA::PlainObject MatrixType; in matrix_exp_pade13() typedef 173 typedef typename MatA::PlainObject MatrixType; in matrix_exp_pade17() typedef
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | BasicPreconditioners.h | 192 explicit IdentityPreconditioner(const MatrixType& ) {} in IdentityPreconditioner() 195 IdentityPreconditioner& analyzePattern(const MatrixType& ) { return *this; } in analyzePattern() 198 IdentityPreconditioner& factorize(const MatrixType& ) { return *this; } in factorize() 201 IdentityPreconditioner& compute(const MatrixType& ) { return *this; } in compute()
|
/external/eigen/doc/examples/ |
D | make_circulant2.cpp | 29 ArgType::MaxSizeAtCompileTime> MatrixType; typedef 38 typedef typename circulant_helper<ArgType>::MatrixType MatrixType; in makeCirculant() typedef
|
D | nullary_indexing.cpp | 18 ColIndexType::MaxSizeAtCompileTime> MatrixType; typedef in indexing_functor 36 typedef typename Func::MatrixType MatrixType; in indexing() typedef
|
/external/eigen/test/ |
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 | rvalue_types.cpp | 43 void rvalue_copyassign(const MatrixType&) {} in rvalue_copyassign()
|
D | hessenberg.cpp | 16 typedef Matrix<Scalar,Size,Size> MatrixType; in hessenberg() typedef
|
D | spqr_support.cpp | 32 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
|
D | sparseqr.cpp | 46 typedef SparseMatrix<Scalar,ColMajor> MatrixType; in test_sparseqr_scalar() typedef
|
D | product_large.cpp | 17 typedef Matrix<T,Dynamic,Dynamic> MatrixType; in test_aliasing() 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 | 31 typedef SparseMatrix<Scalar,ColMajor,StorageIndex> MatrixType; typedef
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | SelfAdjointEigenSolver.h | 74 typedef _MatrixType MatrixType; typedef
|
D | GeneralizedSelfAdjointEigenSolver.h | 53 typedef _MatrixType MatrixType; typedef
|
D | ComplexSchur.h | 54 typedef _MatrixType MatrixType; typedef
|
/external/skia/src/gpu/ |
D | GrPrimitiveProcessor.cpp | 33 enum MatrixType { enum
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | IncompleteLU.h | 28 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType; typedef
|
/external/eigen/Eigen/src/Geometry/ |
D | Umeyama.h | 108 typedef Matrix<Scalar, Dimension, Dimension> MatrixType; typedef
|
/external/eigen/unsupported/Eigen/src/Splines/ |
D | SplineFitting.h | 295 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType; in Interpolate() typedef 341 typedef Matrix<Scalar, Dynamic, Dynamic> MatrixType; in InterpolateWithDerivatives() typedef
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LMpar.h | 31 typedef typename QRSolver::MatrixType MatrixType; in lmpar2() typedef
|