Searched refs:GmmSparse (Results 1 – 6 of 6) sorted by relevance
/external/eigen/bench/ |
D | BenchSparseUtil.h | 72 typedef gmm::csc_matrix<Scalar> GmmSparse; typedef 74 void eiToGmm(const EigenSparseMatrix& src, GmmSparse& dst) in eiToGmm()
|
D | sparse_transpose.cpp | 82 GmmSparse m1(rows,cols), m3(rows,cols); in main()
|
D | sparse_dense_product.cpp | 120 GmmSparse m1(rows,cols); in main()
|
D | sparse_product.cpp | 268 GmmSparse m1(rows,cols), m2(rows,cols), m3(rows,cols); in main()
|
D | spmv.cpp | 191 GmmSparse gm(rows,cols); in main()
|
D | sparse_trisolver.cpp | 138 GmmSparse m1(rows,cols); in main()
|