imate
C++/CUDA Reference
cCSCMatrix< DataType > Member List

This is the complete list of members for cCSCMatrix< DataType >, including all inherited members.

A_datacCSCMatrix< DataType >protected
A_index_pointercCSCMatrix< DataType >protected
A_indicescCSCMatrix< 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_)cCSCMatrix< DataType >
cLinearOperator()cLinearOperator< DataType >
cLinearOperator(const LongIndexType num_rows_, const LongIndexType num_columns_)cLinearOperator< DataType >
cMatrix()cMatrix< DataType >
dot(const DataType *vector, DataType *product)cCSCMatrix< DataType >virtual
dot_plus(const DataType *vector, const DataType alpha, DataType *product)cCSCMatrix< DataType >virtual
eigenvalue_relation_knowncLinearOperator< DataType >protected
get_eigenvalue(const DataType *known_parameters, const DataType known_eigenvalue, const DataType *inquiry_parameters) constcMatrix< DataType >virtual
get_nnz() constcCSCMatrix< DataType >
get_num_columns() constcLinearOperator< DataType >
get_num_parameters() constcLinearOperator< DataType >
get_num_rows() constcLinearOperator< DataType >
is_eigenvalue_relation_known() constcLinearOperator< DataType >
is_identity_matrix() constcCSCMatrix< DataType >virtual
num_columnscLinearOperator< DataType >protected
num_parameterscLinearOperator< DataType >protected
num_rowscLinearOperator< DataType >protected
parameterscLinearOperator< DataType >protected
set_parameters(DataType *parameters_)cLinearOperator< DataType >
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
~cMatrix()cMatrix< DataType >virtual