|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Dense complex matrix in row-major storage. More...
#include <GSLMatrix.h>

Public Member Functions | |
| gsl_matrix_complex () | |
| gsl_complex * | ptr (size_t i, size_t j) |
| const gsl_complex * | ptr (size_t i, size_t j) const |
Public Attributes | |
| size_t | size1 |
| size_t | size2 |
| size_t | tda |
| gsl_complex * | data |
| size_t | owner |
Dense complex matrix in row-major storage.
Definition at line 45 of file GSLMatrix.h.
|
inline |
Definition at line 52 of file GSLMatrix.h.
|
inline |
Definition at line 54 of file GSLMatrix.h.
Referenced by gsl_matrix_complex_ptr().
|
inline |
Definition at line 56 of file GSLMatrix.h.
| gsl_complex* gsl_matrix_complex::data |
Definition at line 49 of file GSLMatrix.h.
Referenced by gsl_matrix_complex_add(), gsl_matrix_complex_alloc(), gsl_matrix_complex_free(), gsl_matrix_complex_memcpy(), gsl_matrix_complex_scale(), gsl_matrix_complex_set_zero(), ptr(), and ptr().
| size_t gsl_matrix_complex::owner |
Definition at line 50 of file GSLMatrix.h.
Referenced by gsl_matrix_complex_alloc(), and gsl_matrix_complex_free().
| size_t gsl_matrix_complex::size1 |
Definition at line 46 of file GSLMatrix.h.
Referenced by gsl_blas_zgemm(), gsl_blas_zgemv(), gsl_linalg_complex_LU_decomp(), gsl_linalg_complex_LU_det(), gsl_linalg_complex_LU_invert(), gsl_matrix_complex_add(), gsl_matrix_complex_alloc(), gsl_matrix_complex_memcpy(), gsl_matrix_complex_scale(), gsl_matrix_complex_set_zero(), and gsl_matrix_complex_transpose_memcpy().
| size_t gsl_matrix_complex::size2 |
Definition at line 47 of file GSLMatrix.h.
Referenced by gsl_blas_zgemm(), gsl_blas_zgemv(), gsl_linalg_complex_LU_decomp(), gsl_linalg_complex_LU_invert(), gsl_matrix_complex_add(), gsl_matrix_complex_alloc(), gsl_matrix_complex_memcpy(), gsl_matrix_complex_scale(), gsl_matrix_complex_set_zero(), and gsl_matrix_complex_transpose_memcpy().
| size_t gsl_matrix_complex::tda |
Definition at line 48 of file GSLMatrix.h.
Referenced by gsl_matrix_complex_alloc(), ptr(), and ptr().