MADNESS  version 0.9
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
madness::TensorArgs Struct Reference

TensorArgs holds the arguments for creating a LowRankTensor. More...

#include <gentensor.h>

Public Member Functions

 TensorArgs ()
 
 TensorArgs (const double &thresh1, const TensorType &tt1)
 
template<typename Archive >
void serialize (const Archive &ar)
 

Static Public Member Functions

static std::string what_am_i (const TensorType &tt)
 

Public Attributes

double thresh
 
TensorType tt
 

Detailed Description

TensorArgs holds the arguments for creating a LowRankTensor.

Constructor & Destructor Documentation

madness::TensorArgs::TensorArgs ( )
inline
madness::TensorArgs::TensorArgs ( const double &  thresh1,
const TensorType tt1 
)
inline

Member Function Documentation

template<typename Archive >
void madness::TensorArgs::serialize ( const Archive &  ar)
inline
static std::string madness::TensorArgs::what_am_i ( const TensorType tt)
inlinestatic

References madness::TT_2D, and madness::TT_FULL.

Member Data Documentation

double madness::TensorArgs::thresh
TensorType madness::TensorArgs::tt

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