HOLDER_PAC
|
Modules | |
Default Constructor | |
Dense Matrix Constructors | |
Thse constructors build an HODLR matrix from a preallocated dense matrix. | |
Sparse Matrix Constructors | |
Thse constructors build an HODLR matrix from a preallocated sparse matrix. | |
Kernel Matrix Constructors | |
Functions | |
HODLR_Matrix::HODLR_Matrix (const HODLR_Matrix &rhs) | |
The HODLR matrix class provides a variety of options for initialization. I'm planning to merge some of these constructors into a single constructor. However, some constructors may become depreciated in the feature.
HODLR_Matrix::HODLR_Matrix | ( | const HODLR_Matrix & | rhs | ) |
[in] | inputMatrix | This constructor initializes the class with a dense matrix. |