begin() const | AbstractLinAlgPack::GenPermMatrixSlice | |
bind(const GenPermMatrixSlice &gpms) | AbstractLinAlgPack::GenPermMatrixSlice | |
col_j_ | AbstractLinAlgPack::GenPermMatrixSlice | private |
col_off_ | AbstractLinAlgPack::GenPermMatrixSlice | private |
cols() const | AbstractLinAlgPack::GenPermMatrixSlice | inline |
cols_ | AbstractLinAlgPack::GenPermMatrixSlice | private |
const_iterator typedef | AbstractLinAlgPack::GenPermMatrixSlice | |
create_submatrix(const Range1D &rng, EOrderedBy ordered_by) const | AbstractLinAlgPack::GenPermMatrixSlice | |
difference_type typedef | AbstractLinAlgPack::GenPermMatrixSlice | |
EIdentityOrZero enum name | AbstractLinAlgPack::GenPermMatrixSlice | |
end() const | AbstractLinAlgPack::GenPermMatrixSlice | |
EOrderedBy typedef | AbstractLinAlgPack::GenPermMatrixSlice | |
GenPermMatrixSlice() | AbstractLinAlgPack::GenPermMatrixSlice | |
GenPermMatrixSlice(index_type rows, index_type cols, EIdentityOrZero type) | AbstractLinAlgPack::GenPermMatrixSlice | inline |
IDENTITY_MATRIX enum value | AbstractLinAlgPack::GenPermMatrixSlice | |
initialize(index_type rows, index_type cols, EIdentityOrZero type) | AbstractLinAlgPack::GenPermMatrixSlice | |
initialize(index_type rows, index_type cols, index_type nz, difference_type row_off, difference_type col_off, EOrderedBy ordered_by, const index_type row_i[], const index_type col_j[], bool test_setup=false) | AbstractLinAlgPack::GenPermMatrixSlice | |
initialize_and_sort(index_type rows, index_type cols, index_type nz, difference_type row_off, difference_type col_off, EOrderedBy ordered_by, index_type row_i[], index_type col_j[], bool test_setup=false) | AbstractLinAlgPack::GenPermMatrixSlice | |
is_identity() const | AbstractLinAlgPack::GenPermMatrixSlice | inline |
lookup_col_j(index_type row_i) const | AbstractLinAlgPack::GenPermMatrixSlice | |
lookup_row_i(index_type col_j) const | AbstractLinAlgPack::GenPermMatrixSlice | |
nz() const | AbstractLinAlgPack::GenPermMatrixSlice | inline |
nz_ | AbstractLinAlgPack::GenPermMatrixSlice | private |
operator=(const GenPermMatrixSlice &) | AbstractLinAlgPack::GenPermMatrixSlice | private |
ordered_by() const | AbstractLinAlgPack::GenPermMatrixSlice | inline |
ordered_by_ | AbstractLinAlgPack::GenPermMatrixSlice | private |
row_i_ | AbstractLinAlgPack::GenPermMatrixSlice | private |
row_off_ | AbstractLinAlgPack::GenPermMatrixSlice | private |
rows() const | AbstractLinAlgPack::GenPermMatrixSlice | inline |
rows_ | AbstractLinAlgPack::GenPermMatrixSlice | private |
validate_input_data(index_type rows, index_type cols, index_type nz, difference_type row_off, difference_type col_off, EOrderedBy ordered_by, const index_type row_i[], const index_type col_j[], std::ostringstream &omsg) | AbstractLinAlgPack::GenPermMatrixSlice | privatestatic |
validate_not_identity() const | AbstractLinAlgPack::GenPermMatrixSlice | private |
ZERO_MATRIX enum value | AbstractLinAlgPack::GenPermMatrixSlice | |