Home
last modified time | relevance | path

Searched refs:LeafProcedure (Results 1 – 8 of 8) sorted by relevance

/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dtree.hpp55 class LeafProcedure { class
58 LeafProcedure() {} in LeafProcedure() function in hmat::LeafProcedure
60 virtual ~LeafProcedure() {} in ~LeafProcedure()
198 void apply_on_leaf(const LeafProcedure<TreeNode>& proc) { in apply_on_leaf()
H A Dc_default_interface.cpp319 …case HMAT_SIMPLE_PRECISION: delete static_cast<const hmat::LeafProcedure<HMatrix<S_t> >*>(proc->in… in hmat_delete_leaf_procedure()
320 …case HMAT_DOUBLE_PRECISION: delete static_cast<const hmat::LeafProcedure<HMatrix<D_t> >*>(proc->in… in hmat_delete_leaf_procedure()
321 …case HMAT_SIMPLE_COMPLEX: delete static_cast<const hmat::LeafProcedure<HMatrix<C_t> >*>(proc->in… in hmat_delete_leaf_procedure()
322 …case HMAT_DOUBLE_COMPLEX: delete static_cast<const hmat::LeafProcedure<HMatrix<Z_t> >*>(proc->in… in hmat_delete_leaf_procedure()
H A Ddefault_engine.hpp57 void applyOnLeaf(const hmat::LeafProcedure<hmat::HMatrix<T> >&f);
H A Diengine.hpp65 virtual void applyOnLeaf(const hmat::LeafProcedure<hmat::HMatrix<T> > &f) = 0;
H A Dhmat_cpp_interface.hpp333 void apply_on_leaf(const LeafProcedure<HMatrix<T> >& proc);
H A Ddefault_engine.cpp202 template<typename T> void DefaultEngine<T>::applyOnLeaf(const hmat::LeafProcedure<hmat::HMatrix<T> … in applyOnLeaf()
H A Dhmat_cpp_interface.cpp273 void HMatInterface<T>::apply_on_leaf(const LeafProcedure<HMatrix<T> >& proc){ in apply_on_leaf()
H A Dc_wrapping.hpp757 …const hmat::LeafProcedure<hmat::HMatrix<T> > *functor = static_cast<const hmat::LeafProcedure<hmat… in apply_on_leaf()