ORB5X 1.0.0
Performance-portable global electromagnetic gyrokinetic PIC code
Loading...
Searching...
No Matches
orb5x::spclibs::ZPBMat Struct Reference

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

Detailed Description

Complex Packed Band Matrix.

Constructor & Destructor Documentation

◆ ZPBMat()

orb5x::spclibs::ZPBMat::ZPBMat ( )
default

Member Function Documentation

◆ is_initialized()

bool orb5x::spclibs::ZPBMat::is_initialized ( ) const
inline

References val.

◆ lda()

int orb5x::spclibs::ZPBMat::lda ( ) const
inline

References ku.

Member Data Documentation

◆ kmat

int orb5x::spclibs::ZPBMat::kmat = 0

◆ ku

int orb5x::spclibs::ZPBMat::ku = 0

Referenced by lda().

◆ nterms

int orb5x::spclibs::ZPBMat::nterms = 0

◆ rank

int orb5x::spclibs::ZPBMat::rank = 0

◆ val

Kokkos::View<Complex**, Kokkos::HostSpace> orb5x::spclibs::ZPBMat::val

Referenced by is_initialized().


The documentation for this struct was generated from the following file: