, including all inherited members.
abs(void) const | FloatComplexMatrix | |
all(int dim=-1) const | FloatComplexMatrix | |
all_elements_are_real(void) const | FloatComplexMatrix | |
all_integers(float &max_val, float &min_val) const | FloatComplexMatrix | |
any(int dim=-1) const | FloatComplexMatrix | |
any_element_is_inf_or_nan(void) const | FloatComplexMatrix | |
any_element_is_nan(void) const | FloatComplexMatrix | |
append(const FloatMatrix &a) const | FloatComplexMatrix | |
append(const FloatRowVector &a) const | FloatComplexMatrix | |
append(const FloatColumnVector &a) const | FloatComplexMatrix | |
append(const FloatDiagMatrix &a) const | FloatComplexMatrix | |
append(const FloatComplexMatrix &a) const | FloatComplexMatrix | |
append(const FloatComplexRowVector &a) const | FloatComplexMatrix | |
append(const FloatComplexColumnVector &a) const | FloatComplexMatrix | |
append(const FloatComplexDiagMatrix &a) const | FloatComplexMatrix | |
Array class | Array< T > | [friend] |
Array(T *d, octave_idx_type n) | Array< T > | [inline, protected] |
Array(T *d, const dim_vector &dv) | Array< T > | [inline, protected] |
Array(const Array< T > &a, const dim_vector &dv, octave_idx_type l, octave_idx_type u) | Array< T > | [inline, protected] |
Array(void) | Array< T > | [inline] |
Array(octave_idx_type n) | Array< T > | [inline, explicit] |
Array(octave_idx_type n, const T &val) | Array< T > | [inline, explicit] |
Array(const Array< U > &a) | Array< T > | [inline] |
Array(const Array< T > &a) | Array< T > | [inline] |
Array(const dim_vector &dv) | Array< T > | [inline] |
Array(const dim_vector &dv, const T &val) | Array< T > | [inline] |
Array(const Array< T > &a, const dim_vector &dv) | Array< T > | [inline] |
Array2(T *d, octave_idx_type r, octave_idx_type c) | Array2< T > | [inline, protected] |
Array2(void) | Array2< T > | [inline] |
Array2(octave_idx_type r, octave_idx_type c) | Array2< T > | [inline] |
Array2(octave_idx_type r, octave_idx_type c, const T &val) | Array2< T > | [inline] |
Array2(const dim_vector &dv) | Array2< T > | [inline] |
Array2(const dim_vector &dv, const T &val) | Array2< T > | [inline] |
Array2(const Array2< T > &a) | Array2< T > | [inline] |
Array2(const Array< T > &a, octave_idx_type r, octave_idx_type c) | Array2< T > | [inline] |
Array2(const Array< U > &a) | Array2< T > | [inline] |
Array2(const Array< U > &a, const dim_vector &dv) | Array2< T > | [inline] |
assign(const idx_vector &i, const Array< T > &rhs, const T &rfv=resize_fill_value()) | Array< T > | [inline] |
assign(const idx_vector &i, const idx_vector &j, const Array< T > &rhs, const T &rfv=resize_fill_value()) | Array< T > | [inline] |
assign(const Array< idx_vector > &ia, const Array< T > &rhs, const T &rfv=resize_fill_value()) | Array< T > | [inline] |
bmapper typedef | FloatComplexMatrix | |
byte_size(void) const | Array< T > | [inline] |
capacity(void) const | Array< T > | [inline] |
checkelem(octave_idx_type n) | Array< T > | [inline] |
checkelem(octave_idx_type i, octave_idx_type j) | Array< T > | [inline] |
checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) | Array< T > | [inline] |
checkelem(const Array< octave_idx_type > &ra_idx) | Array< T > | [inline] |
checkelem(octave_idx_type n) const | Array< T > | [inline] |
checkelem(octave_idx_type i, octave_idx_type j) const | Array< T > | [inline] |
checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< T > | [inline] |
checkelem(const Array< octave_idx_type > &ra_idx) const | Array< T > | [inline] |
chop_trailing_singletons(void) | Array< T > | [inline] |
clear(void) | Array< T > | [inline] |
clear(const dim_vector &dv) | Array< T > | [inline] |
clear(octave_idx_type n) | Array< T > | [inline] |
clear(octave_idx_type r, octave_idx_type c) | Array< T > | [inline] |
cmapper typedef | FloatComplexMatrix | |
cols(void) const | Array< T > | [inline] |
column(octave_idx_type i) const | FloatComplexMatrix | |
column_is_real_only(octave_idx_type) const | FloatComplexMatrix | |
column_max(void) const | FloatComplexMatrix | |
column_max(Array< octave_idx_type > &index) const | FloatComplexMatrix | |
column_min(void) const | FloatComplexMatrix | |
column_min(Array< octave_idx_type > &index) const | FloatComplexMatrix | |
column_vector_type typedef | FloatComplexMatrix | |
columns(void) const | Array< T > | [inline] |
compare_fcn_type typedef | Array< T > | |
compute_index(const Array< octave_idx_type > &ra_idx) const | Array< T > | [inline] |
conj(const FloatComplexMatrix &a) | FloatComplexMatrix | [friend] |
cumprod(int dim=-1) const | FloatComplexMatrix | |
cumsum(int dim=-1) const | FloatComplexMatrix | |
data(void) const | Array< T > | [inline] |
delete_elements(const idx_vector &i) | Array< T > | [inline] |
delete_elements(int dim, const idx_vector &i) | Array< T > | [inline] |
delete_elements(const Array< idx_vector > &ia) | Array< T > | [inline] |
determinant(void) const | FloatComplexMatrix | |
determinant(octave_idx_type &info) const | FloatComplexMatrix | |
determinant(octave_idx_type &info, float &rcon, int calc_cond=1) const | FloatComplexMatrix | |
determinant(MatrixType &mattype, octave_idx_type &info, float &rcon, int calc_cond=1) const | FloatComplexMatrix | |
diag(octave_idx_type k=0) const | FloatComplexMatrix | |
dim1(void) const | Array< T > | [inline] |
dim2(void) const | Array< T > | [inline] |
dim3(void) const | Array< T > | [inline] |
dimensions | Array< T > | [protected] |
dims(void) const | Array< T > | [inline] |
dmapper typedef | FloatComplexMatrix | |
elem(octave_idx_type n) | Array< T > | [inline] |
elem(octave_idx_type i, octave_idx_type j) | Array< T > | [inline] |
elem(octave_idx_type i, octave_idx_type j, octave_idx_type k) | Array< T > | [inline] |
elem(const Array< octave_idx_type > &ra_idx) | Array< T > | [inline] |
elem(octave_idx_type n) const | Array< T > | [inline] |
elem(octave_idx_type i, octave_idx_type j) const | Array< T > | [inline] |
elem(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< T > | [inline] |
elem(const Array< octave_idx_type > &ra_idx) const | Array< T > | [inline] |
element_type typedef | Array< T > | |
extract(octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2) const | FloatComplexMatrix | |
extract_n(octave_idx_type r1, octave_idx_type c1, octave_idx_type nr, octave_idx_type nc) const | FloatComplexMatrix | |
fastmap(U(*fcn)(typename ref_param< T >::type)) const | Array< T > | [inline] |
fill(float val) | FloatComplexMatrix | |
fill(const FloatComplex &val) | FloatComplexMatrix | |
fill(float val, octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2) | FloatComplexMatrix | |
fill(const FloatComplex &val, octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2) | FloatComplexMatrix | |
MArray2::fill(const T &val) | Array< T > | [inline] |
find(octave_idx_type n=-1, bool backward=false) const | Array< T > | [inline] |
FloatComplexMatrix(void) | FloatComplexMatrix | [inline] |
FloatComplexMatrix(octave_idx_type r, octave_idx_type c) | FloatComplexMatrix | [inline] |
FloatComplexMatrix(octave_idx_type r, octave_idx_type c, const FloatComplex &val) | FloatComplexMatrix | [inline] |
FloatComplexMatrix(const dim_vector &dv) | FloatComplexMatrix | [inline] |
FloatComplexMatrix(const dim_vector &dv, const FloatComplex &val) | FloatComplexMatrix | [inline] |
FloatComplexMatrix(const FloatComplexMatrix &a) | FloatComplexMatrix | [inline] |
FloatComplexMatrix(const MArray2< U > &a) | FloatComplexMatrix | [inline] |
FloatComplexMatrix(const Array2< U > &a) | FloatComplexMatrix | [inline] |
FloatComplexMatrix(const FloatMatrix &a) | FloatComplexMatrix | [explicit] |
FloatComplexMatrix(const FloatRowVector &rv) | FloatComplexMatrix | [explicit] |
FloatComplexMatrix(const FloatColumnVector &cv) | FloatComplexMatrix | [explicit] |
FloatComplexMatrix(const FloatDiagMatrix &a) | FloatComplexMatrix | [explicit] |
FloatComplexMatrix(const FloatComplexRowVector &rv) | FloatComplexMatrix | [explicit] |
FloatComplexMatrix(const FloatComplexColumnVector &cv) | FloatComplexMatrix | [explicit] |
FloatComplexMatrix(const FloatComplexDiagMatrix &a) | FloatComplexMatrix | [explicit] |
FloatComplexMatrix(const boolMatrix &a) | FloatComplexMatrix | [explicit] |
FloatComplexMatrix(const charMatrix &a) | FloatComplexMatrix | [explicit] |
FloatComplexMatrix(const FloatMatrix &re, const FloatMatrix &im) | FloatComplexMatrix | |
fortran_vec(void) const | Array< T > | [inline] |
fortran_vec(void) | Array< T > | [inline] |
fourier(void) const | FloatComplexMatrix | |
fourier2d(void) const | FloatComplexMatrix | |
get_size(octave_idx_type r, octave_idx_type c) | Array2< T > | [inline, protected, static] |
Array< T >::get_size(octave_idx_type r, octave_idx_type c, octave_idx_type p) | Array< T > | [inline, static] |
Array< T >::get_size(const dim_vector &dv) | Array< T > | [inline, static] |
hermitian(void) const | FloatComplexMatrix | [inline] |
MArray2::hermitian(T(*fcn)(const T &)=0) const | MArray2< T > | [inline] |
ifourier(void) const | FloatComplexMatrix | |
ifourier2d(void) const | FloatComplexMatrix | |
index(const idx_vector &i, bool resize_ok=false, const T &rfv=Array< T >::resize_fill_value()) const | Array2< T > | [inline] |
index(const idx_vector &i, const idx_vector &j, bool resize_ok=false, const T &rfv=Array< T >::resize_fill_value()) const | Array2< T > | [inline] |
Array< T >::index(const idx_vector &i) const | Array< T > | [inline] |
Array< T >::index(const idx_vector &i, const idx_vector &j) const | Array< T > | [inline] |
Array< T >::index(const Array< idx_vector > &ia) const | Array< T > | [inline] |
Array< T >::index(const Array< idx_vector > &ia, bool resize_ok, const T &rfv=resize_fill_value()) const | Array< T > | [inline] |
insert(const FloatMatrix &a, octave_idx_type r, octave_idx_type c) | FloatComplexMatrix | |
insert(const FloatRowVector &a, octave_idx_type r, octave_idx_type c) | FloatComplexMatrix | |
insert(const FloatColumnVector &a, octave_idx_type r, octave_idx_type c) | FloatComplexMatrix | |
insert(const FloatDiagMatrix &a, octave_idx_type r, octave_idx_type c) | FloatComplexMatrix | |
insert(const FloatComplexMatrix &a, octave_idx_type r, octave_idx_type c) | FloatComplexMatrix | |
insert(const FloatComplexRowVector &a, octave_idx_type r, octave_idx_type c) | FloatComplexMatrix | |
insert(const FloatComplexColumnVector &a, octave_idx_type r, octave_idx_type c) | FloatComplexMatrix | |
insert(const FloatComplexDiagMatrix &a, octave_idx_type r, octave_idx_type c) | FloatComplexMatrix | |
MArray2::insert(const Array2< T > &a, octave_idx_type r, octave_idx_type c) | MArray2< T > | [inline] |
Array< T >::insert(const Array< T > &a, octave_idx_type r, octave_idx_type c) | Array< T > | [inline] |
Array< T >::insert(const Array< T > &a, const Array< octave_idx_type > &idx) | Array< T > | [inline] |
insert2(const Array< T > &a, octave_idx_type r, octave_idx_type c) | Array< T > | [inline] |
insertN(const Array< T > &a, octave_idx_type r, octave_idx_type c) | Array< T > | [inline] |
inverse(void) const | FloatComplexMatrix | |
inverse(octave_idx_type &info) const | FloatComplexMatrix | |
inverse(octave_idx_type &info, float &rcon, int force=0, int calc_cond=1) const | FloatComplexMatrix | |
inverse(MatrixType &mattype) const | FloatComplexMatrix | |
inverse(MatrixType &mattype, octave_idx_type &info) const | FloatComplexMatrix | |
inverse(MatrixType &mattype, octave_idx_type &info, float &rcon, int force=0, int calc_cond=1) const | FloatComplexMatrix | |
ipermute(const Array< octave_idx_type > &vec) const | Array< T > | [inline] |
is_empty(void) const | Array< T > | [inline] |
is_hermitian(void) const | FloatComplexMatrix | |
is_shared(void) | Array< T > | [inline] |
is_sorted(sortmode mode=UNSORTED) const | Array< T > | [inline] |
is_sorted_rows(sortmode mode=UNSORTED) const | Array< T > | [inline] |
is_square(void) const | Array< T > | [inline] |
is_vector(void) const | Array< T > | [inline] |
length(void) const | Array< T > | [inline] |
linear_slice(octave_idx_type lo, octave_idx_type up) const | Array< T > | [inline] |
linearize(void) const | Array< T > | [inline] |
lookup(const T &value, sortmode mode=UNSORTED) const | Array< T > | [inline] |
lookup(const Array< T > &values, sortmode mode=UNSORTED, bool linf=false, bool rinf=false) const | Array< T > | [inline] |
lookupb(const Array< T > &values, sortmode mode=UNSORTED) const | Array< T > | [inline] |
lookupm(const Array< T > &values, sortmode mode=UNSORTED) const | Array< T > | [inline] |
lssolve(const FloatMatrix &b) const | FloatComplexMatrix | |
lssolve(const FloatMatrix &b, octave_idx_type &info) const | FloatComplexMatrix | |
lssolve(const FloatMatrix &b, octave_idx_type &info, octave_idx_type &rank) const | FloatComplexMatrix | |
lssolve(const FloatMatrix &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const | FloatComplexMatrix | |
lssolve(const FloatComplexMatrix &b) const | FloatComplexMatrix | |
lssolve(const FloatComplexMatrix &b, octave_idx_type &info) const | FloatComplexMatrix | |
lssolve(const FloatComplexMatrix &b, octave_idx_type &info, octave_idx_type &rank) const | FloatComplexMatrix | |
lssolve(const FloatComplexMatrix &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const | FloatComplexMatrix | |
lssolve(const FloatColumnVector &b) const | FloatComplexMatrix | |
lssolve(const FloatColumnVector &b, octave_idx_type &info) const | FloatComplexMatrix | |
lssolve(const FloatColumnVector &b, octave_idx_type &info, octave_idx_type &rank) const | FloatComplexMatrix | |
lssolve(const FloatColumnVector &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const | FloatComplexMatrix | |
lssolve(const FloatComplexColumnVector &b) const | FloatComplexMatrix | |
lssolve(const FloatComplexColumnVector &b, octave_idx_type &info) const | FloatComplexMatrix | |
lssolve(const FloatComplexColumnVector &b, octave_idx_type &info, octave_idx_type &rank) const | FloatComplexMatrix | |
lssolve(const FloatComplexColumnVector &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const | FloatComplexMatrix | |
make_unique(void) | Array< T > | [inline] |
map(dmapper fcn) const | FloatComplexMatrix | |
map(cmapper fcn) const | FloatComplexMatrix | |
map(bmapper fcn) const | FloatComplexMatrix | |
MArray2::map(F fcn) const | MArray2< T > | [inline] |
MArray2(T *d, octave_idx_type n, octave_idx_type m) | MArray2< T > | [inline, protected] |
MArray2(void) | MArray2< T > | [inline] |
MArray2(octave_idx_type n, octave_idx_type m) | MArray2< T > | [inline] |
MArray2(octave_idx_type n, octave_idx_type m, const T &val) | MArray2< T > | [inline] |
MArray2(const dim_vector &dv) | MArray2< T > | [inline] |
MArray2(const dim_vector &dv, const T &val) | MArray2< T > | [inline] |
MArray2(const MArray2< T > &a) | MArray2< T > | [inline] |
MArray2(const Array2< T > &a) | MArray2< T > | [inline] |
MArray2(const Array2< U > &a) | MArray2< T > | [inline] |
MArray2(const MArray2< U > &a) | MArray2< T > | [inline] |
maybe_delete_dims(void) | Array< T > | [inline] |
maybe_economize(void) | Array< T > | [inline] |
mex_get_data(void) const | Array< T > | [inline] |
ndims(void) const | Array< T > | [inline] |
nelem(void) const | Array< T > | [inline] |
nth_element(const idx_vector &n, int dim=0) const | Array< T > | [inline] |
numel(void) const | Array< T > | [inline] |
operator!(void) const | FloatComplexMatrix | |
operator!=(const FloatComplexMatrix &a) const | FloatComplexMatrix | |
operator()(octave_idx_type n) | Array< T > | [inline] |
operator()(octave_idx_type i, octave_idx_type j) | Array< T > | [inline] |
operator()(octave_idx_type i, octave_idx_type j, octave_idx_type k) | Array< T > | [inline] |
operator()(const Array< octave_idx_type > &ra_idx) | Array< T > | [inline] |
operator()(octave_idx_type n) const | Array< T > | [inline] |
operator()(octave_idx_type i, octave_idx_type j) const | Array< T > | [inline] |
operator()(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< T > | [inline] |
operator()(const Array< octave_idx_type > &ra_idx) const | Array< T > | [inline] |
operator+=(const FloatDiagMatrix &a) | FloatComplexMatrix | |
operator+=(const FloatComplexDiagMatrix &a) | FloatComplexMatrix | |
operator+=(const FloatMatrix &a) | FloatComplexMatrix | |
operator-=(const FloatDiagMatrix &a) | FloatComplexMatrix | |
operator-=(const FloatComplexDiagMatrix &a) | FloatComplexMatrix | |
operator-=(const FloatMatrix &a) | FloatComplexMatrix | |
operator<<(std::ostream &os, const FloatComplexMatrix &a) | FloatComplexMatrix | [friend] |
operator=(const FloatComplexMatrix &a) | FloatComplexMatrix | [inline] |
MArray2::operator=(const MArray2< T > &a) | MArray2< T > | [inline] |
Array2< T >::operator=(const Array2< T > &a) | Array2< T > | [inline] |
Array< T >::operator=(const Array< T > &a) | Array< T > | [inline] |
operator==(const FloatComplexMatrix &a) const | FloatComplexMatrix | |
operator>>(std::istream &is, FloatComplexMatrix &a) | FloatComplexMatrix | [friend] |
page(octave_idx_type k) const | Array< T > | [inline] |
pages(void) const | Array< T > | [inline] |
permute(const Array< octave_idx_type > &vec, bool inv=false) const | Array< T > | [inline] |
print_info(std::ostream &os, const std::string &prefix) const | Array< T > | [inline] |
prod(int dim=-1) const | FloatComplexMatrix | |
pseudo_inverse(float tol=0.0) const | FloatComplexMatrix | |
range_error(const char *fcn, octave_idx_type n) const | Array< T > | [inline] |
range_error(const char *fcn, octave_idx_type n) | Array< T > | [inline] |
range_error(const char *fcn, octave_idx_type i, octave_idx_type j) const | Array< T > | [inline] |
range_error(const char *fcn, octave_idx_type i, octave_idx_type j) | Array< T > | [inline] |
range_error(const char *fcn, octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< T > | [inline] |
range_error(const char *fcn, octave_idx_type i, octave_idx_type j, octave_idx_type k) | Array< T > | [inline] |
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) const | Array< T > | [inline] |
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) | Array< T > | [inline] |
rcond(void) const | FloatComplexMatrix | |
rcond(MatrixType &mattype) const | FloatComplexMatrix | |
rep | Array< T > | [protected] |
reshape(const dim_vector &new_dims) const | Array< T > | [inline] |
resize(octave_idx_type r, octave_idx_type c) | Array2< T > | [inline] |
resize(octave_idx_type r, octave_idx_type c, const T &val) | Array2< T > | [inline] |
Array< T >::resize(octave_idx_type n) | Array< T > | [inline] |
Array< T >::resize(dim_vector dv) | Array< T > | [inline] |
Array< T >::resize(octave_idx_type n, const T &rfv) | Array< T > | [inline] |
Array< T >::resize(dim_vector dv, const T &rfv) | Array< T > | [inline] |
resize_fill(octave_idx_type n, const T &rfv) | Array< T > | [inline] |
resize_fill(octave_idx_type nr, octave_idx_type nc, const T &rfv) | Array< T > | [inline] |
resize_fill(const dim_vector &dv, const T &rfv) | Array< T > | [inline] |
resize_fill_value(void) | FloatComplexMatrix | [inline, static] |
row(octave_idx_type i) const | FloatComplexMatrix | |
row_is_real_only(octave_idx_type) const | FloatComplexMatrix | |
row_max(void) const | FloatComplexMatrix | |
row_max(Array< octave_idx_type > &index) const | FloatComplexMatrix | |
row_min(void) const | FloatComplexMatrix | |
row_min(Array< octave_idx_type > &index) const | FloatComplexMatrix | |
row_vector_type typedef | FloatComplexMatrix | |
rows(void) const | Array< T > | [inline] |
slice_data | Array< T > | [protected] |
slice_len | Array< T > | [protected] |
solve(MatrixType &typ, const FloatMatrix &b) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatMatrix &b, octave_idx_type &info) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatMatrix &b, octave_idx_type &info, float &rcon) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, bool singular_fallback=true, blas_trans_type transt=blas_no_trans) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatComplexMatrix &b) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatComplexMatrix &b, octave_idx_type &info) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatComplexMatrix &b, octave_idx_type &info, float &rcon) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatComplexMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, bool singular_fallback=true, blas_trans_type transt=blas_no_trans) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatColumnVector &b) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatColumnVector &b, octave_idx_type &info) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatColumnVector &b, octave_idx_type &info, float &rcon) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatColumnVector &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatComplexColumnVector &b) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatComplexColumnVector &b, octave_idx_type &info) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon) const | FloatComplexMatrix | |
solve(MatrixType &typ, const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const | FloatComplexMatrix | |
solve(const FloatMatrix &b) const | FloatComplexMatrix | |
solve(const FloatMatrix &b, octave_idx_type &info) const | FloatComplexMatrix | |
solve(const FloatMatrix &b, octave_idx_type &info, float &rcon) const | FloatComplexMatrix | |
solve(const FloatMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const | FloatComplexMatrix | |
solve(const FloatComplexMatrix &b) const | FloatComplexMatrix | |
solve(const FloatComplexMatrix &b, octave_idx_type &info) const | FloatComplexMatrix | |
solve(const FloatComplexMatrix &b, octave_idx_type &info, float &rcon) const | FloatComplexMatrix | |
solve(const FloatComplexMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const | FloatComplexMatrix | |
solve(const FloatColumnVector &b) const | FloatComplexMatrix | |
solve(const FloatColumnVector &b, octave_idx_type &info) const | FloatComplexMatrix | |
solve(const FloatColumnVector &b, octave_idx_type &info, float &rcon) const | FloatComplexMatrix | |
solve(const FloatColumnVector &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const | FloatComplexMatrix | |
solve(const FloatComplexColumnVector &b) const | FloatComplexMatrix | |
solve(const FloatComplexColumnVector &b, octave_idx_type &info) const | FloatComplexMatrix | |
solve(const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon) const | FloatComplexMatrix | |
solve(const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const | FloatComplexMatrix | |
solve_singularity_handler typedef | FloatComplexMatrix | |
sort(octave_idx_type dim=0, sortmode mode=ASCENDING) const | Array2< T > | [inline] |
sort(Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const | Array2< T > | [inline] |
Array< T >::sort(int dim=0, sortmode mode=ASCENDING) const | Array< T > | [inline] |
Array< T >::sort(Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const | Array< T > | [inline] |
sort_rows_idx(sortmode mode=ASCENDING) const | Array< T > | [inline] |
squeeze(void) const | Array< T > | [inline] |
stack(const FloatMatrix &a) const | FloatComplexMatrix | |
stack(const FloatRowVector &a) const | FloatComplexMatrix | |
stack(const FloatColumnVector &a) const | FloatComplexMatrix | |
stack(const FloatDiagMatrix &a) const | FloatComplexMatrix | |
stack(const FloatComplexMatrix &a) const | FloatComplexMatrix | |
stack(const FloatComplexRowVector &a) const | FloatComplexMatrix | |
stack(const FloatComplexColumnVector &a) const | FloatComplexMatrix | |
stack(const FloatComplexDiagMatrix &a) const | FloatComplexMatrix | |
sum(int dim=-1) const | FloatComplexMatrix | |
sumsq(int dim=-1) const | FloatComplexMatrix | |
too_large_for_float(void) const | FloatComplexMatrix | |
transpose(void) const | FloatComplexMatrix | [inline] |
xelem(octave_idx_type n) | Array< T > | [inline] |
xelem(octave_idx_type n) const | Array< T > | [inline] |
xelem(octave_idx_type i, octave_idx_type j) | Array< T > | [inline] |
xelem(octave_idx_type i, octave_idx_type j) const | Array< T > | [inline] |
xelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) | Array< T > | [inline] |
xelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< T > | [inline] |
xelem(const Array< octave_idx_type > &ra_idx) | Array< T > | [inline] |
xelem(const Array< octave_idx_type > &ra_idx) const | Array< T > | [inline] |
~Array(void) | Array< T > | [inline] |
~Array2(void) | Array2< T > | [inline] |
~MArray2(void) | MArray2< T > | [inline] |