Home
last modified time | relevance | path

Searched refs:fillMatrix2 (Results 1 – 4 of 4) sorted by relevance

/external/eigen/bench/
Dsparse_product.cpp111 fillMatrix2(nnzPerCol, rows, cols, sm1); in main()
112 fillMatrix2(nnzPerCol, rows, cols, sm2); in main()
Dsparse_dense_product.cpp66 fillMatrix2(7, rows, cols, sm1); in main()
DBenchSparseUtil.h42 void fillMatrix2(int nnzPerCol, int rows, int cols, EigenSparseMatrix& dst) in fillMatrix2() function
Dspmv.cpp91 fillMatrix2(nnzPerCol, rows, cols, sm); in main()