Home
last modified time | relevance | path

Searched refs:DenseMatrix (Results 1 – 23 of 23) sorted by relevance

/external/eigen/test/
Dsparse_product.cpp12 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 …]
Dsparse_basic.cpp25 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 …]
Dsparse_solver.h150 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 …]
Dsparse_solvers.cpp36 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()
Dsparse_permutations.cpp21 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()
Dsparse_vector.cpp16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_vector() typedef
24 DenseMatrix refM1 = DenseMatrix::Zero(rows, rows); in sparse_vector()
/external/eigen/test/eigen2/
Deigen2_sparse_product.cpp20 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 …]
Deigen2_sparse_basic.cpp54 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 …]
Deigen2_sparse_solvers.cpp36 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()
Deigen2_sparse_vector.cpp16 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/
DDGMRES.h116 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/
Dsparse_extra.cpp59 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_extra() typedef
64 DenseMatrix refMat = DenseMatrix::Zero(rows, cols); in sparse_extra()
/external/eigen/bench/
Dsparse_lu.cpp96 DenseMatrix m1(rows,cols); in main()
101 FullPivLU<DenseMatrix> lu(m1); in main()
Dsparse_cholesky.cpp103 DenseMatrix m1(rows,cols); in main()
113 LLT<DenseMatrix> chol(m1); in main()
DBenchSparseUtil.h23 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef
62 void eiToDense(const EigenSparseMatrix& src, DenseMatrix& dst) in eiToDense()
Dsparse_transpose.cpp52 DenseMatrix m1(rows,cols), m3(rows,cols); in main()
Dsparse_dense_product.cpp72 DenseMatrix m1(rows,cols); in main()
Dsparse_product.cpp119 DenseMatrix m1(rows,cols), m2(rows,cols), m3(rows,cols); in main()
Dsparse_trisolver.cpp81 DenseMatrix m1(rows,cols); in main()
Dspmv.cpp96 DenseMatrix dm(rows,cols), (rows,cols); in main()
/external/eigen/bench/spbench/
Dsp_solver.cpp24 typedef Matrix<double, Dynamic, Dynamic> DenseMatrix; in main() typedef
Dtest_sparseLU.cpp23 typedef Matrix<scalar, Dynamic, Dynamic> DenseMatrix; in main() typedef
/external/eigen/Eigen/src/SparseQR/
DSparseQR.h666 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix;