MADNESS  0.10.1
Public Member Functions | Public Attributes | List of all members
madness::RMDFactory Struct Reference

simple factory pattern for the RandomizedMatrixDecomposition More...

#include <RandomizedMatrixDecomposition.h>

Public Member Functions

 RMDFactory ()
 
RMDFactorymaxrank (const long mr)
 
RMDFactoryoversampling (const long os)
 

Public Attributes

long maxrank_ =LONG_MAX
 
long oversampling_ =10
 

Detailed Description

simple factory pattern for the RandomizedMatrixDecomposition

Constructor & Destructor Documentation

◆ RMDFactory()

madness::RMDFactory::RMDFactory ( )
inline

Member Function Documentation

◆ maxrank()

RMDFactory& madness::RMDFactory::maxrank ( const long  mr)
inline

◆ oversampling()

RMDFactory& madness::RMDFactory::oversampling ( const long  os)
inline

References oversampling_.

Referenced by test_stuff().

Member Data Documentation

◆ maxrank_

long madness::RMDFactory::maxrank_ =LONG_MAX

Referenced by maxrank().

◆ oversampling_

long madness::RMDFactory::oversampling_ =10

Referenced by oversampling().


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