OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
gsl_eigen_nonsymm_workspace Struct Reference

Workspace for nonsymmetric eigenvalue computation. More...

#include <GSLEigen.h>

Collaboration diagram for gsl_eigen_nonsymm_workspace:
Collaboration graph

Public Member Functions

 gsl_eigen_nonsymm_workspace ()
 

Public Attributes

size_t n
 
std::vector< double > work
 

Detailed Description

Workspace for nonsymmetric eigenvalue computation.

See also
Documentation on https://www.gnu.org/software/gsl/doc/html/eigen.html
Implementation on https://www.gnu.org/software/gsl/

Definition at line 30 of file GSLEigen.h.

Constructor & Destructor Documentation

◆ gsl_eigen_nonsymm_workspace()

gsl_eigen_nonsymm_workspace::gsl_eigen_nonsymm_workspace ( )
inline

Definition at line 34 of file GSLEigen.h.

Member Data Documentation

◆ n

size_t gsl_eigen_nonsymm_workspace::n

Definition at line 31 of file GSLEigen.h.

Referenced by gsl_eigen_nonsymm_alloc(), and TEST_F().

◆ work

std::vector<double> gsl_eigen_nonsymm_workspace::work

Definition at line 32 of file GSLEigen.h.

Referenced by gsl_eigen_nonsymm_alloc().


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