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

Public Member Functions | |
| gsl_matrix () | |
| double * | ptr (size_t i, size_t j) |
| const double * | ptr (size_t i, size_t j) const |
Public Attributes | |
| size_t | size1 |
| size_t | size2 |
| size_t | tda |
| double * | data |
| size_t | owner |
Dense real matrix in row-major storage.
Definition at line 29 of file GSLMatrix.h.
|
inline |
Definition at line 36 of file GSLMatrix.h.
|
inline |
Definition at line 38 of file GSLMatrix.h.
Referenced by gsl_matrix_ptr().
|
inline |
Definition at line 40 of file GSLMatrix.h.
| double* gsl_matrix::data |
Definition at line 33 of file GSLMatrix.h.
Referenced by gsl_matrix_add(), gsl_matrix_alloc(), gsl_matrix_free(), gsl_matrix_memcpy(), gsl_matrix_scale(), gsl_matrix_set_all(), ptr(), ptr(), and TEST_F().
| size_t gsl_matrix::owner |
Definition at line 34 of file GSLMatrix.h.
Referenced by gsl_matrix_alloc(), and gsl_matrix_free().
| size_t gsl_matrix::size1 |
Definition at line 30 of file GSLMatrix.h.
Referenced by gsl_blas_dgemm(), gsl_blas_dgemv(), gsl_eigen_nonsymm(), gsl_eigen_nonsymmv(), gsl_linalg_LU_decomp(), gsl_linalg_LU_det(), gsl_linalg_LU_invert(), gsl_matrix_add(), gsl_matrix_alloc(), gsl_matrix_memcpy(), gsl_matrix_scale(), gsl_matrix_set_all(), gsl_matrix_set_identity(), gsl_matrix_transpose_memcpy(), and TEST_F().
| size_t gsl_matrix::size2 |
Definition at line 31 of file GSLMatrix.h.
Referenced by gsl_blas_dgemm(), gsl_blas_dgemv(), gsl_eigen_nonsymm(), gsl_linalg_LU_decomp(), gsl_linalg_LU_invert(), gsl_matrix_add(), gsl_matrix_alloc(), gsl_matrix_memcpy(), gsl_matrix_scale(), gsl_matrix_set_all(), gsl_matrix_set_identity(), gsl_matrix_transpose_memcpy(), and TEST_F().
| size_t gsl_matrix::tda |
Definition at line 32 of file GSLMatrix.h.
Referenced by gsl_matrix_alloc(), ptr(), and ptr().