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

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
 

Detailed Description

Complex General Dense Matrix.

Constructor & Destructor Documentation

◆ ZGEMat()

orb5x::spclibs::ZGEMat::ZGEMat ( )
default

Member Function Documentation

◆ is_initialized()

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

References val.

Member Data Documentation

◆ kmat

int orb5x::spclibs::ZGEMat::kmat = 0

◆ mrows

int orb5x::spclibs::ZGEMat::mrows = 0

◆ ncols

int orb5x::spclibs::ZGEMat::ncols = 0

◆ nterms

int orb5x::spclibs::ZGEMat::nterms = 0

◆ piv

std::vector<int> orb5x::spclibs::ZGEMat::piv

◆ rank

int orb5x::spclibs::ZGEMat::rank = 0

◆ val

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

Referenced by is_initialized().


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