/aosp_15_r20/external/eigen/Eigen/src/SVD/ |
H A 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() 212 void allocate(const JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd) in allocate() 224 bool run(JacobiSVD<MatrixType, ColPivHouseholderQRPreconditioner>& svd, const MatrixType& matrix) in run() [all …]
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
H A 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
|
/aosp_15_r20/external/eigen/Eigen/src/IterativeLinearSolvers/ |
H A D | BasicPreconditioners.h | 207 explicit IdentityPreconditioner(const MatrixType& ) {} in IdentityPreconditioner() 210 IdentityPreconditioner& analyzePattern(const MatrixType& ) { return *this; } in analyzePattern() 213 IdentityPreconditioner& factorize(const MatrixType& ) { return *this; } in factorize() 216 IdentityPreconditioner& compute(const MatrixType& ) { return *this; } in compute()
|
/aosp_15_r20/external/eigen/doc/examples/ |
H A D | make_circulant2.cpp | 29 ArgType::MaxSizeAtCompileTime> MatrixType; typedef 38 typedef typename circulant_helper<ArgType>::MatrixType MatrixType; in makeCirculant() typedef
|
H A D | nullary_indexing.cpp | 18 ColIndexType::MaxSizeAtCompileTime> MatrixType; typedef in indexing_functor 36 typedef typename Func::MatrixType MatrixType; in mat_indexing() typedef
|
/aosp_15_r20/external/eigen/test/ |
H A D | conservative_resize.cpp | 20 typedef Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, Storage> MatrixType; in run_matrix_tests() typedef 117 typedef Eigen::Matrix<AnnoyingScalar,Dynamic,Dynamic> MatrixType; in noncopyable() typedef
|
H A D | rvalue_types.cpp | 119 void rvalue_copyassign(const MatrixType&) {} in rvalue_copyassign() 123 void rvalue_move(const MatrixType&) {} in rvalue_move()
|
H A 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
|
H A D | sizeof.cpp | 12 template<typename MatrixType> void verifySizeOf(const MatrixType&) in verifySizeOf()
|
H A D | geo_transformations.cpp | 102 typedef typename Transform3::MatrixType MatrixType; in transformations() typedef 525 typedef Matrix<Scalar,Dim+1,Dim+1> MatrixType; in transform_associativity() typedef
|
H A D | exceptions.cpp | 35 typedef Eigen::Matrix<AnnoyingScalar,Dynamic,Dynamic> MatrixType; in EIGEN_DECLARE_TEST() typedef
|
H A D | hessenberg.cpp | 16 typedef Matrix<Scalar,Size,Size> MatrixType; in hessenberg() typedef
|
H A D | spqr_support.cpp | 32 typedef SparseMatrix<Scalar,ColMajor> MatrixType; in test_spqr_scalar() typedef
|
H A D | geo_homogeneous.cpp | 19 typedef Matrix<Scalar,Size,Size> MatrixType; in homogeneous() typedef
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/Splines/ |
H A D | SplineFitting.h | 295 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType; in Interpolate() typedef 341 typedef Matrix<Scalar, Dynamic, Dynamic> MatrixType; in InterpolateWithDerivatives() typedef
|
/aosp_15_r20/external/eigen/Eigen/src/SparseLU/ |
H A D | SparseLU.h | 30 typedef typename SparseLUType::MatrixType MatrixType; typedef 139 typedef _MatrixType MatrixType; typedef
|
H A D | SparseLUImpl.h | 31 typedef SparseMatrix<Scalar,ColMajor,StorageIndex> MatrixType; typedef
|
/aosp_15_r20/external/eigen/doc/snippets/ |
H A D | Tutorial_Map_using.cpp | 1 typedef Matrix<float,1,Dynamic> MatrixType; typedef
|
/aosp_15_r20/external/eigen/Eigen/src/Eigenvalues/ |
H A D | SelfAdjointEigenSolver.h | 80 typedef _MatrixType MatrixType; typedef
|
H A D | GeneralizedSelfAdjointEigenSolver.h | 53 typedef _MatrixType MatrixType; typedef
|
H A D | ComplexSchur.h | 54 typedef _MatrixType MatrixType; typedef
|
/aosp_15_r20/external/eigen/bench/ |
H A D | bench_move_semantics.cpp | 35 using MatrixType = Eigen::Matrix<Eigen::MovableScalar<Scalar>,1,10>; in bench() typedef
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
H A D | IncompleteLU.h | 28 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType; typedef
|
/aosp_15_r20/external/eigen/Eigen/src/Geometry/ |
H A D | Umeyama.h | 108 typedef Matrix<Scalar, Dimension, Dimension> MatrixType; typedef
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
H A D | LMpar.h | 31 typedef typename QRSolver::MatrixType MatrixType; in lmpar2() typedef
|