Searched refs:fillMatrix (Results 1 – 4 of 4) sorted by relevance
/external/eigen/bench/ |
D | sparse_trisolver.cpp | 40 void fillMatrix(float density, int rows, int cols, EigenSparseTriMatrix& dst) in fillMatrix() function 73 fillMatrix(density, rows, cols, sm1); in main()
|
D | sparse_transpose.cpp | 47 fillMatrix(density, rows, cols, sm1); in main()
|
D | sparse_lu.cpp | 88 fillMatrix(density, rows, cols, sm1); in main()
|
D | BenchSparseUtil.h | 27 void fillMatrix(float density, int rows, int cols, EigenSparseMatrix& dst) in fillMatrix() function
|