Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h55 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 DMatrixExponential.h67 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 DBasicPreconditioners.h207 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 Dmake_circulant2.cpp29 ArgType::MaxSizeAtCompileTime> MatrixType; typedef
38 typedef typename circulant_helper<ArgType>::MatrixType MatrixType; in makeCirculant() typedef
H A Dnullary_indexing.cpp18 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 Dconservative_resize.cpp20 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 Drvalue_types.cpp119 void rvalue_copyassign(const MatrixType&) {} in rvalue_copyassign()
123 void rvalue_move(const MatrixType&) {} in rvalue_move()
H A 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
H A Dsizeof.cpp12 template<typename MatrixType> void verifySizeOf(const MatrixType&) in verifySizeOf()
H A Dgeo_transformations.cpp102 typedef typename Transform3::MatrixType MatrixType; in transformations() typedef
525 typedef Matrix<Scalar,Dim+1,Dim+1> MatrixType; in transform_associativity() typedef
H A Dexceptions.cpp35 typedef Eigen::Matrix<AnnoyingScalar,Dynamic,Dynamic> MatrixType; in EIGEN_DECLARE_TEST() typedef
H A Dhessenberg.cpp16 typedef Matrix<Scalar,Size,Size> MatrixType; in hessenberg() typedef
H A Dspqr_support.cpp32 typedef SparseMatrix<Scalar,ColMajor> MatrixType; in test_spqr_scalar() typedef
H A Dgeo_homogeneous.cpp19 typedef Matrix<Scalar,Size,Size> MatrixType; in homogeneous() typedef
/aosp_15_r20/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h295 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 DSparseLU.h30 typedef typename SparseLUType::MatrixType MatrixType; typedef
139 typedef _MatrixType MatrixType; typedef
H A DSparseLUImpl.h31 typedef SparseMatrix<Scalar,ColMajor,StorageIndex> MatrixType; typedef
/aosp_15_r20/external/eigen/doc/snippets/
H A DTutorial_Map_using.cpp1 typedef Matrix<float,1,Dynamic> MatrixType; typedef
/aosp_15_r20/external/eigen/Eigen/src/Eigenvalues/
H A DSelfAdjointEigenSolver.h80 typedef _MatrixType MatrixType; typedef
H A DGeneralizedSelfAdjointEigenSolver.h53 typedef _MatrixType MatrixType; typedef
H A DComplexSchur.h54 typedef _MatrixType MatrixType; typedef
/aosp_15_r20/external/eigen/bench/
H A Dbench_move_semantics.cpp35 using MatrixType = Eigen::Matrix<Eigen::MovableScalar<Scalar>,1,10>; in bench() typedef
/aosp_15_r20/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteLU.h28 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType; typedef
/aosp_15_r20/external/eigen/Eigen/src/Geometry/
H A DUmeyama.h108 typedef Matrix<Scalar, Dimension, Dimension> MatrixType; typedef
/aosp_15_r20/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLMpar.h31 typedef typename QRSolver::MatrixType MatrixType; in lmpar2() typedef

123