Navigation

Operators and Keywords

Function List:

C++ API

FloatComplexMatrix Member List

This is the complete list of members for FloatComplexMatrix, 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 classArray< 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 typedefFloatComplexMatrix
byte_size(void) constArray< T > [inline]
capacity(void) constArray< 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) constArray< T > [inline]
checkelem(octave_idx_type i, octave_idx_type j) constArray< T > [inline]
checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< T > [inline]
checkelem(const Array< octave_idx_type > &ra_idx) constArray< 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 typedefFloatComplexMatrix
cols(void) constArray< 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 typedefFloatComplexMatrix
columns(void) constArray< T > [inline]
compare_fcn_type typedefArray< T >
compute_index(const Array< octave_idx_type > &ra_idx) constArray< T > [inline]
conj(const FloatComplexMatrix &a)FloatComplexMatrix [friend]
cumprod(int dim=-1) const FloatComplexMatrix
cumsum(int dim=-1) const FloatComplexMatrix
data(void) constArray< 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) constArray< T > [inline]
dim2(void) constArray< T > [inline]
dim3(void) constArray< T > [inline]
dimensionsArray< T > [protected]
dims(void) constArray< T > [inline]
dmapper typedefFloatComplexMatrix
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) constArray< T > [inline]
elem(octave_idx_type i, octave_idx_type j) constArray< T > [inline]
elem(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< T > [inline]
elem(const Array< octave_idx_type > &ra_idx) constArray< T > [inline]
element_type typedefArray< 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)) constArray< 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) constArray< 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) constArray< 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()) constArray2< T > [inline]
index(const idx_vector &i, const idx_vector &j, bool resize_ok=false, const T &rfv=Array< T >::resize_fill_value()) constArray2< T > [inline]
Array< T >::index(const idx_vector &i) constArray< T > [inline]
Array< T >::index(const idx_vector &i, const idx_vector &j) constArray< T > [inline]
Array< T >::index(const Array< idx_vector > &ia) constArray< T > [inline]
Array< T >::index(const Array< idx_vector > &ia, bool resize_ok, const T &rfv=resize_fill_value()) constArray< 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) constArray< T > [inline]
is_empty(void) constArray< T > [inline]
is_hermitian(void) const FloatComplexMatrix
is_shared(void)Array< T > [inline]
is_sorted(sortmode mode=UNSORTED) constArray< T > [inline]
is_sorted_rows(sortmode mode=UNSORTED) constArray< T > [inline]
is_square(void) constArray< T > [inline]
is_vector(void) constArray< T > [inline]
length(void) constArray< T > [inline]
linear_slice(octave_idx_type lo, octave_idx_type up) constArray< T > [inline]
linearize(void) constArray< T > [inline]
lookup(const T &value, sortmode mode=UNSORTED) constArray< T > [inline]
lookup(const Array< T > &values, sortmode mode=UNSORTED, bool linf=false, bool rinf=false) constArray< T > [inline]
lookupb(const Array< T > &values, sortmode mode=UNSORTED) constArray< T > [inline]
lookupm(const Array< T > &values, sortmode mode=UNSORTED) constArray< 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) constArray< T > [inline]
ndims(void) constArray< T > [inline]
nelem(void) constArray< T > [inline]
nth_element(const idx_vector &n, int dim=0) constArray< T > [inline]
numel(void) constArray< 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) constArray< T > [inline]
operator()(octave_idx_type i, octave_idx_type j) constArray< T > [inline]
operator()(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< T > [inline]
operator()(const Array< octave_idx_type > &ra_idx) constArray< 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) constArray< T > [inline]
pages(void) constArray< T > [inline]
permute(const Array< octave_idx_type > &vec, bool inv=false) constArray< T > [inline]
print_info(std::ostream &os, const std::string &prefix) constArray< 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) constArray< 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) constArray< 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) constArray< 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) constArray< 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
repArray< T > [protected]
reshape(const dim_vector &new_dims) constArray< 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 typedefFloatComplexMatrix
rows(void) constArray< T > [inline]
slice_dataArray< T > [protected]
slice_lenArray< 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 typedefFloatComplexMatrix
sort(octave_idx_type dim=0, sortmode mode=ASCENDING) constArray2< T > [inline]
sort(Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) constArray2< T > [inline]
Array< T >::sort(int dim=0, sortmode mode=ASCENDING) constArray< T > [inline]
Array< T >::sort(Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) constArray< T > [inline]
sort_rows_idx(sortmode mode=ASCENDING) constArray< T > [inline]
squeeze(void) constArray< 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) constArray< T > [inline]
xelem(octave_idx_type i, octave_idx_type j)Array< T > [inline]
xelem(octave_idx_type i, octave_idx_type j) constArray< 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) constArray< T > [inline]
xelem(const Array< octave_idx_type > &ra_idx)Array< T > [inline]
xelem(const Array< octave_idx_type > &ra_idx) constArray< T > [inline]
~Array(void)Array< T > [inline]
~Array2(void)Array2< T > [inline]
~MArray2(void)MArray2< T > [inline]