Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/test/
H A Dsparse_solver.h350 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef
411 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef
493 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in check_sparse_spd_determinant() typedef
540 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef
615 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in check_sparse_square_determinant() typedef
638 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in check_sparse_square_abs_determinant() typedef
671 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in check_sparse_leastsquare_solving() typedef
H A Dsparse_solvers.cpp36 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_solvers() typedef
H A Dsparse_permutations.cpp51 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_permutations() typedef
H A Dsparse_vector.cpp16 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_vector() typedef
H A Dsparse_block.cpp39 typedef Matrix<Scalar,Dynamic,Dynamic,SparseMatrixType::IsRowMajor?RowMajor:ColMajor> DenseMatrix; in sparse_block() typedef
H A Dsparse_product.cpp47 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_product() typedef
H A Dsparse_basic.cpp39 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_basic() typedef
/aosp_15_r20/external/eigen/unsupported/test/
H A Dsparse_extra.cpp93 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; in sparse_extra() typedef
169 typedef Matrix<typename SparseMatrixType::Scalar, Dynamic, Dynamic> DenseMatrix; in check_marketio() typedef
/aosp_15_r20/external/eigen/bench/spbench/
H A Dtest_sparseLU.cpp23 typedef Matrix<scalar, Dynamic, Dynamic> DenseMatrix; in main() typedef
H A Dsp_solver.cpp24 typedef Matrix<double, Dynamic, Dynamic> DenseMatrix; in main() typedef
/aosp_15_r20/external/eigen/bench/
H A DBenchSparseUtil.h23 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix; typedef