Searched defs:DenseMatrix (Results 1 – 11 of 11) sorted by relevance
/external/eigen/test/ |
D | sparse_solver.h | 215 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
|
D | sparse_solvers.cpp | 36 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_solvers() typedef
|
D | sparse_permutations.cpp | 51 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_permutations() typedef
|
D | sparse_vector.cpp | 16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_vector() typedef
|
D | sparse_block.cpp | 37 typedef Matrix<Scalar,Dynamic,Dynamic,SparseMatrixType::IsRowMajor?RowMajor:ColMajor> DenseMatrix; in sparse_block() typedef
|
D | sparse_product.cpp | 41 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_product() typedef
|
D | sparse_basic.cpp | 32 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_basic() typedef
|
/external/eigen/bench/spbench/ |
D | test_sparseLU.cpp | 23 typedef Matrix<scalar, Dynamic, Dynamic> DenseMatrix; in main() typedef
|
D | sp_solver.cpp | 24 typedef Matrix<double, Dynamic, Dynamic> DenseMatrix; in main() typedef
|
/external/eigen/unsupported/test/ |
D | sparse_extra.cpp | 58 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_extra() typedef
|
/external/eigen/bench/ |
D | BenchSparseUtil.h | 23 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef
|