This is the complete list of members for SparseMatrix, including all inherited members.
abs() const | SparseMatrix | |
all(int dim=-1) const | SparseMatrix | |
all_elements_are_int_or_inf_or_nan() const | SparseMatrix | |
all_elements_are_zero() const | SparseMatrix | |
all_integers(double &max_val, double &min_val) const | SparseMatrix | |
any(int dim=-1) const | SparseMatrix | |
any_element_is_inf_or_nan() const | SparseMatrix | |
any_element_is_nan() const | SparseMatrix | |
any_element_is_negative(bool=false) const | SparseMatrix | |
any_element_not_one_or_zero() const | SparseMatrix | |
array_value() const | Sparse< T, Alloc > | |
assign(const octave::idx_vector &i, const Sparse< T, Alloc > &rhs) | Sparse< T, Alloc > | |
assign(const octave::idx_vector &i, const T &rhs) | Sparse< T, Alloc > | |
assign(const octave::idx_vector &i, const octave::idx_vector &j, const Sparse< T, Alloc > &rhs) | Sparse< T, Alloc > | |
assign(const octave::idx_vector &i, const octave::idx_vector &j, const T &rhs) | Sparse< T, Alloc > | |
byte_size() const | Sparse< T, Alloc > | inline |
cat(int dim, octave_idx_type n, const Sparse< T, Alloc > *sparse_list) | Sparse< T, Alloc > | static |
change_capacity(octave_idx_type nz) | Sparse< T, Alloc > | inline |
checkelem(octave_idx_type n) | Sparse< T, Alloc > | inline |
checkelem(octave_idx_type i, octave_idx_type j) | Sparse< T, Alloc > | inline |
checkelem(const Array< octave_idx_type > &ra_idx) | Sparse< T, Alloc > | inline |
checkelem(octave_idx_type n) const | Sparse< T, Alloc > | inline |
checkelem(octave_idx_type i, octave_idx_type j) const | Sparse< T, Alloc > | inline |
checkelem(const Array< octave_idx_type > &ra_idx) const | Sparse< T, Alloc > | inline |
cidx() | Sparse< T, Alloc > | inline |
cidx(octave_idx_type i) | Sparse< T, Alloc > | inline |
cidx(octave_idx_type i) const | Sparse< T, Alloc > | inline |
cidx() const | Sparse< T, Alloc > | inline |
cols() const | Sparse< T, Alloc > | inline |
column(octave_idx_type i) const | SparseMatrix | |
columns() const | Sparse< T, Alloc > | inline |
compute_index(const Array< octave_idx_type > &ra_idx) const | Sparse< T, Alloc > | |
concat(const SparseMatrix &rb, const Array< octave_idx_type > &ra_idx) | SparseMatrix | |
concat(const SparseComplexMatrix &rb, const Array< octave_idx_type > &ra_idx) | SparseMatrix | |
cumprod(int dim=-1) const | SparseMatrix | |
cumsum(int dim=-1) const | SparseMatrix | |
data() | Sparse< T, Alloc > | inline |
data(octave_idx_type i) | Sparse< T, Alloc > | inline |
data(octave_idx_type i) const | Sparse< T, Alloc > | inline |
data() const | Sparse< T, Alloc > | inline |
delete_elements(const octave::idx_vector &i) | Sparse< T, Alloc > | |
delete_elements(int dim, const octave::idx_vector &i) | Sparse< T, Alloc > | |
delete_elements(const octave::idx_vector &i, const octave::idx_vector &j) | Sparse< T, Alloc > | |
dense_matrix_type typedef | SparseMatrix | |
determinant() const | SparseMatrix | |
determinant(octave_idx_type &info) const | SparseMatrix | |
determinant(octave_idx_type &info, double &rcond, bool calc_cond=true) const | SparseMatrix | |
diag(octave_idx_type k=0) const | SparseMatrix | |
dim1() const | Sparse< T, Alloc > | inline |
dim2() const | Sparse< T, Alloc > | inline |
dims() const | Sparse< T, Alloc > | inline |
elem(octave_idx_type n) | Sparse< T, Alloc > | inline |
elem(octave_idx_type i, octave_idx_type j) | Sparse< T, Alloc > | inline |
elem(const Array< octave_idx_type > &ra_idx) | Sparse< T, Alloc > | inline |
elem(octave_idx_type n) const | Sparse< T, Alloc > | inline |
elem(octave_idx_type i, octave_idx_type j) const | Sparse< T, Alloc > | inline |
elem(const Array< octave_idx_type > &ra_idx) const | Sparse< T, Alloc > | inline |
element_type typedef | Sparse< T, Alloc > | |
get_col_index(octave_idx_type k) | Sparse< T, Alloc > | inline |
get_row_index(octave_idx_type k) | Sparse< T, Alloc > | inline |
hermitian() const | SparseMatrix | inline |
imag(const SparseComplexMatrix &a) | SparseMatrix | friend |
index(const octave::idx_vector &i, bool resize_ok=false) const | Sparse< T, Alloc > | |
index(const octave::idx_vector &i, const octave::idx_vector &j, bool resize_ok=false) const | Sparse< T, Alloc > | |
indices_ok() const | Sparse< T, Alloc > | inline |
insert(const SparseMatrix &a, octave_idx_type r, octave_idx_type c) | SparseMatrix | |
insert(const SparseMatrix &a, const Array< octave_idx_type > &indx) | SparseMatrix | |
MSparse< double >::insert(const Sparse< double > &a, octave_idx_type r, octave_idx_type c) | MSparse< double > | inline |
MSparse< double >::insert(const Sparse< double > &a, const Array< octave_idx_type > &indx) | MSparse< double > | inline |
Sparse::insert(const Sparse< T, Alloc > &a, octave_idx_type r, octave_idx_type c) | Sparse< T, Alloc > | |
Sparse::insert(const Sparse< T, Alloc > &a, const Array< octave_idx_type > &idx) | Sparse< T, Alloc > | |
inverse() const | SparseMatrix | |
inverse(MatrixType &mattype) const | SparseMatrix | |
inverse(MatrixType &mattype, octave_idx_type &info) const | SparseMatrix | |
inverse(MatrixType &mattype, octave_idx_type &info, double &rcond, bool force=false, bool calc_cond=true) const | SparseMatrix | |
ipermute(const Array< octave_idx_type > &vec) const | SparseMatrix | |
isempty() const | Sparse< T, Alloc > | inline |
issquare() const | Sparse< T, Alloc > | inline |
issymmetric() const | SparseMatrix | |
m_dimensions | Sparse< T, Alloc > | protected |
m_rep | Sparse< T, Alloc > | protected |
make_unique() | Sparse< T, Alloc > | inlineprotected |
map(U(&fcn)(double)) const | MSparse< double > | inline |
map(U(&fcn)(const double &)) const | MSparse< double > | inline |
Sparse::map(F fcn) const | Sparse< T, Alloc > | inline |
Sparse::map(U(&fcn)(T)) const | Sparse< T, Alloc > | inline |
Sparse::map(U(&fcn)(const T &)) const | Sparse< T, Alloc > | inline |
matrix_value() const | SparseMatrix | |
max(int dim=-1) const | SparseMatrix | |
max(Array< octave_idx_type > &index, int dim=-1) const | SparseMatrix | |
maybe_compress(bool remove_zeros=false) | Sparse< T, Alloc > | inline |
min(int dim=-1) const | SparseMatrix | |
min(Array< octave_idx_type > &index, int dim=-1) const | SparseMatrix | |
MSparse() | MSparse< double > | inline |
MSparse(octave_idx_type n, octave_idx_type m) | MSparse< double > | inline |
MSparse(const dim_vector &dv, octave_idx_type nz=0) | MSparse< double > | inline |
MSparse(const MSparse< double > &a) | MSparse< double > | inline |
MSparse(const MSparse< double > &a, const dim_vector &dv) | MSparse< double > | inline |
MSparse(const Sparse< double > &a) | MSparse< double > | inline |
MSparse(const Sparse< U > &a) | MSparse< double > | inline |
MSparse(const Array< double > &a, const octave::idx_vector &r, const octave::idx_vector &c, octave_idx_type nr=-1, octave_idx_type nc=-1, bool sum_terms=true, octave_idx_type nzm=-1) | MSparse< double > | inline |
MSparse(octave_idx_type r, octave_idx_type c, double val) | MSparse< double > | inlineexplicit |
MSparse(const PermMatrix &a) | MSparse< double > | inlineexplicit |
MSparse(octave_idx_type r, octave_idx_type c, octave_idx_type num_nz) | MSparse< double > | inline |
ndims() const | Sparse< T, Alloc > | inline |
nnz() const | Sparse< T, Alloc > | inline |
numel() const | Sparse< T, Alloc > | inline |
nzmax() const | Sparse< T, Alloc > | inline |
operator!() const | SparseMatrix | |
operator!=(const SparseMatrix &a) const | SparseMatrix | |
operator()(octave_idx_type n) | Sparse< T, Alloc > | inline |
operator()(octave_idx_type i, octave_idx_type j) | Sparse< T, Alloc > | inline |
operator()(const Array< octave_idx_type > &ra_idx) | Sparse< T, Alloc > | inline |
operator()(octave_idx_type n) const | Sparse< T, Alloc > | inline |
operator()(octave_idx_type i, octave_idx_type j) const | Sparse< T, Alloc > | inline |
operator()(const Array< octave_idx_type > &ra_idx) const | Sparse< T, Alloc > | inline |
operator<<(std::ostream &os, const SparseMatrix &a) | SparseMatrix | friend |
operator=(const SparseMatrix &a) | SparseMatrix | inline |
MSparse< double >::operator=(const MSparse< double > &a) | MSparse< double > | inline |
Sparse::operator=(const Sparse< T, Alloc > &a) | Sparse< T, Alloc > | |
operator==(const SparseMatrix &a) const | SparseMatrix | |
operator>>(std::istream &is, SparseMatrix &a) | SparseMatrix | friend |
permute(const Array< octave_idx_type > &vec, bool inv=false) const | SparseMatrix | |
print_info(std::ostream &os, const std::string &prefix) const | Sparse< T, Alloc > | |
prod(int dim=-1) const | SparseMatrix | |
range_error(const char *fcn, octave_idx_type n) const | Sparse< T, Alloc > | |
range_error(const char *fcn, octave_idx_type n) | Sparse< T, Alloc > | |
range_error(const char *fcn, octave_idx_type i, octave_idx_type j) const | Sparse< T, Alloc > | |
range_error(const char *fcn, octave_idx_type i, octave_idx_type j) | Sparse< T, Alloc > | |
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) const | Sparse< T, Alloc > | |
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) | Sparse< T, Alloc > | |
real(const SparseComplexMatrix &a) | SparseMatrix | friend |
reshape(const dim_vector &new_dims) const | SparseMatrix | |
resize(octave_idx_type r, octave_idx_type c) | Sparse< T, Alloc > | |
resize(const dim_vector &dv) | Sparse< T, Alloc > | |
resize1(octave_idx_type n) | Sparse< T, Alloc > | |
ridx() | Sparse< T, Alloc > | inline |
ridx(octave_idx_type i) | Sparse< T, Alloc > | inline |
ridx(octave_idx_type i) const | Sparse< T, Alloc > | inline |
ridx() const | Sparse< T, Alloc > | inline |
row(octave_idx_type i) const | SparseMatrix | |
rows() const | Sparse< T, Alloc > | inline |
solve(MatrixType &typ, const Matrix &b) const | SparseMatrix | |
solve(MatrixType &typ, const Matrix &b, octave_idx_type &info) const | SparseMatrix | |
solve(MatrixType &typ, const Matrix &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(MatrixType &typ, const Matrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler, bool singular_fallback=true) const | SparseMatrix | |
solve(MatrixType &typ, const ComplexMatrix &b) const | SparseMatrix | |
solve(MatrixType &typ, const ComplexMatrix &b, octave_idx_type &info) const | SparseMatrix | |
solve(MatrixType &typ, const ComplexMatrix &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(MatrixType &typ, const ComplexMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler, bool singular_fallback=true) const | SparseMatrix | |
solve(MatrixType &typ, const SparseMatrix &b) const | SparseMatrix | |
solve(MatrixType &typ, const SparseMatrix &b, octave_idx_type &info) const | SparseMatrix | |
solve(MatrixType &typ, const SparseMatrix &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(MatrixType &typ, const SparseMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler, bool singular_fallback=true) const | SparseMatrix | |
solve(MatrixType &typ, const SparseComplexMatrix &b) const | SparseMatrix | |
solve(MatrixType &typ, const SparseComplexMatrix &b, octave_idx_type &info) const | SparseMatrix | |
solve(MatrixType &typ, const SparseComplexMatrix &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(MatrixType &typ, const SparseComplexMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler, bool singular_fallabck=true) const | SparseMatrix | |
solve(MatrixType &typ, const ColumnVector &b) const | SparseMatrix | |
solve(MatrixType &typ, const ColumnVector &b, octave_idx_type &info) const | SparseMatrix | |
solve(MatrixType &typ, const ColumnVector &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(MatrixType &typ, const ColumnVector &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const | SparseMatrix | |
solve(MatrixType &typ, const ComplexColumnVector &b) const | SparseMatrix | |
solve(MatrixType &typ, const ComplexColumnVector &b, octave_idx_type &info) const | SparseMatrix | |
solve(MatrixType &typ, const ComplexColumnVector &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(MatrixType &typ, const ComplexColumnVector &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const | SparseMatrix | |
solve(const Matrix &b) const | SparseMatrix | |
solve(const Matrix &b, octave_idx_type &info) const | SparseMatrix | |
solve(const Matrix &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(const Matrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const | SparseMatrix | |
solve(const ComplexMatrix &b) const | SparseMatrix | |
solve(const ComplexMatrix &b, octave_idx_type &info) const | SparseMatrix | |
solve(const ComplexMatrix &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(const ComplexMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const | SparseMatrix | |
solve(const SparseMatrix &b) const | SparseMatrix | |
solve(const SparseMatrix &b, octave_idx_type &info) const | SparseMatrix | |
solve(const SparseMatrix &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(const SparseMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const | SparseMatrix | |
solve(const SparseComplexMatrix &b) const | SparseMatrix | |
solve(const SparseComplexMatrix &b, octave_idx_type &info) const | SparseMatrix | |
solve(const SparseComplexMatrix &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(const SparseComplexMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const | SparseMatrix | |
solve(const ColumnVector &b) const | SparseMatrix | |
solve(const ColumnVector &b, octave_idx_type &info) const | SparseMatrix | |
solve(const ColumnVector &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(const ColumnVector &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const | SparseMatrix | |
solve(const ComplexColumnVector &b) const | SparseMatrix | |
solve(const ComplexColumnVector &b, octave_idx_type &info) const | SparseMatrix | |
solve(const ComplexColumnVector &b, octave_idx_type &info, double &rcond) const | SparseMatrix | |
solve(const ComplexColumnVector &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const | SparseMatrix | |
solve_singularity_handler typedef | SparseMatrix | |
sort(octave_idx_type dim=0, sortmode mode=ASCENDING) const | Sparse< T, Alloc > | |
sort(Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const | Sparse< T, Alloc > | |
Sparse() | Sparse< T, Alloc > | inline |
Sparse(octave_idx_type n) | Sparse< T, Alloc > | inlineexplicit |
Sparse(octave_idx_type nr, octave_idx_type nc) | Sparse< T, Alloc > | inlineexplicit |
Sparse(octave_idx_type nr, octave_idx_type nc, T val) | Sparse< T, Alloc > | explicit |
Sparse(const dim_vector &dv, octave_idx_type nz) | Sparse< T, Alloc > | inline |
Sparse(octave_idx_type nr, octave_idx_type nc, octave_idx_type nz) | Sparse< T, Alloc > | inline |
Sparse(const dim_vector &dv, octave_idx_type nz, T *ptr, octave_idx_type *ridx, octave_idx_type *cidx, const Alloc &xallocator=Alloc()) | Sparse< T, Alloc > | inline |
Sparse(const PermMatrix &a) | Sparse< T, Alloc > | explicit |
Sparse(const Sparse< U > &a) | Sparse< T, Alloc > | inline |
Sparse(const Sparse< T, Alloc > &a) | Sparse< T, Alloc > | inline |
Sparse(const dim_vector &dv) | Sparse< T, Alloc > | |
Sparse(const Sparse< T, Alloc > &a, const dim_vector &dv) | Sparse< T, Alloc > | |
Sparse(const Array< T > &a, const octave::idx_vector &r, const octave::idx_vector &c, octave_idx_type nr=-1, octave_idx_type nc=-1, bool sum_terms=true, octave_idx_type nzm=-1) | Sparse< T, Alloc > | |
Sparse(const Array< T > &a) | Sparse< T, Alloc > | |
SparseMatrix() | SparseMatrix | inline |
SparseMatrix(octave_idx_type r, octave_idx_type c) | SparseMatrix | inline |
SparseMatrix(const dim_vector &dv, octave_idx_type nz=0) | SparseMatrix | inline |
SparseMatrix(octave_idx_type r, octave_idx_type c, double val) | SparseMatrix | inlineexplicit |
SparseMatrix(const SparseMatrix &a) | SparseMatrix | inline |
SparseMatrix(const SparseMatrix &a, const dim_vector &dv) | SparseMatrix | inline |
SparseMatrix(const MSparse< double > &a) | SparseMatrix | inline |
SparseMatrix(const Sparse< double > &a) | SparseMatrix | inline |
SparseMatrix(const SparseBoolMatrix &a) | SparseMatrix | explicit |
SparseMatrix(const Matrix &a) | SparseMatrix | inlineexplicit |
SparseMatrix(const NDArray &a) | SparseMatrix | inlineexplicit |
SparseMatrix(const Array< double > &a, const octave::idx_vector &r, const octave::idx_vector &c, octave_idx_type nr=-1, octave_idx_type nc=-1, bool sum_terms=true, octave_idx_type nzm=-1) | SparseMatrix | inline |
SparseMatrix(const DiagMatrix &a) | SparseMatrix | explicit |
SparseMatrix(const PermMatrix &a) | SparseMatrix | inlineexplicit |
SparseMatrix(octave_idx_type r, octave_idx_type c, octave_idx_type num_nz) | SparseMatrix | inline |
squeeze() const | SparseMatrix | |
sum(int dim=-1) const | SparseMatrix | |
sumsq(int dim=-1) const | SparseMatrix | |
test(F fcn) const | Sparse< T, Alloc > | inline |
test_all(F fcn) const | Sparse< T, Alloc > | inline |
test_all(bool(&fcn)(T)) const | Sparse< T, Alloc > | inline |
test_all(bool(&fcn)(const T &)) const | Sparse< T, Alloc > | inline |
test_any(F fcn) const | Sparse< T, Alloc > | inline |
test_any(bool(&fcn)(T)) const | Sparse< T, Alloc > | inline |
test_any(bool(&fcn)(const T &)) const | Sparse< T, Alloc > | inline |
too_large_for_float() const | SparseMatrix | |
transpose() const | SparseMatrix | inline |
xcidx() | Sparse< T, Alloc > | inline |
xcidx(octave_idx_type i) | Sparse< T, Alloc > | inline |
xdata() | Sparse< T, Alloc > | inline |
xdata(octave_idx_type i) | Sparse< T, Alloc > | inline |
xelem(octave_idx_type n) | Sparse< T, Alloc > | inline |
xelem(octave_idx_type n) const | Sparse< T, Alloc > | inline |
xelem(octave_idx_type i, octave_idx_type j) | Sparse< T, Alloc > | inline |
xelem(octave_idx_type i, octave_idx_type j) const | Sparse< T, Alloc > | inline |
xelem(const Array< octave_idx_type > &ra_idx) | Sparse< T, Alloc > | inline |
xelem(const Array< octave_idx_type > &ra_idx) const | Sparse< T, Alloc > | inline |
xridx() | Sparse< T, Alloc > | inline |
xridx(octave_idx_type i) | Sparse< T, Alloc > | inline |
~MSparse()=default | MSparse< double > | |
~Sparse() | Sparse< T, Alloc > | virtual |
~SparseMatrix()=default | SparseMatrix |