|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Dense complex vector with stride. More...
#include <GSLMatrix.h>

Public Member Functions | |
| gsl_vector_complex () | |
| gsl_complex * | ptr (size_t i) |
| const gsl_complex * | ptr (size_t i) const |
Public Attributes | |
| size_t | size |
| size_t | stride |
| gsl_complex * | data |
| size_t | owner |
Dense complex vector with stride.
Definition at line 76 of file GSLMatrix.h.
|
inline |
Definition at line 82 of file GSLMatrix.h.
|
inline |
Definition at line 84 of file GSLMatrix.h.
Referenced by gsl_vector_complex_ptr().
|
inline |
Definition at line 86 of file GSLMatrix.h.
| gsl_complex* gsl_vector_complex::data |
Definition at line 79 of file GSLMatrix.h.
Referenced by gsl_vector_complex_alloc(), gsl_vector_complex_free(), ptr(), and ptr().
| size_t gsl_vector_complex::owner |
Definition at line 80 of file GSLMatrix.h.
Referenced by gsl_vector_complex_alloc(), and gsl_vector_complex_free().
| size_t gsl_vector_complex::size |
Definition at line 77 of file GSLMatrix.h.
Referenced by gsl_blas_zgemv(), gsl_eigen_nonsymm(), gsl_vector_complex_add(), gsl_vector_complex_alloc(), gsl_vector_complex_memcpy(), gsl_vector_complex_scale(), and gsl_vector_complex_set_zero().
| size_t gsl_vector_complex::stride |
Definition at line 78 of file GSLMatrix.h.
Referenced by gsl_vector_complex_alloc(), ptr(), and ptr().