Home
last modified time | relevance | path

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

/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dfunction_interface.h160 typedef FunctionImpl<T,MDIM> implL; typedef
162 typedef std::shared_ptr<implL> pimplL;
172 std::shared_ptr<implL> impl_m1; ///< supposedly 1/r1
173 std::shared_ptr<implL> impl_m2; ///< supposedly 1/r2
174 std::shared_ptr<implL> impl_p1; ///< supposedly orbital 1
175 std::shared_ptr<implL> impl_p2; ///< supposedly orbital 2
H A Dfuncimpl.h546 typedef FunctionImpl<T,LDIM> implL; typedef
549 const implL* g; // for use of its cdata only
554 hartree_convolute_leaf_op(const implT* f, const implL* g, const opT* op) in hartree_convolute_leaf_op()