Home
last modified time | relevance | path

Searched refs:cols_ct (Results 1 – 2 of 2) sorted by relevance

/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dc_wrapping.hpp442 …ec_b, const hmat_cluster_tree_t *rows_ct, int rows, const hmat_cluster_tree_t *cols_ct, int cols) { in vector_reorder() argument
446 … HMAT_ASSERT_MSG(cols_ct != NULL || cols != 0, "either col cluster tree or cols must be non null"); in vector_reorder()
448 … const hmat::ClusterTree *clusterTreeCols = reinterpret_cast<const hmat::ClusterTree*>(cols_ct); in vector_reorder()
466 …ec_b, const hmat_cluster_tree_t *rows_ct, int rows, const hmat_cluster_tree_t *cols_ct, int cols) { in vector_restore() argument
470 … HMAT_ASSERT_MSG(cols_ct != NULL || cols != 0, "either col cluster tree or cols must be non null"); in vector_restore()
472 … const hmat::ClusterTree *clusterTreeCols = reinterpret_cast<const hmat::ClusterTree*>(cols_ct); in vector_restore()
/dports/math/hmat-oss/hmat-oss-1.7.1/include/hmat/
H A Dhmat.h767 …vec_b, const hmat_cluster_tree_t *rols_ct, int rows, const hmat_cluster_tree_t *cols_ct, int cols);
778 …vec_b, const hmat_cluster_tree_t *rols_ct, int rows, const hmat_cluster_tree_t *cols_ct, int cols);