![]() |
CLA3P v0.3.1
Compact Linear Algebra Parallel Portable Package
|
Matrix metadata container. More...

Public Member Functions | |
| const Property & | prop () const |
| Matrix property accessor. | |
| Public Member Functions inherited from cla3p::Meta2D< T_Int > | |
| virtual T_Int | nrows () const |
| Number of rows. | |
| virtual T_Int | ncols () const |
| Number of columns. | |
| bool | empty () const |
| Tests whether the object has zero dimensions. | |
| operator bool () const | |
| Boolean conversion operator. | |
Matrix metadata container.
| T_Int | Integer type for dimension values. |
Extends Meta2D with matrix property information, storing dimensions and structural properties (e.g., symmetric, triangular).
|
inline |
Matrix property accessor.
Returns the property defining the matrix structure (e.g., symmetric, triangular, hermitian).