Home
last modified time | relevance | path

Searched refs:hmat_cluster_tree_t (Results 1 – 9 of 9) sorted by relevance

/dports/math/hmat-oss/hmat-oss-1.7.1/include/hmat/
H A Dhmat.h184 typedef struct hmat_cluster_tree_struct hmat_cluster_tree_t; typedef
246 HMAT_API void hmat_delete_cluster_tree(const hmat_cluster_tree_t * tree);
248 HMAT_API hmat_cluster_tree_t * hmat_copy_cluster_tree(const hmat_cluster_tree_t * tree);
277 HMAT_API int hmat_tree_nodes_count(const hmat_cluster_tree_t * tree);
281 HMAT_API hmat_cluster_tree_t *hmat_cluster_get_son( hmat_cluster_tree_t * tree, int index );
304 HMAT_API const int * hmat_cluster_get_indices(const hmat_cluster_tree_t *tree);
636 …_t* (*create_empty_hmatrix_admissibility)(const hmat_cluster_tree_t* rows_tree, const hmat_cluster…
767 …int (*vector_reorder)(void* vec_b, const hmat_cluster_tree_t *rols_ct, int rows, const hmat_cluste…
778 …int (*vector_restore)(void* vec_b, const hmat_cluster_tree_t *rols_ct, int rows, const hmat_cluste…
887 …get_cluster_trees)(hmat_matrix_t* hmatrix, const hmat_cluster_tree_t ** rows, const hmat_cluster_t…
[all …]
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dc_default_interface.cpp94 hmat_cluster_tree_t * hmat_create_cluster_tree(double* coord, int dimension, int size, hmat_cluster… in hmat_create_cluster_tree()
110 hmat_cluster_tree_t * hmat_create_cluster_tree_generic(struct hmat_cluster_tree_create_context_t * … in hmat_create_cluster_tree_generic()
114 return reinterpret_cast<hmat_cluster_tree_t *>(r); in hmat_create_cluster_tree_generic()
151 void hmat_delete_cluster_tree(const hmat_cluster_tree_t * tree) { in hmat_delete_cluster_tree()
155 hmat_cluster_tree_t * hmat_copy_cluster_tree(const hmat_cluster_tree_t * tree) { in hmat_copy_cluster_tree()
156 return reinterpret_cast<hmat_cluster_tree_t *>( in hmat_copy_cluster_tree()
160 int hmat_tree_nodes_count(const hmat_cluster_tree_t * tree) in hmat_tree_nodes_count()
165 hmat_cluster_tree_t *hmat_cluster_get_son( hmat_cluster_tree_t * tree, int index ) in hmat_cluster_get_son()
168 return (hmat_cluster_tree_t*)son; in hmat_cluster_get_son()
171 int hmat_cluster_get_info(hmat_cluster_tree_t *tree, hmat_cluster_info_t* info) in hmat_cluster_get_info()
[all …]
H A Dc_wrapping.hpp42 const hmat_cluster_tree_t* rows_tree, in create_empty_hmatrix_admissibility()
43 const hmat_cluster_tree_t* cols_tree, int lower_sym, in create_empty_hmatrix_admissibility()
442 int vector_reorder(void* vec_b, const hmat_cluster_tree_t *rows_ct, int rows, const hmat_cluster_tr… in vector_reorder()
466 int vector_restore(void* vec_b, const hmat_cluster_tree_t *rows_ct, int rows, const hmat_cluster_tr… in vector_restore()
572 …t get_cluster_trees(hmat_matrix_t* holder, const hmat_cluster_tree_t ** rows, const hmat_cluster_t… in get_cluster_trees()
577 …*rows = static_cast<const hmat_cluster_tree_t*>(static_cast<const void*>(hmat->engine().hmat->rows… in get_cluster_trees()
579 …*cols = static_cast<const hmat_cluster_tree_t*>(static_cast<const void*>(hmat->engine().hmat->cols… in get_cluster_trees()
588 …nt set_cluster_trees(hmat_matrix_t* holder, const hmat_cluster_tree_t * rows, const hmat_cluster_t… in set_cluster_trees()
/dports/math/openturns/openturns-1.18/lib/src/Base/Stat/
H A DHMatrixImplementation.cxx177 hmat_delete_cluster_tree(static_cast<hmat_cluster_tree_t*>(hmatClusterTree_)); in ~HMatrixClusterTree()
215hmat_cluster_tree_t* ptr_other_ct = static_cast<hmat_cluster_tree_t*>(other.hmatClusterTree_.get()… in HMatrixImplementation()
217 hmat_cluster_tree_t* ptr_ct = static_cast<hmat_cluster_tree_t*>(hmatClusterTree_.get()->get()); in HMatrixImplementation()
244hmat_cluster_tree_t* ptr_other_ct = static_cast<hmat_cluster_tree_t*>(other.hmatClusterTree_.get()… in operator =()
246hmat_cluster_tree_t* ptr_ct = static_cast<hmat_cluster_tree_t*>(hmatClusterTree_.get()->get()); in operator =()
H A DHMatrixFactory.cxx116hmat_cluster_tree_t* ct = hmat_create_cluster_tree(points, inputDimension, outputDimension * size,… in build()
/dports/math/hmat-oss/hmat-oss-1.7.1/examples/
H A Dc-simple-cylinder.c124 hmat_cluster_tree_t* cluster_tree; in main()
H A Dc-cylinder.c220 hmat_cluster_tree_t* cluster_tree; in main()
H A Dc-simple-kriging.c301 hmat_cluster_tree_t* cluster_tree; in main()
H A Dc-cholesky.c216 hmat_cluster_tree_t* cluster_tree; in main()