/external/eigen/test/ |
D | sparse_product.cpp | 12 template<typename SparseMatrixType, typename DenseMatrix, bool IsRowMajor=SparseMatrixType::IsRowMa… 14 template<typename SparseMatrixType, typename DenseMatrix> struct test_outer<SparseMatrixType,DenseM… 15 …static void run(SparseMatrixType& m2, SparseMatrixType& m4, DenseMatrix& refMat2, DenseMatrix& ref… in run() 24 template<typename SparseMatrixType, typename DenseMatrix> struct test_outer<SparseMatrixType,DenseM… 25 …static void run(SparseMatrixType& m2, SparseMatrixType& m4, DenseMatrix& refMat2, DenseMatrix& ref… in run() 49 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_product() typedef 60 DenseMatrix refMat2 = DenseMatrix::Zero(rows, depth); in sparse_product() 61 DenseMatrix refMat2t = DenseMatrix::Zero(depth, rows); in sparse_product() 62 DenseMatrix refMat3 = DenseMatrix::Zero(depth, cols); in sparse_product() 63 DenseMatrix refMat3t = DenseMatrix::Zero(cols, depth); in sparse_product() [all …]
|
D | sparse_basic.cpp | 25 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_basic() typedef 33 DenseMatrix refMat = DenseMatrix::Zero(rows, cols); in sparse_basic() 135 DenseMatrix m1(rows,cols); in sparse_basic() 155 DenseMatrix m1(rows,cols); in sparse_basic() 179 DenseMatrix m1(rows,cols); in sparse_basic() 200 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows); in sparse_basic() 241 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows); in sparse_basic() 274 DenseMatrix refM1 = DenseMatrix::Zero(rows, rows); in sparse_basic() 275 DenseMatrix refM2 = DenseMatrix::Zero(rows, rows); in sparse_basic() 276 DenseMatrix refM3 = DenseMatrix::Zero(rows, rows); in sparse_basic() [all …]
|
D | sparse_solver.h | 150 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef 156 DenseMatrix dM(size, size); 191 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in check_sparse_spd_solving() typedef 196 DenseMatrix dA; in check_sparse_spd_solving() 205 DenseMatrix dB(size,rhsCols); in check_sparse_spd_solving() 250 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in check_sparse_spd_determinant() typedef 254 DenseMatrix dA; in check_sparse_spd_determinant() 285 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in check_sparse_square_solving() typedef 291 DenseMatrix dA; in check_sparse_square_solving() 297 DenseMatrix dB(size,rhsCols); in check_sparse_square_solving() [all …]
|
D | sparse_solvers.cpp | 36 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_solvers() typedef 49 DenseMatrix refMat2 = DenseMatrix::Zero(rows, cols); in sparse_solvers() 81 DenseMatrix refMatB = DenseMatrix::Zero(rows, rows); in sparse_solvers()
|
D | sparse_permutations.cpp | 21 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_permutations() typedef 28 DenseMatrix mat_d = DenseMatrix::Zero(rows, cols), up_sym_d, lo_sym_d, res_d; in sparse_permutations() 39 VERIFY_IS_APPROX(up, DenseMatrix(mat_d.template triangularView<Upper>())); in sparse_permutations() 40 VERIFY_IS_APPROX(lo, DenseMatrix(mat_d.template triangularView<Lower>())); in sparse_permutations()
|
D | sparse_vector.cpp | 16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_vector() typedef 24 DenseMatrix refM1 = DenseMatrix::Zero(rows, rows); in sparse_vector()
|
/external/eigen/test/eigen2/ |
D | eigen2_sparse_product.cpp | 20 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_product() typedef 25 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows); in sparse_product() 26 DenseMatrix refMat3 = DenseMatrix::Zero(rows, rows); in sparse_product() 27 DenseMatrix refMat4 = DenseMatrix::Zero(rows, rows); in sparse_product() 28 DenseMatrix dm4 = DenseMatrix::Zero(rows, rows); in sparse_product() 58 DenseMatrix refM2 = DenseMatrix::Zero(rows, rows); in sparse_product() 59 DenseMatrix refM3 = DenseMatrix::Zero(rows, rows); in sparse_product() 73 DenseMatrix b = DenseMatrix::Random(rows, rows); in sparse_product() 74 DenseMatrix x = DenseMatrix::Random(rows, rows); in sparse_product() 75 DenseMatrix refX = DenseMatrix::Random(rows, rows); in sparse_product() [all …]
|
D | eigen2_sparse_basic.cpp | 54 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_basic() typedef 59 DenseMatrix refMat = DenseMatrix::Zero(rows, cols); in sparse_basic() 167 DenseMatrix m1(rows,cols); in sparse_basic() 202 DenseMatrix refM1 = DenseMatrix::Zero(rows, rows); in sparse_basic() 203 DenseMatrix refM2 = DenseMatrix::Zero(rows, rows); in sparse_basic() 204 DenseMatrix refM3 = DenseMatrix::Zero(rows, rows); in sparse_basic() 205 DenseMatrix refM4 = DenseMatrix::Zero(rows, rows); in sparse_basic() 236 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows); in sparse_basic() 250 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows); in sparse_basic() 265 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows); in sparse_basic() [all …]
|
D | eigen2_sparse_solvers.cpp | 36 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_solvers() typedef 49 DenseMatrix refMat2 = DenseMatrix::Zero(rows, cols); in sparse_solvers() 76 DenseMatrix refMat2(rows, cols); in sparse_solvers() 117 DenseMatrix refMat2(rows, cols); in sparse_solvers() 140 DenseMatrix refMat2(rows, cols); in sparse_solvers() 147 LU<DenseMatrix> refLu(refMat2); in sparse_solvers()
|
D | eigen2_sparse_vector.cpp | 16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_vector() typedef 24 DenseMatrix refM1 = DenseMatrix::Zero(rows, cols); in sparse_vector()
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | DGMRES.h | 116 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; 224 ComplexVector schurValues(const ComplexSchur<DenseMatrix>& schurofH) const; 225 ComplexVector schurValues(const RealSchur<DenseMatrix>& schurofH) const; 228 mutable DenseMatrix m_V; // Krylov basis vectors 229 mutable DenseMatrix m_H; // Hessenberg matrix 230 mutable DenseMatrix m_Hes; // Initial hessenberg matrix wihout Givens rotations applied 232 mutable DenseMatrix m_U; // Vectors that form the basis of the invariant subspace 233 mutable DenseMatrix m_MU; // matrix operator applied to m_U (for next cycles) 234 mutable DenseMatrix m_T; /* T=U^T*M^{-1}*A*U */ 235 mutable PartialPivLU<DenseMatrix> m_luT; // LU factorization of m_T [all …]
|
/external/eigen/unsupported/test/ |
D | sparse_extra.cpp | 59 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_extra() typedef 64 DenseMatrix refMat = DenseMatrix::Zero(rows, cols); in sparse_extra()
|
/external/eigen/bench/ |
D | sparse_lu.cpp | 96 DenseMatrix m1(rows,cols); in main() 101 FullPivLU<DenseMatrix> lu(m1); in main()
|
D | sparse_cholesky.cpp | 103 DenseMatrix m1(rows,cols); in main() 113 LLT<DenseMatrix> chol(m1); in main()
|
D | BenchSparseUtil.h | 23 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef 62 void eiToDense(const EigenSparseMatrix& src, DenseMatrix& dst) in eiToDense()
|
D | sparse_transpose.cpp | 52 DenseMatrix m1(rows,cols), m3(rows,cols); in main()
|
D | sparse_dense_product.cpp | 72 DenseMatrix m1(rows,cols); in main()
|
D | sparse_product.cpp | 119 DenseMatrix m1(rows,cols), m2(rows,cols), m3(rows,cols); in main()
|
D | sparse_trisolver.cpp | 81 DenseMatrix m1(rows,cols); in main()
|
D | spmv.cpp | 96 DenseMatrix dm(rows,cols), (rows,cols); in main()
|
/external/eigen/bench/spbench/ |
D | sp_solver.cpp | 24 typedef Matrix<double, Dynamic, Dynamic> DenseMatrix; in main() typedef
|
D | test_sparseLU.cpp | 23 typedef Matrix<scalar, Dynamic, Dynamic> DenseMatrix; in main() typedef
|
/external/eigen/Eigen/src/SparseQR/ |
D | SparseQR.h | 666 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix;
|