Searched defs:DenseMatrix (Results  1 – 11 of 11) sorted by relevance
| /external/eigen/test/ | 
| D | sparse_solver.h | 350   typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix;  typedef411   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
 
 | 
| 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 | 39   typedef Matrix<Scalar,Dynamic,Dynamic,SparseMatrixType::IsRowMajor?RowMajor:ColMajor> DenseMatrix;  in sparse_block()  typedef
 | 
| D | sparse_product.cpp | 47   typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix;  in sparse_product()  typedef
 | 
| D | sparse_basic.cpp | 39   typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix;  in sparse_basic()  typedef
 | 
| /external/eigen/unsupported/test/ | 
| D | sparse_extra.cpp | 93   typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix;  in sparse_extra()  typedef169   typedef Matrix<typename SparseMatrixType::Scalar, Dynamic, Dynamic> DenseMatrix;  in check_marketio()  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/bench/ | 
| D | BenchSparseUtil.h | 23 typedef Matrix<Scalar,Dynamic,Dynamic> DenseMatrix;  typedef
 |