Home
last modified time | relevance | path

Searched refs:coeffT (Results 1 – 5 of 5) sorted by relevance

/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dfunction_interface.h62 typedef GenTensor<T> coeffT; typedef
124 return coeffT(); in coeff()
129 return coeffT(); in values()
230 typedef GenTensor<T> coeffT; typedef
251 typedef GenTensor<T> coeffT; typedef
264 typedef GenTensor<T> coeffT; typedef
289 typedef GenTensor<T> coeffT; typedef
314 coeffT coeff(const Key<NDIM>& key) const { in coeff()
503 coeffT coeff(const Key<6>& key) const { in coeff()
563 typedef GenTensor<T> coeffT;
[all …]
H A Dfuncimpl.h212 coeffT&
222 const coeffT&
3524 coeffT multiply(const coeffT& val_ket, const coeffT& val_pot, int particle) const;
3586 return std::pair<bool,coeffT> (true,coeffT()); in operator()
3618 return std::pair<bool,coeffT> (true,coeffT()); in operator()
3635 return std::pair<bool,coeffT> (true,coeffT()); in operator()
3659 return std::pair<bool,coeffT> (true,coeffT()); in operator()
3692 return std::pair<bool,coeffT> (true,coeffT()); in continue_recursion()
3952 coeffT filter(const coeffT& s) const;
3971 coeffT unfilter(const coeffT& s) const;
[all …]
H A Dmraimpl.h671 coeffT result; in parent_to_child_NS()
767 coeffT qq; in coeffs_for_jun()
973 coeffT d; in sum_down_spawn()
1074 coeffT pot12; in multiply()
1098 const keyT& key, const coeffT& coeff_ket, const coeffT& vpotential1, in assemble_coefficients()
1571 std::vector<Future<coeffT> > v = future_vector_factory<coeffT>(1<<NDIM); in truncate_reconstructed_spawn()
1621 coeffT ss=coeffT(s,targs); in truncate_reconstructed_op()
1677 coeffT ss=coeffT(copy(d(cdata.s0)),targs2); in compress_op()
1686 coeffT dd=coeffT(d,targs2); in compress_op()
2027 coeffT ss=s; in reconstruct_op()
[all …]
H A Dderivative.h83 … typedef GenTensor<T> coeffT ; ///< holding the node's coeffs (possibly low rank) typedef
85 typedef std::pair<keyT,coeffT> argT ;
151 df->get_coeffs().replace(key,nodeT(coeffT(),true)); in do_diff1()
248 return Future<argT>(argT(neigh,coeffT(vk,f->get_tensor_args()))); // Zero bc in find_neighbor()
276 … typedef GenTensor<T> coeffT ; ///< holding the node's coeffs (possibly low rank) typedef
278 typedef std::pair<keyT,coeffT> argT ;
304 coeffT d; in do_diff2b()
310 coeffT tensor_center=df->parent_to_child(center.second, center.first, key); in do_diff2b()
318 coeffT tensor_center=df->parent_to_child(center.second, center.first, key); in do_diff2b()
408 coeffT tensor_center=df->parent_to_child(center.second, center.first, key); in do_diff2i()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A Dlaplacian5.cl16 coeffT scale, coeffT delta)