MADNESS 0.10.1
|
simple factory pattern for the RandomizedMatrixDecomposition More...
#include <RandomizedMatrixDecomposition.h>
Public Member Functions | |
RMDFactory () | |
RMDFactory & | maxrank (const long mr) |
RMDFactory & | oversampling (const long os) |
Public Attributes | |
long | maxrank_ =LONG_MAX |
long | oversampling_ =10 |
simple factory pattern for the RandomizedMatrixDecomposition
|
inline |
|
inline |
References maxrank_, and madness::nonlinear_vector_solver().
Referenced by madness::SVDTensor< T >::compute_randomized_svd(), and madness::SVDTensor< T >::orthonormalize_random().
|
inline |
References oversampling_.
Referenced by test_stuff().
long madness::RMDFactory::oversampling_ =10 |
Referenced by oversampling().