Complex Packed Band Matrix. More...
#include "matrix.hpp"
Public Member Functions | |
| bool | is_initialized () const |
| int | lda () const |
| ZPBMat ()=default | |
Public Attributes | |
| int | kmat = 0 |
| int | ku = 0 |
| int | nterms = 0 |
| int | rank = 0 |
| Kokkos::View< Complex **, Kokkos::HostSpace > | val |
Complex Packed Band Matrix.
|
default |
|
inline |
References val.
Referenced by orb5x::Zbmat::has_matrix().
|
inline |
References ku.
| int orb5x::spclibs::ZPBMat::kmat = 0 |
| int orb5x::spclibs::ZPBMat::ku = 0 |
Referenced by lda().
| int orb5x::spclibs::ZPBMat::nterms = 0 |
| int orb5x::spclibs::ZPBMat::rank = 0 |
Referenced by orb5x::Zbmat::get_rank().
| Kokkos::View<Complex**, Kokkos::HostSpace> orb5x::spclibs::ZPBMat::val |
Referenced by is_initialized().