This is the complete list of members for cCSCMatrix< DataType >, including all inherited members.
| A_data | cCSCMatrix< DataType > | protected |
| A_index_pointer | cCSCMatrix< DataType > | protected |
| A_indices | cCSCMatrix< DataType > | protected |
| A_is_symmetric | cMatrix< DataType > | protected |
| cCSCMatrix() | cCSCMatrix< DataType > | |
| cCSCMatrix(const DataType *A_data_, const LongIndexType *A_indices_, const LongIndexType *A_index_pointer_, const LongIndexType num_rows_, const LongIndexType num_columns_, const FlagType A_is_symmetric_) | cCSCMatrix< DataType > | |
| cLinearOperator() | cLinearOperator< DataType > | |
| cLinearOperatorBase() | cLinearOperatorBase | |
| cLinearOperatorBase(const LongIndexType num_rows_, const LongIndexType num_columns_) | cLinearOperatorBase | |
| cMatrix() | cMatrix< DataType > | |
| cMatrix(const FlagType A_is_symmetric_) | cMatrix< DataType > | explicit |
| dot(const DataType *vector, DataType *product) | cCSCMatrix< DataType > | virtual |
| dot_plus(const DataType *vector, const DataType alpha, DataType *product) | cCSCMatrix< DataType > | virtual |
| eigenvalue_relation_known | cLinearOperatorBase | protected |
| get_eigenvalue(const DataType *known_parameters, const DataType known_eigenvalue, const DataType *inquiry_parameters) const | cMatrix< DataType > | virtual |
| get_nnz() const | cCSCMatrix< DataType > | |
| get_num_columns() const | cLinearOperatorBase | |
| get_num_parameters() const | cLinearOperatorBase | |
| get_num_rows() const | cLinearOperatorBase | |
| is_eigenvalue_relation_known() const | cLinearOperatorBase | |
| is_identity_matrix() const | cCSCMatrix< DataType > | virtual |
| num_columns | cLinearOperatorBase | protected |
| num_parameters | cLinearOperatorBase | protected |
| num_rows | cLinearOperatorBase | protected |
| parameters | cLinearOperator< DataType > | protected |
| set_parameters(DataType *parameters_) | cLinearOperator< DataType > | |
| set_symmetry(const FlagType symmetric) | cMatrix< DataType > | virtual |
| transpose_dot(const DataType *vector, DataType *product) | cCSCMatrix< DataType > | virtual |
| transpose_dot_plus(const DataType *vector, const DataType alpha, DataType *product) | cCSCMatrix< DataType > | virtual |
| ~cCSCMatrix() | cCSCMatrix< DataType > | virtual |
| ~cLinearOperator() | cLinearOperator< DataType > | virtual |
| ~cLinearOperatorBase() | cLinearOperatorBase | virtual |
| ~cMatrix() | cMatrix< DataType > | virtual |