Complex General Dense Matrix. More...
#include "matrix.hpp"
Collaboration diagram for orb5x::spclibs::ZGEMat:Public Member Functions | |
| bool | is_initialized () const |
| ZGEMat ()=default | |
Public Attributes | |
| int | kmat = 0 |
| int | mrows = 0 |
| int | ncols = 0 |
| int | nterms = 0 |
| std::vector< int > | piv |
| int | rank = 0 |
| Kokkos::View< Complex **, Kokkos::HostSpace > | val |
Complex General Dense Matrix.
|
default |
|
inline |
References val.
| int orb5x::spclibs::ZGEMat::kmat = 0 |
| int orb5x::spclibs::ZGEMat::mrows = 0 |
| int orb5x::spclibs::ZGEMat::ncols = 0 |
| int orb5x::spclibs::ZGEMat::nterms = 0 |
| std::vector<int> orb5x::spclibs::ZGEMat::piv |
| int orb5x::spclibs::ZGEMat::rank = 0 |
| Kokkos::View<Complex**, Kokkos::HostSpace> orb5x::spclibs::ZGEMat::val |
Referenced by is_initialized().