Searched refs:MtlSparse (Results 1 – 6 of 6) sorted by relevance
/external/eigen/bench/ |
D | BenchSparseUtil.h | 86 typedef mtl::compressed2D<Scalar, mtl::matrix::parameters<mtl::tag::col_major> > MtlSparse; typedef 88 void eiToMtl(const EigenSparseMatrix& src, MtlSparse& dst) in eiToMtl() 90 mtl::matrix::inserter<MtlSparse> ins(dst); in eiToMtl()
|
D | sparse_transpose.cpp | 92 MtlSparse m1(rows,cols), m3(rows,cols); in main()
|
D | sparse_dense_product.cpp | 161 MtlSparse m1(rows,cols); in main()
|
D | sparse_product.cpp | 298 MtlSparse m1(rows,cols), m2(rows,cols), m3(rows,cols); in main()
|
D | spmv.cpp | 209 MtlSparse mm(rows,cols); in main()
|
D | sparse_trisolver.cpp | 163 MtlSparse m1(rows,cols); in main()
|