Navigation

Operators and Keywords

Function List:

C++ API

SparseComplexMatrix Member List

This is the complete list of members for SparseComplexMatrix, including all inherited members.
abs(void) const SparseComplexMatrix
all(int dim=-1) const SparseComplexMatrix
all_elements_are_real(void) const SparseComplexMatrix
all_integers(double &max_val, double &min_val) const SparseComplexMatrix
any(int dim=-1) const SparseComplexMatrix
any_element_is_inf_or_nan(void) const SparseComplexMatrix
any_element_is_nan(void) const SparseComplexMatrix
array_value(void) constSparse< Complex >
assign(const idx_vector &i, const Sparse< Complex > &rhs)Sparse< Complex >
assign(const idx_vector &i, const idx_vector &j, const Sparse< Complex > &rhs)Sparse< Complex >
byte_size(void) constSparse< Complex > [inline]
capacity(void) constSparse< Complex > [inline]
cat(int dim, octave_idx_type n, const Sparse< Complex > *sparse_list)Sparse< Complex > [static]
change_capacity(octave_idx_type nz)Sparse< Complex > [inline]
checkelem(octave_idx_type n)Sparse< Complex > [inline]
checkelem(octave_idx_type i, octave_idx_type j)Sparse< Complex > [inline]
checkelem(const Array< octave_idx_type > &ra_idx)Sparse< Complex > [inline]
checkelem(octave_idx_type n) constSparse< Complex > [inline]
checkelem(octave_idx_type i, octave_idx_type j) constSparse< Complex > [inline]
checkelem(const Array< octave_idx_type > &ra_idx) constSparse< Complex > [inline]
cidx(void)Sparse< Complex > [inline]
cidx(octave_idx_type i)Sparse< Complex > [inline]
cidx(octave_idx_type i) constSparse< Complex > [inline]
cidx(void) constSparse< Complex > [inline]
cols(void) constSparse< Complex > [inline]
column(octave_idx_type i) const SparseComplexMatrix
columns(void) constSparse< Complex > [inline]
compute_index(const Array< octave_idx_type > &ra_idx) constSparse< Complex >
concat(const SparseComplexMatrix &rb, const Array< octave_idx_type > &ra_idx)SparseComplexMatrix
concat(const SparseMatrix &rb, const Array< octave_idx_type > &ra_idx)SparseComplexMatrix
conj(const SparseComplexMatrix &a)SparseComplexMatrix [friend]
cumprod(int dim=-1) const SparseComplexMatrix
cumsum(int dim=-1) const SparseComplexMatrix
data(void)Sparse< Complex > [inline]
data(octave_idx_type i)Sparse< Complex > [inline]
data(octave_idx_type i) constSparse< Complex > [inline]
data(void) constSparse< Complex > [inline]
delete_elements(const idx_vector &i)Sparse< Complex >
delete_elements(int dim, const idx_vector &i)Sparse< Complex >
delete_elements(const idx_vector &i, const idx_vector &j)Sparse< Complex >
determinant(void) const SparseComplexMatrix
determinant(octave_idx_type &info) const SparseComplexMatrix
determinant(octave_idx_type &info, double &rcond, int calc_cond=1) const SparseComplexMatrix
diag(octave_idx_type k=0) const SparseComplexMatrix
dim1(void) constSparse< Complex > [inline]
dim2(void) constSparse< Complex > [inline]
dimensionsSparse< Complex >
dims(void) constSparse< Complex > [inline]
elem(octave_idx_type n)Sparse< Complex > [inline]
elem(octave_idx_type i, octave_idx_type j)Sparse< Complex > [inline]
elem(const Array< octave_idx_type > &ra_idx)Sparse< Complex > [inline]
elem(octave_idx_type n) constSparse< Complex > [inline]
elem(octave_idx_type i, octave_idx_type j) constSparse< Complex > [inline]
elem(const Array< octave_idx_type > &ra_idx) constSparse< Complex > [inline]
element_type typedefSparse< Complex >
get_col_index(octave_idx_type k)Sparse< Complex > [inline]
get_row_index(octave_idx_type k)Sparse< Complex > [inline]
hermitian(void) const SparseComplexMatrix
index(const idx_vector &i, bool resize_ok=false) constSparse< Complex >
index(const idx_vector &i, const idx_vector &j, bool resize_ok=false) constSparse< Complex >
indices_ok(void) constSparse< Complex > [inline]
insert(const SparseComplexMatrix &a, octave_idx_type r, octave_idx_type c)SparseComplexMatrix
insert(const SparseMatrix &a, octave_idx_type r, octave_idx_type c)SparseComplexMatrix
insert(const SparseComplexMatrix &a, const Array< octave_idx_type > &indx)SparseComplexMatrix
insert(const SparseMatrix &a, const Array< octave_idx_type > &indx)SparseComplexMatrix
MSparse< Complex >::insert(const Sparse< Complex > &a, octave_idx_type r, octave_idx_type c)MSparse< Complex > [inline]
MSparse< Complex >::insert(const Sparse< Complex > &a, const Array< octave_idx_type > &indx)MSparse< Complex > [inline]
inverse(void) const SparseComplexMatrix
inverse(MatrixType &mattype) const SparseComplexMatrix
inverse(MatrixType &mattype, octave_idx_type &info) const SparseComplexMatrix
inverse(MatrixType &mattype, octave_idx_type &info, double &rcond, int force=0, int calc_cond=1) const SparseComplexMatrix
ipermute(const Array< octave_idx_type > &vec) const SparseComplexMatrix
is_empty(void) constSparse< Complex > [inline]
is_hermitian(void) const SparseComplexMatrix
is_square(void) constSparse< Complex > [inline]
length(void) constSparse< Complex > [inline]
make_unique(void)Sparse< Complex > [inline, protected]
map(U(&fcn)(Complex)) constMSparse< Complex > [inline]
map(U(&fcn)(const Complex &)) constMSparse< Complex > [inline]
Sparse< Complex >::map(F fcn) constSparse< Complex > [inline]
matrix_value(void) const SparseComplexMatrix
max(int dim=-1) const SparseComplexMatrix
max(Array< octave_idx_type > &index, int dim=-1) const SparseComplexMatrix
maybe_compress(bool remove_zeros=false)Sparse< Complex > [inline]
mex_get_data(void) constSparse< Complex > [inline]
mex_get_ir(void) constSparse< Complex > [inline]
mex_get_jc(void) constSparse< Complex > [inline]
min(int dim=-1) const SparseComplexMatrix
min(Array< octave_idx_type > &index, int dim=-1) const SparseComplexMatrix
MSparse(void)MSparse< Complex > [inline]
MSparse(octave_idx_type n, octave_idx_type m)MSparse< Complex > [inline]
MSparse(const dim_vector &dv, octave_idx_type nz=0)MSparse< Complex > [inline]
MSparse(const MSparse< Complex > &a)MSparse< Complex > [inline]
MSparse(const MSparse< Complex > &a, const dim_vector &dv)MSparse< Complex > [inline]
MSparse(const Sparse< Complex > &a)MSparse< Complex > [inline]
MSparse(const Sparse< U > &a)MSparse< Complex > [inline]
MSparse(const Array< Complex > &a, const idx_vector &r, const idx_vector &c, octave_idx_type nr=-1, octave_idx_type nc=-1, bool sum_terms=true, octave_idx_type nzm=-1)MSparse< Complex > [inline]
MSparse(octave_idx_type r, octave_idx_type c, Complexval)MSparse< Complex > [inline, explicit]
MSparse(octave_idx_type r, octave_idx_type c, octave_idx_type num_nz)MSparse< Complex > [inline]
ndims(void) constSparse< Complex > [inline]
nelem(void) constSparse< Complex > [inline]
nnz(void) constSparse< Complex > [inline]
numel(void) constSparse< Complex > [inline]
nzmax(void) constSparse< Complex > [inline]
operator!(void) const SparseComplexMatrix
operator!=(const SparseComplexMatrix &a) const SparseComplexMatrix
operator()(octave_idx_type n)Sparse< Complex > [inline]
operator()(octave_idx_type i, octave_idx_type j)Sparse< Complex > [inline]
operator()(const Array< octave_idx_type > &ra_idx)Sparse< Complex > [inline]
operator()(octave_idx_type n) constSparse< Complex > [inline]
operator()(octave_idx_type i, octave_idx_type j) constSparse< Complex > [inline]
operator()(const Array< octave_idx_type > &ra_idx) constSparse< Complex > [inline]
operator<<(std::ostream &os, const SparseComplexMatrix &a)SparseComplexMatrix [friend]
operator=(const SparseComplexMatrix &a)SparseComplexMatrix [inline]
MSparse< Complex >::operator=(const MSparse< Complex > &a)MSparse< Complex > [inline]
Sparse< Complex >::operator=(const Sparse< Complex > &a)Sparse< Complex >
operator==(const SparseComplexMatrix &a) const SparseComplexMatrix
operator>>(std::istream &is, SparseComplexMatrix &a)SparseComplexMatrix [friend]
permute(const Array< octave_idx_type > &vec, bool inv=false) const SparseComplexMatrix
print_info(std::ostream &os, const std::string &prefix) constSparse< Complex >
prod(int dim=-1) const SparseComplexMatrix
range_error(const char *fcn, octave_idx_type n) constSparse< Complex >
range_error(const char *fcn, octave_idx_type n)Sparse< Complex >
range_error(const char *fcn, octave_idx_type i, octave_idx_type j) constSparse< Complex >
range_error(const char *fcn, octave_idx_type i, octave_idx_type j)Sparse< Complex >
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) constSparse< Complex >
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx)Sparse< Complex >
repSparse< Complex >
reshape(const dim_vector &new_dims) const SparseComplexMatrix
resize(octave_idx_type r, octave_idx_type c)Sparse< Complex >
resize(const dim_vector &dv)Sparse< Complex >
resize1(octave_idx_type n)Sparse< Complex >
ridx(void)Sparse< Complex > [inline]
ridx(octave_idx_type i)Sparse< Complex > [inline]
ridx(octave_idx_type i) constSparse< Complex > [inline]
ridx(void) constSparse< Complex > [inline]
row(octave_idx_type i) const SparseComplexMatrix
rows(void) constSparse< Complex > [inline]
solve(MatrixType &typ, const Matrix &b) const SparseComplexMatrix
solve(MatrixType &typ, const Matrix &b, octave_idx_type &info) const SparseComplexMatrix
solve(MatrixType &typ, const Matrix &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(MatrixType &typ, const Matrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler, bool singular_fallback=true) const SparseComplexMatrix
solve(MatrixType &typ, const ComplexMatrix &b) const SparseComplexMatrix
solve(MatrixType &typ, const ComplexMatrix &b, octave_idx_type &info) const SparseComplexMatrix
solve(MatrixType &typ, const ComplexMatrix &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(MatrixType &typ, const ComplexMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler, bool singular_fallback=true) const SparseComplexMatrix
solve(MatrixType &typ, const SparseMatrix &b) const SparseComplexMatrix
solve(MatrixType &typ, const SparseMatrix &b, octave_idx_type &info) const SparseComplexMatrix
solve(MatrixType &typ, const SparseMatrix &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(MatrixType &typ, const SparseMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler, bool singular_fallback=true) const SparseComplexMatrix
solve(MatrixType &typ, const SparseComplexMatrix &b) const SparseComplexMatrix
solve(MatrixType &typ, const SparseComplexMatrix &b, octave_idx_type &info) const SparseComplexMatrix
solve(MatrixType &typ, const SparseComplexMatrix &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(MatrixType &typ, const SparseComplexMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler, bool singular_fallback=true) const SparseComplexMatrix
solve(MatrixType &typ, const ColumnVector &b) const SparseComplexMatrix
solve(MatrixType &typ, const ColumnVector &b, octave_idx_type &info) const SparseComplexMatrix
solve(MatrixType &typ, const ColumnVector &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(MatrixType &typ, const ColumnVector &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const SparseComplexMatrix
solve(MatrixType &typ, const ComplexColumnVector &b) const SparseComplexMatrix
solve(MatrixType &typ, const ComplexColumnVector &b, octave_idx_type &info) const SparseComplexMatrix
solve(MatrixType &typ, const ComplexColumnVector &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(MatrixType &typ, const ComplexColumnVector &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const SparseComplexMatrix
solve(const Matrix &b) const SparseComplexMatrix
solve(const Matrix &b, octave_idx_type &info) const SparseComplexMatrix
solve(const Matrix &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(const Matrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const SparseComplexMatrix
solve(const ComplexMatrix &b) const SparseComplexMatrix
solve(const ComplexMatrix &b, octave_idx_type &info) const SparseComplexMatrix
solve(const ComplexMatrix &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(const ComplexMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const SparseComplexMatrix
solve(const SparseMatrix &b) const SparseComplexMatrix
solve(const SparseMatrix &b, octave_idx_type &info) const SparseComplexMatrix
solve(const SparseMatrix &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(const SparseMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const SparseComplexMatrix
solve(const SparseComplexMatrix &b) const SparseComplexMatrix
solve(const SparseComplexMatrix &b, octave_idx_type &info) const SparseComplexMatrix
solve(const SparseComplexMatrix &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(const SparseComplexMatrix &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const SparseComplexMatrix
solve(const ColumnVector &b) const SparseComplexMatrix
solve(const ColumnVector &b, octave_idx_type &info) const SparseComplexMatrix
solve(const ColumnVector &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(const ColumnVector &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const SparseComplexMatrix
solve(const ComplexColumnVector &b) const SparseComplexMatrix
solve(const ComplexColumnVector &b, octave_idx_type &info) const SparseComplexMatrix
solve(const ComplexColumnVector &b, octave_idx_type &info, double &rcond) const SparseComplexMatrix
solve(const ComplexColumnVector &b, octave_idx_type &info, double &rcond, solve_singularity_handler sing_handler) const SparseComplexMatrix
solve_singularity_handler typedefSparseComplexMatrix
sort(octave_idx_type dim=0, sortmode mode=ASCENDING) constSparse< Complex >
sort(Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) constSparse< Complex >
Sparse(void)Sparse< Complex > [inline]
Sparse(octave_idx_type n)Sparse< Complex > [inline, explicit]
Sparse(octave_idx_type nr, octave_idx_type nc)Sparse< Complex > [inline, explicit]
Sparse(octave_idx_type nr, octave_idx_type nc, Complexval)Sparse< Complex > [explicit]
Sparse(const dim_vector &dv, octave_idx_type nz)Sparse< Complex > [inline]
Sparse(octave_idx_type nr, octave_idx_type nc, octave_idx_type nz)Sparse< Complex > [inline]
Sparse(const Sparse< U > &a)Sparse< Complex > [inline]
Sparse(const Sparse< Complex > &a)Sparse< Complex > [inline]
Sparse(const dim_vector &dv)Sparse< Complex >
Sparse(const Sparse< Complex > &a, const dim_vector &dv)Sparse< Complex >
Sparse(const Array< Complex > &a, const idx_vector &r, const idx_vector &c, octave_idx_type nr=-1, octave_idx_type nc=-1, bool sum_terms=true, octave_idx_type nzm=-1)Sparse< Complex >
Sparse(const Array< Complex > &a)Sparse< Complex >
SparseComplexMatrix(void)SparseComplexMatrix [inline]
SparseComplexMatrix(octave_idx_type r, octave_idx_type c)SparseComplexMatrix [inline]
SparseComplexMatrix(const dim_vector &dv, octave_idx_type nz=0)SparseComplexMatrix [inline]
SparseComplexMatrix(octave_idx_type r, octave_idx_type c, Complex val)SparseComplexMatrix [inline, explicit]
SparseComplexMatrix(octave_idx_type r, octave_idx_type c, double val)SparseComplexMatrix [inline]
SparseComplexMatrix(const SparseComplexMatrix &a)SparseComplexMatrix [inline]
SparseComplexMatrix(const SparseComplexMatrix &a, const dim_vector &dv)SparseComplexMatrix [inline]
SparseComplexMatrix(const MSparse< Complex > &a)SparseComplexMatrix [inline]
SparseComplexMatrix(const Sparse< Complex > &a)SparseComplexMatrix [inline]
SparseComplexMatrix(const ComplexMatrix &a)SparseComplexMatrix [inline, explicit]
SparseComplexMatrix(const ComplexNDArray &a)SparseComplexMatrix [inline, explicit]
SparseComplexMatrix(const Array< Complex > &a, const idx_vector &r, const idx_vector &c, octave_idx_type nr=-1, octave_idx_type nc=-1, bool sum_terms=true, octave_idx_type nzm=-1)SparseComplexMatrix [inline]
SparseComplexMatrix(const SparseMatrix &a)SparseComplexMatrix [explicit]
SparseComplexMatrix(const SparseBoolMatrix &a)SparseComplexMatrix [explicit]
SparseComplexMatrix(const ComplexDiagMatrix &a)SparseComplexMatrix [explicit]
SparseComplexMatrix(octave_idx_type r, octave_idx_type c, octave_idx_type num_nz)SparseComplexMatrix [inline]
squeeze(void) const SparseComplexMatrix
sum(int dim=-1) const SparseComplexMatrix
sumsq(int dim=-1) const SparseComplexMatrix
too_large_for_float(void) const SparseComplexMatrix
transpose(void) const SparseComplexMatrix [inline]
xcidx(void)Sparse< Complex > [inline]
xcidx(octave_idx_type i)Sparse< Complex > [inline]
xdata(void)Sparse< Complex > [inline]
xdata(octave_idx_type i)Sparse< Complex > [inline]
xelem(octave_idx_type n)Sparse< Complex > [inline]
xelem(octave_idx_type n) constSparse< Complex > [inline]
xelem(octave_idx_type i, octave_idx_type j)Sparse< Complex > [inline]
xelem(octave_idx_type i, octave_idx_type j) constSparse< Complex > [inline]
xelem(const Array< octave_idx_type > &ra_idx)Sparse< Complex > [inline]
xelem(const Array< octave_idx_type > &ra_idx) constSparse< Complex > [inline]
xridx(void)Sparse< Complex > [inline]
xridx(octave_idx_type i)Sparse< Complex > [inline]
~MSparse(void)MSparse< Complex > [inline]
~Sparse(void)Sparse< Complex > [virtual]
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines