|
MADNESS 0.10.1
|
shallow-copy, pared-down version of FunctionNode, for special purpose only More...
#include <funcimpl.h>
Public Types | |
| typedef GenTensor< T > | coeffT |
Public Member Functions | |
| ShallowNode () | |
| ShallowNode (const FunctionNode< T, NDIM > &node) | |
| ShallowNode (const ShallowNode< T, NDIM > &node) | |
| coeffT & | coeff () |
| const coeffT & | coeff () const |
| bool | has_children () const |
| bool | is_leaf () const |
| template<typename Archive > | |
| void | serialize (Archive &ar) |
Public Attributes | |
| coeffT | _coeffs |
| bool | _has_children |
| double | dnorm =-1.0 |
shallow-copy, pared-down version of FunctionNode, for special purpose only
| typedef GenTensor<T> madness::ShallowNode< T, NDIM >::coeffT |
|
inline |
|
inline |
|
inline |
|
inline |
References madness::ShallowNode< T, NDIM >::_coeffs.
|
inline |
References madness::ShallowNode< T, NDIM >::_coeffs.
Referenced by madness::ShallowNode< T, NDIM >::serialize().
|
inline |
References madness::ShallowNode< T, NDIM >::_has_children.
|
inline |
References madness::ShallowNode< T, NDIM >::_has_children.
|
inline |
| coeffT madness::ShallowNode< T, NDIM >::_coeffs |
Referenced by madness::ShallowNode< T, NDIM >::coeff(), and madness::ShallowNode< T, NDIM >::coeff().
| bool madness::ShallowNode< T, NDIM >::_has_children |
| double madness::ShallowNode< T, NDIM >::dnorm =-1.0 |
Referenced by madness::ShallowNode< T, NDIM >::serialize().