|
ORB5X 1.0.0
Performance-portable global electromagnetic gyrokinetic PIC code
|
Complex General Band Matrix. More...
#include "matrix.hpp"
Public Member Functions | |
| bool | is_initialized () const |
| int | lda () const |
| ZGBMat ()=default | |
Public Attributes | |
| int | kl = 0 |
| int | kmat = 0 |
| int | ku = 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 Band Matrix.
|
default |
|
inline |
References val.
| int orb5x::spclibs::ZGBMat::kl = 0 |
Referenced by lda().
| int orb5x::spclibs::ZGBMat::kmat = 0 |
| int orb5x::spclibs::ZGBMat::ku = 0 |
Referenced by lda().
| int orb5x::spclibs::ZGBMat::mrows = 0 |
| int orb5x::spclibs::ZGBMat::ncols = 0 |
| int orb5x::spclibs::ZGBMat::nterms = 0 |
| std::vector<int> orb5x::spclibs::ZGBMat::piv |
| int orb5x::spclibs::ZGBMat::rank = 0 |
| Kokkos::View<Complex**, Kokkos::HostSpace> orb5x::spclibs::ZGBMat::val |
Referenced by is_initialized().