Alloc_traits typedef | Sparse< T, Alloc >::SparseRep | |
any_element_is_nan() const | Sparse< T, Alloc >::SparseRep | |
ccidx(octave_idx_type i) const | Sparse< T, Alloc >::SparseRep | inline |
cdata(octave_idx_type i) const | Sparse< T, Alloc >::SparseRep | inline |
celem(octave_idx_type r, octave_idx_type c) const | Sparse< T, Alloc >::SparseRep | |
change_length(octave_idx_type nz) | Sparse< T, Alloc >::SparseRep | |
cidx(octave_idx_type i) | Sparse< T, Alloc >::SparseRep | inline |
cols() const | Sparse< T, Alloc >::SparseRep | inline |
columns() const | Sparse< T, Alloc >::SparseRep | inline |
cridx(octave_idx_type i) const | Sparse< T, Alloc >::SparseRep | inline |
data(octave_idx_type i) | Sparse< T, Alloc >::SparseRep | inline |
elem(octave_idx_type r, octave_idx_type c) | Sparse< T, Alloc >::SparseRep | |
idx_type_Alloc_traits typedef | Sparse< T, Alloc >::SparseRep | |
idx_type_allocate(size_t len) | Sparse< T, Alloc >::SparseRep | inline |
idx_type_deallocate(idx_type_pointer idx, size_t len) | Sparse< T, Alloc >::SparseRep | inline |
idx_type_pointer typedef | Sparse< T, Alloc >::SparseRep | |
indices_ok() const | Sparse< T, Alloc >::SparseRep | |
length() const | Sparse< T, Alloc >::SparseRep | inline |
m_cidx | Sparse< T, Alloc >::SparseRep | |
m_count | Sparse< T, Alloc >::SparseRep | |
m_data | Sparse< T, Alloc >::SparseRep | |
m_ncols | Sparse< T, Alloc >::SparseRep | |
m_nrows | Sparse< T, Alloc >::SparseRep | |
m_nzmax | Sparse< T, Alloc >::SparseRep | |
m_ridx | Sparse< T, Alloc >::SparseRep | |
maybe_compress(bool remove_zeros) | Sparse< T, Alloc >::SparseRep | |
nnz() const | Sparse< T, Alloc >::SparseRep | inline |
nzmax() const | Sparse< T, Alloc >::SparseRep | inline |
operator=(const SparseRep &)=delete | Sparse< T, Alloc >::SparseRep | |
ridx(octave_idx_type i) | Sparse< T, Alloc >::SparseRep | inline |
rows() const | Sparse< T, Alloc >::SparseRep | inline |
Sparse class | Sparse< T, Alloc >::SparseRep | friend |
SparseRep() | Sparse< T, Alloc >::SparseRep | inline |
SparseRep(octave_idx_type n) | Sparse< T, Alloc >::SparseRep | inline |
SparseRep(octave_idx_type nr, octave_idx_type nc, octave_idx_type nz=1) | Sparse< T, Alloc >::SparseRep | inline |
SparseRep(octave_idx_type nr, octave_idx_type nc, octave_idx_type nz, const T *d, const octave_idx_type *r, const octave_idx_type *c) | Sparse< T, Alloc >::SparseRep | inline |
SparseRep(octave_idx_type nr, octave_idx_type nc, octave_idx_type nz, const U *d, const octave_idx_type *r, const octave_idx_type *c) | Sparse< T, Alloc >::SparseRep | inline |
SparseRep(const dim_vector &dv, octave_idx_type nz, U *d, octave_idx_type *r, octave_idx_type *c, const Alloc &xallocator=Alloc()) | Sparse< T, Alloc >::SparseRep | inline |
SparseRep(const SparseRep &a) | Sparse< T, Alloc >::SparseRep | inline |
T_Alloc_traits typedef | Sparse< T, Alloc >::SparseRep | |
T_allocate(size_t len) | Sparse< T, Alloc >::SparseRep | inline |
T_deallocate(T_pointer data, size_t len) | Sparse< T, Alloc >::SparseRep | inline |
T_pointer typedef | Sparse< T, Alloc >::SparseRep | |
~SparseRep() | Sparse< T, Alloc >::SparseRep | inline |