Navigation

Operators and Keywords

Function List:

C++ API

ComplexMatrix Member List

This is the complete list of members for ComplexMatrix, including all inherited members.

abs(void) const ComplexMatrix
all(int dim=-1) const ComplexMatrix
all_elements_are_real(void) const ComplexMatrix
all_integers(double &max_val, double &min_val) const ComplexMatrix
any(int dim=-1) const ComplexMatrix
any_element_is_inf_or_nan(void) const ComplexMatrix
any_element_is_nan(void) const ComplexMatrix
append(const Matrix &a) const ComplexMatrix
append(const RowVector &a) const ComplexMatrix
append(const ColumnVector &a) const ComplexMatrix
append(const DiagMatrix &a) const ComplexMatrix
append(const ComplexMatrix &a) const ComplexMatrix
append(const ComplexRowVector &a) const ComplexMatrix
append(const ComplexColumnVector &a) const ComplexMatrix
append(const ComplexDiagMatrix &a) const ComplexMatrix
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 typedefComplexMatrix
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 typedefComplexMatrix
cols(void) constArray< T > [inline]
column(octave_idx_type i) const ComplexMatrix
column_is_real_only(octave_idx_type) const ComplexMatrix
column_max(void) const ComplexMatrix
column_max(Array< octave_idx_type > &index) const ComplexMatrix
column_min(void) const ComplexMatrix
column_min(Array< octave_idx_type > &index) const ComplexMatrix
column_vector_type typedefComplexMatrix
columns(void) constArray< T > [inline]
compare_fcn_type typedefArray< T >
ComplexMatrix(void)ComplexMatrix [inline]
ComplexMatrix(octave_idx_type r, octave_idx_type c)ComplexMatrix [inline]
ComplexMatrix(octave_idx_type r, octave_idx_type c, const Complex &val)ComplexMatrix [inline]
ComplexMatrix(const dim_vector &dv)ComplexMatrix [inline]
ComplexMatrix(const dim_vector &dv, const Complex &val)ComplexMatrix [inline]
ComplexMatrix(const ComplexMatrix &a)ComplexMatrix [inline]
ComplexMatrix(const MArray2< U > &a)ComplexMatrix [inline]
ComplexMatrix(const Array2< U > &a)ComplexMatrix [inline]
ComplexMatrix(const Matrix &re, const Matrix &im)ComplexMatrix
ComplexMatrix(const Matrix &a)ComplexMatrix [explicit]
ComplexMatrix(const RowVector &rv)ComplexMatrix [explicit]
ComplexMatrix(const ColumnVector &cv)ComplexMatrix [explicit]
ComplexMatrix(const DiagMatrix &a)ComplexMatrix [explicit]
ComplexMatrix(const ComplexRowVector &rv)ComplexMatrix [explicit]
ComplexMatrix(const ComplexColumnVector &cv)ComplexMatrix [explicit]
ComplexMatrix(const ComplexDiagMatrix &a)ComplexMatrix [explicit]
ComplexMatrix(const boolMatrix &a)ComplexMatrix [explicit]
ComplexMatrix(const charMatrix &a)ComplexMatrix [explicit]
compute_index(const Array< octave_idx_type > &ra_idx) constArray< T > [inline]
conj(const ComplexMatrix &a)ComplexMatrix [friend]
cumprod(int dim=-1) const ComplexMatrix
cumsum(int dim=-1) const ComplexMatrix
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 ComplexMatrix
determinant(octave_idx_type &info) const ComplexMatrix
determinant(octave_idx_type &info, double &rcon, int calc_cond=1) const ComplexMatrix
determinant(MatrixType &mattype, octave_idx_type &info, double &rcon, int calc_cond=1) const ComplexMatrix
diag(octave_idx_type k=0) const ComplexMatrix
dim1(void) constArray< T > [inline]
dim2(void) constArray< T > [inline]
dim3(void) constArray< T > [inline]
dimensionsArray< T > [protected]
dims(void) constArray< T > [inline]
dmapper typedefComplexMatrix
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 ComplexMatrix
extract_n(octave_idx_type r1, octave_idx_type c1, octave_idx_type nr, octave_idx_type nc) const ComplexMatrix
fastmap(U(*fcn)(typename ref_param< T >::type)) constArray< T > [inline]
fill(double val)ComplexMatrix
fill(const Complex &val)ComplexMatrix
fill(double val, octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2)ComplexMatrix
fill(const Complex &val, octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2)ComplexMatrix
MArray2< Complex >::fill(const T &val)Array< T > [inline]
find(octave_idx_type n=-1, bool backward=false) constArray< T > [inline]
fortran_vec(void) constArray< T > [inline]
fortran_vec(void)Array< T > [inline]
fourier(void) const ComplexMatrix
fourier2d(void) const ComplexMatrix
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 ComplexMatrix [inline]
MArray2< Complex >::hermitian(Complex(*fcn)(const Complex &)=0) constMArray2< Complex > [inline]
Array2::hermitian(T(*fcn)(const T &)=0) const Array2< T > [inline]
ifourier(void) const ComplexMatrix
ifourier2d(void) const ComplexMatrix
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) 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 Matrix &a, octave_idx_type r, octave_idx_type c)ComplexMatrix
insert(const RowVector &a, octave_idx_type r, octave_idx_type c)ComplexMatrix
insert(const ColumnVector &a, octave_idx_type r, octave_idx_type c)ComplexMatrix
insert(const DiagMatrix &a, octave_idx_type r, octave_idx_type c)ComplexMatrix
insert(const ComplexMatrix &a, octave_idx_type r, octave_idx_type c)ComplexMatrix
insert(const ComplexRowVector &a, octave_idx_type r, octave_idx_type c)ComplexMatrix
insert(const ComplexColumnVector &a, octave_idx_type r, octave_idx_type c)ComplexMatrix
insert(const ComplexDiagMatrix &a, octave_idx_type r, octave_idx_type c)ComplexMatrix
MArray2< Complex >::insert(const Array2< Complex > &a, octave_idx_type r, octave_idx_type c)MArray2< Complex > [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 ComplexMatrix
inverse(octave_idx_type &info) const ComplexMatrix
inverse(octave_idx_type &info, double &rcon, int force=0, int calc_cond=1) const ComplexMatrix
inverse(MatrixType &mattype) const ComplexMatrix
inverse(MatrixType &mattype, octave_idx_type &info) const ComplexMatrix
inverse(MatrixType &mattype, octave_idx_type &info, double &rcon, int force=0, int calc_cond=1) const ComplexMatrix
ipermute(const Array< octave_idx_type > &vec) constArray< T > [inline]
is_empty(void) constArray< T > [inline]
is_hermitian(void) const ComplexMatrix
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 Matrix &b) const ComplexMatrix
lssolve(const Matrix &b, octave_idx_type &info) const ComplexMatrix
lssolve(const Matrix &b, octave_idx_type &info, octave_idx_type &rank) const ComplexMatrix
lssolve(const Matrix &b, octave_idx_type &info, octave_idx_type &rank, double &rcon) const ComplexMatrix
lssolve(const ComplexMatrix &b) const ComplexMatrix
lssolve(const ComplexMatrix &b, octave_idx_type &info) const ComplexMatrix
lssolve(const ComplexMatrix &b, octave_idx_type &info, octave_idx_type &rank) const ComplexMatrix
lssolve(const ComplexMatrix &b, octave_idx_type &info, octave_idx_type &rank, double &rcon) const ComplexMatrix
lssolve(const ColumnVector &b) const ComplexMatrix
lssolve(const ColumnVector &b, octave_idx_type &info) const ComplexMatrix
lssolve(const ColumnVector &b, octave_idx_type &info, octave_idx_type &rank) const ComplexMatrix
lssolve(const ColumnVector &b, octave_idx_type &info, octave_idx_type &rank, double &rcon) const ComplexMatrix
lssolve(const ComplexColumnVector &b) const ComplexMatrix
lssolve(const ComplexColumnVector &b, octave_idx_type &info) const ComplexMatrix
lssolve(const ComplexColumnVector &b, octave_idx_type &info, octave_idx_type &rank) const ComplexMatrix
lssolve(const ComplexColumnVector &b, octave_idx_type &info, octave_idx_type &rank, double &rcon) const ComplexMatrix
make_unique(void)Array< T > [inline]
map(dmapper fcn) const ComplexMatrix
map(cmapper fcn) const ComplexMatrix
map(bmapper fcn) const ComplexMatrix
MArray2< Complex >::map(F fcn) constMArray2< Complex > [inline]
MArray2(Complex *d, octave_idx_type n, octave_idx_type m)MArray2< Complex > [inline, protected]
MArray2(void)MArray2< Complex > [inline]
MArray2(octave_idx_type n, octave_idx_type m)MArray2< Complex > [inline]
MArray2(octave_idx_type n, octave_idx_type m, const Complex &val)MArray2< Complex > [inline]
MArray2(const dim_vector &dv)MArray2< Complex > [inline]
MArray2(const dim_vector &dv, const Complex &val)MArray2< Complex > [inline]
MArray2(const MArray2< Complex > &a)MArray2< Complex > [inline]
MArray2(const Array2< Complex > &a)MArray2< Complex > [inline]
MArray2(const Array2< U > &a)MArray2< Complex > [inline]
MArray2(const MArray2< U > &a)MArray2< Complex > [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 ComplexMatrix
operator!=(const ComplexMatrix &a) const ComplexMatrix
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 DiagMatrix &a)ComplexMatrix
operator+=(const ComplexDiagMatrix &a)ComplexMatrix
operator+=(const Matrix &a)ComplexMatrix
operator-=(const DiagMatrix &a)ComplexMatrix
operator-=(const ComplexDiagMatrix &a)ComplexMatrix
operator-=(const Matrix &a)ComplexMatrix
operator<<(std::ostream &os, const ComplexMatrix &a)ComplexMatrix [friend]
operator=(const ComplexMatrix &a)ComplexMatrix [inline]
MArray2< Complex >::operator=(const MArray2< Complex > &a)MArray2< Complex > [inline]
Array2::operator=(const Array2< T > &a)Array2< T > [inline]
Array< T >::operator=(const Array< T > &a)Array< T > [inline]
operator==(const ComplexMatrix &a) const ComplexMatrix
operator>>(std::istream &is, ComplexMatrix &a)ComplexMatrix [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 ComplexMatrix
pseudo_inverse(double tol=0.0) const ComplexMatrix
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 ComplexMatrix
rcond(MatrixType &mattype) const ComplexMatrix
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)ComplexMatrix [inline, static]
row(octave_idx_type i) const ComplexMatrix
row_is_real_only(octave_idx_type) const ComplexMatrix
row_max(void) const ComplexMatrix
row_max(Array< octave_idx_type > &index) const ComplexMatrix
row_min(void) const ComplexMatrix
row_min(Array< octave_idx_type > &index) const ComplexMatrix
row_vector_type typedefComplexMatrix
rows(void) constArray< T > [inline]
slice_dataArray< T > [protected]
slice_lenArray< T > [protected]
solve(MatrixType &typ, const Matrix &b) const ComplexMatrix
solve(MatrixType &typ, const Matrix &b, octave_idx_type &info) const ComplexMatrix
solve(MatrixType &typ, const Matrix &b, octave_idx_type &info, double &rcon) const ComplexMatrix
solve(MatrixType &typ, const Matrix &b, octave_idx_type &info, double &rcon, solve_singularity_handler sing_handler, bool singular_fallback=true, blas_trans_type transt=blas_no_trans) const ComplexMatrix
solve(MatrixType &typ, const ComplexMatrix &b) const ComplexMatrix
solve(MatrixType &typ, const ComplexMatrix &b, octave_idx_type &info) const ComplexMatrix
solve(MatrixType &typ, const ComplexMatrix &b, octave_idx_type &info, double &rcon) const ComplexMatrix
solve(MatrixType &typ, const ComplexMatrix &b, octave_idx_type &info, double &rcon, solve_singularity_handler sing_handler, bool singular_fallback=true, blas_trans_type transt=blas_no_trans) const ComplexMatrix
solve(MatrixType &typ, const ColumnVector &b) const ComplexMatrix
solve(MatrixType &typ, const ColumnVector &b, octave_idx_type &info) const ComplexMatrix
solve(MatrixType &typ, const ColumnVector &b, octave_idx_type &info, double &rcon) const ComplexMatrix
solve(MatrixType &typ, const ColumnVector &b, octave_idx_type &info, double &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const ComplexMatrix
solve(MatrixType &typ, const ComplexColumnVector &b) const ComplexMatrix
solve(MatrixType &typ, const ComplexColumnVector &b, octave_idx_type &info) const ComplexMatrix
solve(MatrixType &typ, const ComplexColumnVector &b, octave_idx_type &info, double &rcon) const ComplexMatrix
solve(MatrixType &typ, const ComplexColumnVector &b, octave_idx_type &info, double &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const ComplexMatrix
solve(const Matrix &b) const ComplexMatrix
solve(const Matrix &b, octave_idx_type &info) const ComplexMatrix
solve(const Matrix &b, octave_idx_type &info, double &rcon) const ComplexMatrix
solve(const Matrix &b, octave_idx_type &info, double &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const ComplexMatrix
solve(const ComplexMatrix &b) const ComplexMatrix
solve(const ComplexMatrix &b, octave_idx_type &info) const ComplexMatrix
solve(const ComplexMatrix &b, octave_idx_type &info, double &rcon) const ComplexMatrix
solve(const ComplexMatrix &b, octave_idx_type &info, double &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const ComplexMatrix
solve(const ColumnVector &b) const ComplexMatrix
solve(const ColumnVector &b, octave_idx_type &info) const ComplexMatrix
solve(const ColumnVector &b, octave_idx_type &info, double &rcon) const ComplexMatrix
solve(const ColumnVector &b, octave_idx_type &info, double &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const ComplexMatrix
solve(const ComplexColumnVector &b) const ComplexMatrix
solve(const ComplexColumnVector &b, octave_idx_type &info) const ComplexMatrix
solve(const ComplexColumnVector &b, octave_idx_type &info, double &rcon) const ComplexMatrix
solve(const ComplexColumnVector &b, octave_idx_type &info, double &rcon, solve_singularity_handler sing_handler, blas_trans_type transt=blas_no_trans) const ComplexMatrix
solve_singularity_handler typedefComplexMatrix
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) 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 Matrix &a) const ComplexMatrix
stack(const RowVector &a) const ComplexMatrix
stack(const ColumnVector &a) const ComplexMatrix
stack(const DiagMatrix &a) const ComplexMatrix
stack(const ComplexMatrix &a) const ComplexMatrix
stack(const ComplexRowVector &a) const ComplexMatrix
stack(const ComplexColumnVector &a) const ComplexMatrix
stack(const ComplexDiagMatrix &a) const ComplexMatrix
sum(int dim=-1) const ComplexMatrix
sumsq(int dim=-1) const ComplexMatrix
too_large_for_float(void) const ComplexMatrix
transpose(void) const ComplexMatrix [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< Complex > [inline]