Go to the source code of this file.
|
| madness |
| File holds all helper structures necessary for the CC_Operator and CC2 class.
|
|
|
template<typename R , typename Q > |
SVDTensor< TENSOR_RESULT_TYPE(R, Q)> | madness::general_transform (const SVDTensor< R > &t, const Tensor< Q > c[]) |
|
template<typename R , typename Q > |
SVDTensor< TENSOR_RESULT_TYPE(R, Q)> | madness::transform (const SVDTensor< R > &t, const Tensor< Q > &c) |
|
template<typename R , typename Q > |
SVDTensor< TENSOR_RESULT_TYPE(R, Q)> | madness::transform_dir (const SVDTensor< R > &t, const Tensor< Q > &c, const int axis) |
|