MADNESS 0.10.1
Public Attributes | List of all members
madness::detail::EvalScratch< R > Struct Template Reference

Per-thread grow-on-demand buffer pair for general_fast_transform. More...

#include <tensor.h>

Collaboration diagram for madness::detail::EvalScratch< R >:
Collaboration graph
[legend]

Public Attributes

Tensor< R > a
 
Tensor< R > b
 

Detailed Description

template<typename R>
struct madness::detail::EvalScratch< R >

Per-thread grow-on-demand buffer pair for general_fast_transform.

Member Data Documentation

◆ a

template<typename R >
Tensor<R> madness::detail::EvalScratch< R >::a

◆ b

template<typename R >
Tensor<R> madness::detail::EvalScratch< R >::b

The documentation for this struct was generated from the following file: