, including all inherited members.
abs(void) const | FloatMatrix | |
all(int dim=-1) const | FloatMatrix | |
all_elements_are_int_or_inf_or_nan(void) const | FloatMatrix | |
all_integers(float &max_val, float &min_val) const | FloatMatrix | |
any(int dim=-1) const | FloatMatrix | |
any_element_is_inf_or_nan(void) const | FloatMatrix | |
any_element_is_nan(void) const | FloatMatrix | |
any_element_is_negative(bool=false) const | FloatMatrix | |
any_element_not_one_or_zero(void) const | FloatMatrix | |
append(const FloatMatrix &a) const | FloatMatrix | |
append(const FloatRowVector &a) const | FloatMatrix | |
append(const FloatColumnVector &a) const | FloatMatrix | |
append(const FloatDiagMatrix &a) const | FloatMatrix | |
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 | FloatMatrix | |
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 | FloatMatrix | |
cols(void) const | Array< T > | [inline] |
column(octave_idx_type i) const | FloatMatrix | |
column_max(void) const | FloatMatrix | |
column_max(Array< octave_idx_type > &index) const | FloatMatrix | |
column_min(void) const | FloatMatrix | |
column_min(Array< octave_idx_type > &index) const | FloatMatrix | |
column_vector_type typedef | FloatMatrix | |
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] |
cumprod(int dim=-1) const | FloatMatrix | |
cumsum(int dim=-1) const | FloatMatrix | |
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 | FloatMatrix | |
determinant(octave_idx_type &info) const | FloatMatrix | |
determinant(octave_idx_type &info, float &rcon, int calc_cond=1) const | FloatMatrix | |
determinant(MatrixType &mattype, octave_idx_type &info, float &rcon, int calc_cond=1) const | FloatMatrix | |
diag(octave_idx_type k=0) const | FloatMatrix | |
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 | FloatMatrix | |
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 | FloatMatrix | |
extract_n(octave_idx_type r1, octave_idx_type c1, octave_idx_type nr, octave_idx_type nc) const | FloatMatrix | |
fastmap(U(*fcn)(typename ref_param< T >::type)) const | Array< T > | [inline] |
fill(float val) | FloatMatrix | |
fill(float val, octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2) | FloatMatrix | |
MArray2< float >::fill(const T &val) | Array< T > | [inline] |
find(octave_idx_type n=-1, bool backward=false) const | Array< T > | [inline] |
FloatComplexMatrix class | FloatMatrix | [friend] |
FloatMatrix(void) | FloatMatrix | [inline] |
FloatMatrix(octave_idx_type r, octave_idx_type c) | FloatMatrix | [inline] |
FloatMatrix(octave_idx_type r, octave_idx_type c, float val) | FloatMatrix | [inline] |
FloatMatrix(const dim_vector &dv) | FloatMatrix | [inline] |
FloatMatrix(const dim_vector &dv, float val) | FloatMatrix | [inline] |
FloatMatrix(const FloatMatrix &a) | FloatMatrix | [inline] |
FloatMatrix(const MArray2< U > &a) | FloatMatrix | [inline] |
FloatMatrix(const Array2< U > &a) | FloatMatrix | [inline] |
FloatMatrix(const FloatRowVector &rv) | FloatMatrix | [explicit] |
FloatMatrix(const FloatColumnVector &cv) | FloatMatrix | [explicit] |
FloatMatrix(const FloatDiagMatrix &a) | FloatMatrix | [explicit] |
FloatMatrix(const PermMatrix &a) | FloatMatrix | [explicit] |
FloatMatrix(const boolMatrix &a) | FloatMatrix | [explicit] |
FloatMatrix(const charMatrix &a) | FloatMatrix | [explicit] |
fortran_vec(void) const | Array< T > | [inline] |
fortran_vec(void) | Array< T > | [inline] |
fourier(void) const | FloatMatrix | |
fourier2d(void) const | FloatMatrix | |
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(float(*fcn)(const float &)=0) const | MArray2< float > | [inline] |
Array2::hermitian(T(*fcn)(const T &)=0) const | Array2< T > | [inline] |
ifourier(void) const | FloatMatrix | |
ifourier2d(void) const | FloatMatrix | |
imag(const FloatComplexMatrix &a) | FloatMatrix | [friend] |
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) | FloatMatrix | |
insert(const FloatRowVector &a, octave_idx_type r, octave_idx_type c) | FloatMatrix | |
insert(const FloatColumnVector &a, octave_idx_type r, octave_idx_type c) | FloatMatrix | |
insert(const FloatDiagMatrix &a, octave_idx_type r, octave_idx_type c) | FloatMatrix | |
MArray2< float >::insert(const Array2< float > &a, octave_idx_type r, octave_idx_type c) | MArray2< float > | [inline] |
Array2::insert(const Array2< T > &a, octave_idx_type r, octave_idx_type c) | Array2< 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 | FloatMatrix | |
inverse(octave_idx_type &info) const | FloatMatrix | |
inverse(octave_idx_type &info, float &rcon, int force=0, int calc_cond=1) const | FloatMatrix | |
inverse(MatrixType &mattype) const | FloatMatrix | |
inverse(MatrixType &mattype, octave_idx_type &info) const | FloatMatrix | |
inverse(MatrixType &mattype, octave_idx_type &info, float &rcon, int force=0, int calc_cond=1) const | FloatMatrix | |
ipermute(const Array< octave_idx_type > &vec) const | Array< T > | [inline] |
is_empty(void) const | Array< T > | [inline] |
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_symmetric(void) const | FloatMatrix | |
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 | FloatMatrix | |
lssolve(const FloatMatrix &b, octave_idx_type &info) const | FloatMatrix | |
lssolve(const FloatMatrix &b, octave_idx_type &info, octave_idx_type &rank) const | FloatMatrix | |
lssolve(const FloatMatrix &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const | FloatMatrix | |
lssolve(const FloatComplexMatrix &b) const | FloatMatrix | |
lssolve(const FloatComplexMatrix &b, octave_idx_type &info) const | FloatMatrix | |
lssolve(const FloatComplexMatrix &b, octave_idx_type &info, octave_idx_type &rank) const | FloatMatrix | |
lssolve(const FloatComplexMatrix &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const | FloatMatrix | |
lssolve(const FloatColumnVector &b) const | FloatMatrix | |
lssolve(const FloatColumnVector &b, octave_idx_type &info) const | FloatMatrix | |
lssolve(const FloatColumnVector &b, octave_idx_type &info, octave_idx_type &rank) const | FloatMatrix | |
lssolve(const FloatColumnVector &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const | FloatMatrix | |
lssolve(const FloatComplexColumnVector &b) const | FloatMatrix | |
lssolve(const FloatComplexColumnVector &b, octave_idx_type &info) const | FloatMatrix | |
lssolve(const FloatComplexColumnVector &b, octave_idx_type &info, octave_idx_type &rank) const | FloatMatrix | |
lssolve(const FloatComplexColumnVector &b, octave_idx_type &info, octave_idx_type &rank, float &rcon) const | FloatMatrix | |
make_unique(void) | Array< T > | [inline] |
map(dmapper fcn) const | FloatMatrix | |
map(cmapper fcn) const | FloatMatrix | |
map(bmapper fcn) const | FloatMatrix | |
MArray2< float >::map(F fcn) const | MArray2< float > | [inline] |
MArray2(float *d, octave_idx_type n, octave_idx_type m) | MArray2< float > | [inline, protected] |
MArray2(void) | MArray2< float > | [inline] |
MArray2(octave_idx_type n, octave_idx_type m) | MArray2< float > | [inline] |
MArray2(octave_idx_type n, octave_idx_type m, const float &val) | MArray2< float > | [inline] |
MArray2(const dim_vector &dv) | MArray2< float > | [inline] |
MArray2(const dim_vector &dv, const float &val) | MArray2< float > | [inline] |
MArray2(const MArray2< float > &a) | MArray2< float > | [inline] |
MArray2(const Array2< float > &a) | MArray2< float > | [inline] |
MArray2(const Array2< U > &a) | MArray2< float > | [inline] |
MArray2(const MArray2< U > &a) | MArray2< float > | [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 | FloatMatrix | |
operator!=(const FloatMatrix &a) const | FloatMatrix | |
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) | FloatMatrix | |
operator-=(const FloatDiagMatrix &a) | FloatMatrix | |
operator<<(std::ostream &os, const FloatMatrix &a) | FloatMatrix | [friend] |
operator=(const FloatMatrix &a) | FloatMatrix | [inline] |
MArray2< float >::operator=(const MArray2< float > &a) | MArray2< float > | [inline] |
Array2::operator=(const Array2< T > &a) | Array2< T > | [inline] |
Array< T >::operator=(const Array< T > &a) | Array< T > | [inline] |
operator==(const FloatMatrix &a) const | FloatMatrix | |
operator>>(std::istream &is, FloatMatrix &a) | FloatMatrix | [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 | FloatMatrix | |
pseudo_inverse(float tol=0.0) const | FloatMatrix | |
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 | FloatMatrix | |
rcond(MatrixType &mattype) const | FloatMatrix | |
real(const FloatComplexMatrix &a) | FloatMatrix | [friend] |
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) | FloatMatrix | [inline, static] |
row(octave_idx_type i) const | FloatMatrix | |
row_max(void) const | FloatMatrix | |
row_max(Array< octave_idx_type > &index) const | FloatMatrix | |
row_min(void) const | FloatMatrix | |
row_min(Array< octave_idx_type > &index) const | FloatMatrix | |
row_vector_type typedef | FloatMatrix | |
rows(void) const | Array< T > | [inline] |
slice_data | Array< T > | [protected] |
slice_len | Array< T > | [protected] |
solve(MatrixType &typ, const FloatMatrix &b) const | FloatMatrix | |
solve(MatrixType &typ, const FloatMatrix &b, octave_idx_type &info) const | FloatMatrix | |
solve(MatrixType &typ, const FloatMatrix &b, octave_idx_type &info, float &rcon) const | FloatMatrix | |
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 | FloatMatrix | |
solve(MatrixType &typ, const FloatComplexMatrix &b) const | FloatMatrix | |
solve(MatrixType &typ, const FloatComplexMatrix &b, octave_idx_type &info) const | FloatMatrix | |
solve(MatrixType &typ, const FloatComplexMatrix &b, octave_idx_type &info, float &rcon) const | FloatMatrix | |
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 | FloatMatrix | |
solve(MatrixType &typ, const FloatColumnVector &b) const | FloatMatrix | |
solve(MatrixType &typ, const FloatColumnVector &b, octave_idx_type &info) const | FloatMatrix | |
solve(MatrixType &typ, const FloatColumnVector &b, octave_idx_type &info, float &rcon) const | FloatMatrix | |
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 | FloatMatrix | |
solve(MatrixType &typ, const FloatComplexColumnVector &b) const | FloatMatrix | |
solve(MatrixType &typ, const FloatComplexColumnVector &b, octave_idx_type &info) const | FloatMatrix | |
solve(MatrixType &typ, const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon) const | FloatMatrix | |
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 | FloatMatrix | |
solve(const FloatMatrix &b) const | FloatMatrix | |
solve(const FloatMatrix &b, octave_idx_type &info) const | FloatMatrix | |
solve(const FloatMatrix &b, octave_idx_type &info, float &rcon) const | FloatMatrix | |
solve(const FloatMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const | FloatMatrix | |
solve(const FloatComplexMatrix &b) const | FloatMatrix | |
solve(const FloatComplexMatrix &b, octave_idx_type &info) const | FloatMatrix | |
solve(const FloatComplexMatrix &b, octave_idx_type &info, float &rcon) const | FloatMatrix | |
solve(const FloatComplexMatrix &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const | FloatMatrix | |
solve(const FloatColumnVector &b) const | FloatMatrix | |
solve(const FloatColumnVector &b, octave_idx_type &info) const | FloatMatrix | |
solve(const FloatColumnVector &b, octave_idx_type &info, float &rcon) const | FloatMatrix | |
solve(const FloatColumnVector &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const | FloatMatrix | |
solve(const FloatComplexColumnVector &b) const | FloatMatrix | |
solve(const FloatComplexColumnVector &b, octave_idx_type &info) const | FloatMatrix | |
solve(const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon) const | FloatMatrix | |
solve(const FloatComplexColumnVector &b, octave_idx_type &info, float &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const | FloatMatrix | |
solve_singularity_handler typedef | FloatMatrix | |
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 | FloatMatrix | |
stack(const FloatRowVector &a) const | FloatMatrix | |
stack(const FloatColumnVector &a) const | FloatMatrix | |
stack(const FloatDiagMatrix &a) const | FloatMatrix | |
sum(int dim=-1) const | FloatMatrix | |
sumsq(int dim=-1) const | FloatMatrix | |
too_large_for_float(void) const | FloatMatrix | |
transpose(void) const | FloatMatrix | [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< float > | [inline] |