Home
last modified time | relevance | path

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

123

/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()
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/
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
/external/eigen/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h192 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/
Dmake_circulant2.cpp29 ArgType::MaxSizeAtCompileTime> MatrixType; typedef
38 typedef typename circulant_helper<ArgType>::MatrixType MatrixType; in makeCirculant() typedef
Dnullary_indexing.cpp18 ColIndexType::MaxSizeAtCompileTime> MatrixType; typedef in indexing_functor
36 typedef typename Func::MatrixType MatrixType; in indexing() typedef
/external/eigen/test/
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
Drvalue_types.cpp43 void rvalue_copyassign(const MatrixType&) {} in rvalue_copyassign()
Dhessenberg.cpp16 typedef Matrix<Scalar,Size,Size> MatrixType; in hessenberg() typedef
Dspqr_support.cpp32 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
Dsparseqr.cpp46 typedef SparseMatrix<Scalar,ColMajor> MatrixType; in test_sparseqr_scalar() typedef
Dproduct_large.cpp17 typedef Matrix<T,Dynamic,Dynamic> MatrixType; in test_aliasing() typedef
/external/eigen/doc/snippets/
DTutorial_Map_using.cpp1 typedef Matrix<float,1,Dynamic> MatrixType; typedef
/external/eigen/Eigen/src/SparseLU/
DSparseLUImpl.h31 typedef SparseMatrix<Scalar,ColMajor,StorageIndex> MatrixType; typedef
/external/eigen/Eigen/src/Eigenvalues/
DSelfAdjointEigenSolver.h74 typedef _MatrixType MatrixType; typedef
DGeneralizedSelfAdjointEigenSolver.h53 typedef _MatrixType MatrixType; typedef
DComplexSchur.h54 typedef _MatrixType MatrixType; typedef
/external/skia/src/gpu/
DGrPrimitiveProcessor.cpp33 enum MatrixType { enum
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteLU.h28 typedef Matrix<Scalar,Dynamic,Dynamic> MatrixType; typedef
/external/eigen/Eigen/src/Geometry/
DUmeyama.h108 typedef Matrix<Scalar, Dimension, Dimension> MatrixType; typedef
/external/eigen/unsupported/Eigen/src/Splines/
DSplineFitting.h295 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/
DLMpar.h31 typedef typename QRSolver::MatrixType MatrixType; in lmpar2() typedef

123