Searched refs:MtlSparse (Results 1 - 6 of 6) sorted by relevance

/external/eigen/bench/
H A DBenchSparseUtil.h86 typedef mtl::compressed2D<Scalar, mtl::matrix::parameters<mtl::tag::col_major> > MtlSparse; typedef
88 void eiToMtl(const EigenSparseMatrix& src, MtlSparse& dst)
90 mtl::matrix::inserter<MtlSparse> ins(dst);
H A Dsparse_transpose.cpp92 MtlSparse m1(rows,cols), m3(rows,cols);
H A Dsparse_dense_product.cpp161 MtlSparse m1(rows,cols);
H A Dsparse_product.cpp298 MtlSparse m1(rows,cols), m2(rows,cols), m3(rows,cols);
H A Dsparse_trisolver.cpp163 MtlSparse m1(rows,cols);
H A Dspmv.cpp209 MtlSparse mm(rows,cols);

Completed in 386 milliseconds