Home
last modified time | relevance | path

Searched refs:reorderVector (Results 1 – 3 of 3) sorted by relevance

/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dc_wrapping.hpp178 hmat::reorderVector(&matC, bDataCols->indices(), 1); in full_gemm()
181 hmat::reorderVector(matA, bDataRows->indices(), 1); in full_gemm()
184 hmat::reorderVector(matA, bDataRows->indices(), 0); in full_gemm()
242 hmat::reorderVector(&mb, bData->indices(), 0); in gemv()
243 hmat::reorderVector(&mc, cData->indices(), 0); in gemv()
453 hmat::reorderVector(&mb, clusterTreeRows->data.indices(), 0); in vector_reorder()
456 hmat::reorderVector(&mb, clusterTreeCols->data.indices(), 1); in vector_reorder()
507 hmat::reorderVector<T>(&mb, hmat->cols()->indices(), 0); in solve_systems()
643 hmat::reorderVector<T>(&mb, hmat->rows()->indices(), 0); in solve_lower_triangular()
645 hmat::reorderVector<T>(&mb, hmat->cols()->indices(), 0); in solve_lower_triangular()
H A Dh_matrix.hpp86 template<typename T> void reorderVector(ScalarArray<T>* v, int* indices, int axis);
H A Dh_matrix.cpp74 void reorderVector(ScalarArray<T>* v, int* indices, int axis) { in reorderVector() function
2844 template void reorderVector(ScalarArray<S_t>* v, int* indices, int axis);
2845 template void reorderVector(ScalarArray<D_t>* v, int* indices, int axis);
2846 template void reorderVector(ScalarArray<C_t>* v, int* indices, int axis);
2847 template void reorderVector(ScalarArray<Z_t>* v, int* indices, int axis);