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

Permutation vector for LU decomposition. More...

#include <GSLLinalg.h>

Collaboration diagram for gsl_permutation:
Collaboration graph

Public Member Functions

 gsl_permutation ()
 

Public Attributes

size_t size
 
size_t * data
 

Detailed Description

Permutation vector for LU decomposition.

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

Definition at line 30 of file GSLLinalg.h.

Constructor & Destructor Documentation

◆ gsl_permutation()

gsl_permutation::gsl_permutation ( )
inline

Definition at line 34 of file GSLLinalg.h.

Member Data Documentation

◆ data

◆ size

size_t gsl_permutation::size

Definition at line 31 of file GSLLinalg.h.

Referenced by gsl_permutation_alloc().


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