Go to the source code of this file.
|
namespace | madness |
| Namespace for all elements and tools of MADNESS.
|
|
|
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) |
|