|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
This is the complete list of members for gsl::spmatrix_complex_float, including all inherited members.
| add(spmatrix_complex_float &c, spmatrix_complex_float const &a, spmatrix_complex_float const &b) | gsl::spmatrix_complex_float | inlinestatic |
| add(spmatrix_complex_float const &a, spmatrix_complex_float const &b) | gsl::spmatrix_complex_float | inlinestatic |
| add_to_dense(gsl::matrix_complex_float &a, spmatrix_complex_float const &b) | gsl::spmatrix_complex_float | inlinestatic |
| ccgsl_pointer | gsl::spmatrix_complex_float | private |
| ccs() const | gsl::spmatrix_complex_float | inline |
| ccs(spmatrix_complex_float const &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| CCS enum value | gsl::spmatrix_complex_float | |
| clone() const | gsl::spmatrix_complex_float | inline |
| compcol() const | gsl::spmatrix_complex_float | inline |
| compcol(spmatrix_complex_float const &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| compress(int const sptype) const | gsl::spmatrix_complex_float | inline |
| compress(spmatrix_complex_float const &spMatrix, int const sptype) | gsl::spmatrix_complex_float | inlinestatic |
| COO enum value | gsl::spmatrix_complex_float | |
| count | gsl::spmatrix_complex_float | private |
| CRS enum value | gsl::spmatrix_complex_float | |
| crs() const | gsl::spmatrix_complex_float | inline |
| crs(spmatrix_complex_float const &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| CSC enum value | gsl::spmatrix_complex_float | |
| csc() const | gsl::spmatrix_complex_float | inline |
| csc(spmatrix_complex_float const &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| CSR enum value | gsl::spmatrix_complex_float | |
| csr() const | gsl::spmatrix_complex_float | inline |
| csr(spmatrix_complex_float const &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| d2sp(gsl::spmatrix_complex_float &S, gsl::matrix_complex_float const &A) | gsl::spmatrix_complex_float | inlinestatic |
| data() | gsl::spmatrix_complex_float | inline |
| data() const | gsl::spmatrix_complex_float | inline |
| dense_add(gsl::matrix_complex_float &a, spmatrix_complex_float const &b) | gsl::spmatrix_complex_float | inlinestatic |
| dense_sub(gsl::matrix_complex_float &a, spmatrix_complex_float const &b) | gsl::spmatrix_complex_float | inlinestatic |
| equal(spmatrix_complex_float const &b) const | gsl::spmatrix_complex_float | inline |
| equal(spmatrix_complex_float const &a, spmatrix_complex_float const &b) | gsl::spmatrix_complex_float | inlinestatic |
| fprintf(FILE *stream, char const *format) const | gsl::spmatrix_complex_float | inline |
| fprintf(FILE *stream, spmatrix_complex_float const &spMatrix, char const *format) | gsl::spmatrix_complex_float | inlinestatic |
| fread(FILE *stream) | gsl::spmatrix_complex_float | inline |
| fread(FILE *stream, spmatrix_complex_float &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| fscanf(FILE *stream) | gsl::spmatrix_complex_float | inlinestatic |
| fwrite(FILE *stream) const | gsl::spmatrix_complex_float | inline |
| fwrite(FILE *stream, spmatrix_complex_float &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| get(size_t const i, size_t const j) const | gsl::spmatrix_complex_float | inline |
| get() | gsl::spmatrix_complex_float | inline |
| get() const | gsl::spmatrix_complex_float | inline |
| memcpy(spmatrix_complex_float &dest) const | gsl::spmatrix_complex_float | inline |
| memcpy(spmatrix_complex_float &dest, spmatrix_complex_float const &src) | gsl::spmatrix_complex_float | inlinestatic |
| nnz() const | gsl::spmatrix_complex_float | inline |
| nnz(spmatrix_complex_float const &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| nzmax() const | gsl::spmatrix_complex_float | inline |
| operator bool() const | gsl::spmatrix_complex_float | inlineexplicit |
| operator=(spmatrix_complex_float const &v) | gsl::spmatrix_complex_float | inline |
| operator=(spmatrix_complex_float &&v) | gsl::spmatrix_complex_float | inline |
| ptr(size_t const i, size_t const j) const | gsl::spmatrix_complex_float | inline |
| realloc(size_t const nzmax) | gsl::spmatrix_complex_float | inline |
| realloc(size_t const nzmax, gsl::spmatrix_complex_float &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| reset() | gsl::spmatrix_complex_float | inline |
| scale(complex_float const x) | gsl::spmatrix_complex_float | inline |
| scale_columns(gsl::vector_complex_float const &x) | gsl::spmatrix_complex_float | inline |
| scale_rows(gsl::vector_complex_float const &x) | gsl::spmatrix_complex_float | inline |
| set(size_t const i, size_t const j, complex_float const x) | gsl::spmatrix_complex_float | inline |
| set_zero() | gsl::spmatrix_complex_float | inline |
| set_zero(spmatrix_complex_float &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| size1() const | gsl::spmatrix_complex_float | inline |
| size2() const | gsl::spmatrix_complex_float | inline |
| sp2d(gsl::matrix_complex_float &A, spmatrix_complex_float const &S) | gsl::spmatrix_complex_float | inlinestatic |
| spmatrix_complex_float() | gsl::spmatrix_complex_float | inline |
| spmatrix_complex_float(size_t const n1, size_t const n2) | gsl::spmatrix_complex_float | inlineexplicit |
| spmatrix_complex_float(size_t const n1, size_t const n2, size_t nzmax, size_t sptype) | gsl::spmatrix_complex_float | inlineexplicit |
| spmatrix_complex_float(gsl_spmatrix_complex_float *v) | gsl::spmatrix_complex_float | inlineexplicit |
| spmatrix_complex_float(std::initializer_list< std::initializer_list< complex_float > > initializer_list) | gsl::spmatrix_complex_float | inline |
| spmatrix_complex_float(spmatrix_complex_float const &v) | gsl::spmatrix_complex_float | inline |
| spmatrix_complex_float(spmatrix_complex_float &&v) | gsl::spmatrix_complex_float | inline |
| sptype() const | gsl::spmatrix_complex_float | inline |
| swap(spmatrix_complex_float &m) | gsl::spmatrix_complex_float | inline |
| transpose() | gsl::spmatrix_complex_float | inline |
| transpose(spmatrix_complex_float &a) | gsl::spmatrix_complex_float | inlinestatic |
| transpose2() | gsl::spmatrix_complex_float | inline |
| transpose2(spmatrix_complex_float &a) | gsl::spmatrix_complex_float | inlinestatic |
| transpose_memcpy(spmatrix_complex_float &dest, spmatrix_complex_float const &src) | gsl::spmatrix_complex_float | inlinestatic |
| tree_rebuild() | gsl::spmatrix_complex_float | inline |
| tree_rebuild(spmatrix_complex_float &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| TRIPLET enum value | gsl::spmatrix_complex_float | |
| type() const | gsl::spmatrix_complex_float | inline |
| type(spmatrix_complex_float const &spMatrix) | gsl::spmatrix_complex_float | inlinestatic |
| unique() const | gsl::spmatrix_complex_float | inline |
| use_count() const | gsl::spmatrix_complex_float | inline |
| wrap_gsl_spmatrix_complex_float_without_ownership(gsl_spmatrix_complex_float *v) | gsl::spmatrix_complex_float | inline |
| ~spmatrix_complex_float() | gsl::spmatrix_complex_float | inline |