HOLDER_PAC
 All Classes Functions Modules
Modules | Functions
Constructors

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)
 

Detailed Description

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.

Function Documentation

HODLR_Matrix::HODLR_Matrix ( const HODLR_Matrix rhs)
Parameters
[in]inputMatrixThis constructor initializes the class with a dense matrix.