CLA3P v0.3.1
Compact Linear Algebra Parallel Portable Package
Loading...
Searching...
No Matches
Dense Matrices

Dense matrix objects using column-major storage. More...

Typedefs

using cla3p::dns::RdMatrix = XxMatrix<real_t>
 Double precision real matrix.
using cla3p::dns::RfMatrix = XxMatrix<real4_t>
 Single precision real matrix.
using cla3p::dns::CdMatrix = CxMatrix<complex_t>
 Double precision complex matrix.
using cla3p::dns::CfMatrix = CxMatrix<complex8_t>
 Single precision complex matrix.

Detailed Description

Dense matrix objects using column-major storage.

Optimized for high-throughput BLAS/LAPACK operations.