Home
last modified time | relevance | path

Searched defs:DenseMatrix (Results 1 – 11 of 11) sorted by relevance

/external/eigen/test/
Dsparse_solver.h215 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef
276 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef
358 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in check_sparse_spd_determinant() typedef
405 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef
481 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in check_sparse_square_determinant() typedef
504 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in check_sparse_square_abs_determinant() typedef
537 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in check_sparse_leastsquare_solving() typedef
Dsparse_solvers.cpp36 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_solvers() typedef
Dsparse_permutations.cpp51 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_permutations() typedef
Dsparse_vector.cpp16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_vector() typedef
Dsparse_block.cpp37 typedef Matrix<Scalar,Dynamic,Dynamic,SparseMatrixType::IsRowMajor?RowMajor:ColMajor> DenseMatrix; in sparse_block() typedef
Dsparse_product.cpp41 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_product() typedef
Dsparse_basic.cpp32 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_basic() typedef
/external/eigen/bench/spbench/
Dtest_sparseLU.cpp23 typedef Matrix<scalar, Dynamic, Dynamic> DenseMatrix; in main() typedef
Dsp_solver.cpp24 typedef Matrix<double, Dynamic, Dynamic> DenseMatrix; in main() typedef
/external/eigen/unsupported/test/
Dsparse_extra.cpp58 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_extra() typedef
/external/eigen/bench/
DBenchSparseUtil.h23 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef