ParMooN
 All Classes Functions Variables Friends Pages
Public Member Functions | Public Attributes | List of all members
rkmatrix Class Reference

Public Member Functions

 rkmatrix (int k_new, int rows_new, int cols_new)
 
void rkmatrix_times_vector (EvalMode mode, double *b, double *c, double alpha, double beta)
 
void rkmatrix_times_matrix (EvalMode mode, double *B, double *C, int n, double alpha, double beta)
 
double get_frobenius_norm ()
 
int rk_svd (double *u, double *sigma, double *v)
 

Public Attributes

int k
 
int rk
 
int rows
 
int cols
 
double * a
 
double * b
 

The documentation for this class was generated from the following files: