| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/bench/ |
| D | sparse_trisolver.cpp | 40 void fillMatrix(float density, int rows, int cols, EigenSparseTriMatrix& dst) in fillMatrix() 60 float density = DENSITY; in main() local 70 for (float density = DENSITY; density>=MINDENSITY; density*=0.5) in main() local
|
| D | sparse_transpose.cpp | 40 float density = DENSITY; in main() local 45 for (float density = DENSITY; density>=MINDENSITY; density*=0.5) in main() local
|
| D | sparse_dense_product.cpp | 56 float density = DENSITY; in main() local 63 for (float density = DENSITY; density>=MINDENSITY; density*=0.5) in main() local
|
| D | sparse_cholesky.cpp | 44 void fillSpdMatrix(float density, int rows, int cols, EigenSparseSelfAdjointMatrix& dst) in fillSpdMatrix() 81 float density = DENSITY; in main() local
|
| D | sparse_randomsetter.cpp | 69 float density = DENSITY; in main() local
|
| D | sparse_lu.cpp | 76 float density = DENSITY; in main() local
|
| D | sparse_product.cpp | 102 float density = DENSITY; in main() local
|
| D | BenchSparseUtil.h | 27 void fillMatrix(float density, int rows, int cols, EigenSparseMatrix& dst) in fillMatrix()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/ |
| D | sparse_solvers.cpp | 13 initSPD(double density, in initSPD() 35 double density = (std::max)(8./(rows*cols), 0.01); in sparse_solvers() local
|
| D | sparse_solver.h | 218 double density = (std::max)(8./(size*size), 0.01); variable 287 double density = (std::max)(8./(size*rhsCols), 0.1); variable 378 double density = (std::max)(8./(size*size), 0.01); variable 419 double density = (std::max)(8./(size*rhsCols), 0.1); variable 524 double density = (std::max)(8./(rows*cols), 0.01); variable 551 double density = (std::max)(8./(A.rows()*rhsCols), 0.1); in check_sparse_leastsquare_solving() local
|
| D | spqr_support.cpp | 21 double density = (std::max)(8./(rows*cols), 0.01); in generate_sparse_rectangular_problem() local
|
| D | sparseqr.cpp | 19 double density = (std::max)(8./(rows*cols), 0.01); in generate_sparse_rectangular_problem() local
|
| D | sparse_permutations.cpp | 56 double density = (std::max)(8./(rows*cols), 0.01); in sparse_permutations() local
|
| D | sparse_product.cpp | 46 double density = (std::max)(8./(rows*cols), 0.2); in sparse_product() local 391 double density = (std::max)(8./(n*n), 0.2); in test_mixing_types() local
|
| D | sparse_basic.cpp | 31 double density = (std::max)(8./(rows*cols), 0.01); in sparse_basic() local 619 void big_sparse_triplet(Index rows, Index cols, double density) { in big_sparse_triplet()
|
| D | sparse_block.cpp | 36 double density = (std::max)(8./(rows*cols), 0.01); in sparse_block() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/ |
| D | sparse_extra.cpp | 57 double density = (std::max)(8./(rows*cols), 0.01); in sparse_extra() local
|
| D | kronecker_product.cpp | 189 double density = Eigen::internal::random<double>(0.01,0.5); in test_kronecker_product() local
|