CLA3P v0.3.1
Compact Linear Algebra Parallel Portable Package
Loading...
Searching...
No Matches
Low-Rank Matrices

Low-rank matrix objects (factorized format). More...

Typedefs

using cla3p::lra::RdMatrix = XxMatrix<dns::RdMatrix>
 Double precision real low-rank matrix.
using cla3p::lra::RfMatrix = XxMatrix<dns::RfMatrix>
 Single precision real low-rank matrix.
using cla3p::lra::CdMatrix = XxMatrix<dns::CdMatrix>
 Double precision complex low-rank matrix.
using cla3p::lra::CfMatrix = XxMatrix<dns::CfMatrix>
 Single precision complex low-rank matrix.

Detailed Description

Low-rank matrix objects (factorized format).

Represents matrices as products of smaller factors to save memory and time.