MADNESS  0.10.1
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)
 
 TensorArgs (const TensorType &tt1, const double &thresh1)
 
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

◆ TensorArgs() [1/3]

madness::TensorArgs::TensorArgs ( )
inline

◆ TensorArgs() [2/3]

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

◆ TensorArgs() [3/3]

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

Member Function Documentation

◆ serialize()

template<typename Archive >
void madness::TensorArgs::serialize ( const Archive &  ar)
inline

References thresh, and tt.

◆ what_am_i()

static std::string madness::TensorArgs::what_am_i ( const TensorType tt)
inlinestatic

Member Data Documentation

◆ thresh

double madness::TensorArgs::thresh

◆ tt

TensorType madness::TensorArgs::tt

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