Navigation

Operators and Keywords

Function List:

C++ API

Cell Member List

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

all(int=0) const Cell [inline]
any(int=0) const Cell [inline]
any_element_is_nan(void) const Cell [inline]
Array classArray< octave_value > [friend]
Array(octave_value *d, octave_idx_type n)Array< octave_value > [inline, protected]
Array(octave_value *d, const dim_vector &dv)Array< octave_value > [inline, protected]
Array(const Array< octave_value > &a, const dim_vector &dv, octave_idx_type l, octave_idx_type u)Array< octave_value > [inline, protected]
Array(void)Array< octave_value > [inline]
Array(octave_idx_type n)Array< octave_value > [inline, explicit]
Array(octave_idx_type n, const octave_value &val)Array< octave_value > [inline, explicit]
Array(const Array< U > &a)Array< octave_value > [inline]
Array(const Array< octave_value > &a)Array< octave_value > [inline]
Array(const dim_vector &dv)Array< octave_value > [inline]
Array(const dim_vector &dv, const octave_value &val)Array< octave_value > [inline]
Array(const Array< octave_value > &a, const dim_vector &dv)Array< octave_value >
assign(const octave_value_list &idx, const Cell &rhs, const octave_value &fill_val=resize_fill_value())Cell
Array< octave_value >::assign(const idx_vector &i, const Array< octave_value > &rhs, const octave_value &rfv=resize_fill_value())Array< octave_value >
Array< octave_value >::assign(const idx_vector &i, const idx_vector &j, const Array< octave_value > &rhs, const octave_value &rfv=resize_fill_value())Array< octave_value >
Array< octave_value >::assign(const Array< idx_vector > &ia, const Array< octave_value > &rhs, const octave_value &rfv=resize_fill_value())Array< octave_value >
byte_size(void) constArray< octave_value > [inline]
capacity(void) constArray< octave_value > [inline]
Cell(void)Cell [inline]
Cell(const octave_value &val)Cell [inline]
Cell(const octave_value_list &ovl)Cell
Cell(octave_idx_type n, octave_idx_type m, const octave_value &val=resize_fill_value())Cell [inline]
Cell(const dim_vector &dv, const octave_value &val=resize_fill_value())Cell [inline]
Cell(const Array< octave_value > &c)Cell [inline]
Cell(const Array< octave_value > &c, octave_idx_type nr, octave_idx_type nc)Cell [inline]
Cell(const string_vector &sv, bool trim=false)Cell
Cell(const Array< std::string > &sa)Cell
Cell(const dim_vector &dv, const string_vector &sv, bool trim=false)Cell
Cell(const Cell &c)Cell [inline]
checkelem(octave_idx_type n)Array< octave_value > [inline]
checkelem(octave_idx_type i, octave_idx_type j)Array< octave_value > [inline]
checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k)Array< octave_value > [inline]
checkelem(const Array< octave_idx_type > &ra_idx)Array< octave_value > [inline]
checkelem(octave_idx_type n) constArray< octave_value > [inline]
checkelem(octave_idx_type i, octave_idx_type j) constArray< octave_value > [inline]
checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< octave_value > [inline]
checkelem(const Array< octave_idx_type > &ra_idx) constArray< octave_value > [inline]
chop_trailing_singletons(void)Array< octave_value > [inline]
clear(void)Array< octave_value >
clear(const dim_vector &dv)Array< octave_value >
clear(octave_idx_type n)Array< octave_value > [inline]
clear(octave_idx_type r, octave_idx_type c)Array< octave_value > [inline]
cols(void) constArray< octave_value > [inline]
column(octave_idx_type i) const Cell
columns(void) constArray< octave_value > [inline]
compare_fcn_type typedefArray< octave_value >
compute_index(const Array< octave_idx_type > &ra_idx) constArray< octave_value >
concat(const Cell &rb, const Array< octave_idx_type > &ra_idx)Cell
data(void) constArray< octave_value > [inline]
delete_elements(const octave_value_list &idx)Cell
Array< octave_value >::delete_elements(const idx_vector &i)Array< octave_value >
Array< octave_value >::delete_elements(int dim, const idx_vector &i)Array< octave_value >
Array< octave_value >::delete_elements(const Array< idx_vector > &ia)Array< octave_value >
diag(octave_idx_type k=0) const Cell
dim1(void) constArray< octave_value > [inline]
dim2(void) constArray< octave_value > [inline]
dim3(void) constArray< octave_value > [inline]
dimensionsArray< octave_value > [protected]
dims(void) constArray< octave_value > [inline]
elem(octave_idx_type n)Array< octave_value > [inline]
elem(octave_idx_type i, octave_idx_type j)Array< octave_value > [inline]
elem(octave_idx_type i, octave_idx_type j, octave_idx_type k)Array< octave_value > [inline]
elem(const Array< octave_idx_type > &ra_idx)Array< octave_value > [inline]
elem(octave_idx_type n) constArray< octave_value > [inline]
elem(octave_idx_type i, octave_idx_type j) constArray< octave_value > [inline]
elem(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< octave_value > [inline]
elem(const Array< octave_idx_type > &ra_idx) constArray< octave_value > [inline]
element_type typedefArray< octave_value >
fastmap(U(*fcn)(typename ref_param< octave_value >::type)) constArray< octave_value > [inline]
fill(const octave_value &val)Array< octave_value >
find(octave_idx_type n=-1, bool backward=false) constArray< octave_value >
fortran_vec(void) constArray< octave_value > [inline]
fortran_vec(void)Array< octave_value >
get_size(octave_idx_type r, octave_idx_type c)Array< octave_value > [static]
get_size(octave_idx_type r, octave_idx_type c, octave_idx_type p)Array< octave_value > [static]
get_size(const dim_vector &dv)Array< octave_value > [static]
hermitian(octave_value(*fcn)(const octave_value &)=0) constArray< octave_value >
index(const octave_value_list &idx, bool resize_ok=false) const Cell
Array< octave_value >::index(const idx_vector &i) constArray< octave_value >
Array< octave_value >::index(const idx_vector &i, const idx_vector &j) constArray< octave_value >
Array< octave_value >::index(const Array< idx_vector > &ia) constArray< octave_value >
Array< octave_value >::index(const idx_vector &i, bool resize_ok, const octave_value &rfv=resize_fill_value()) constArray< octave_value >
Array< octave_value >::index(const idx_vector &i, const idx_vector &j, bool resize_ok, const octave_value &rfv=resize_fill_value()) constArray< octave_value >
Array< octave_value >::index(const Array< idx_vector > &ia, bool resize_ok, const octave_value &rfv=resize_fill_value()) constArray< octave_value >
insert(const Cell &a, octave_idx_type r, octave_idx_type c)Cell
insert(const Cell &a, const Array< octave_idx_type > &ra_idx)Cell
Array< octave_value >::insert(const Array< octave_value > &a, octave_idx_type r, octave_idx_type c)Array< octave_value >
Array< octave_value >::insert(const Array< octave_value > &a, const Array< octave_idx_type > &idx)Array< octave_value >
insert2(const Array< octave_value > &a, octave_idx_type r, octave_idx_type c)Array< octave_value >
insertN(const Array< octave_value > &a, octave_idx_type r, octave_idx_type c)Array< octave_value >
ipermute(const Array< octave_idx_type > &vec) constArray< octave_value > [inline]
is_cellstr(void) const Cell
is_empty(void) constArray< octave_value > [inline]
is_shared(void)Array< octave_value > [inline]
is_sorted(sortmode mode=UNSORTED) constArray< octave_value >
is_sorted_rows(sortmode mode=UNSORTED) constArray< octave_value >
is_square(void) constArray< octave_value > [inline]
is_true(void) const Cell [inline]
is_vector(void) constArray< octave_value > [inline]
length(void) constArray< octave_value > [inline]
linear_slice(octave_idx_type lo, octave_idx_type up) constArray< octave_value >
linearize(void) constArray< octave_value >
lookup(const octave_value &value, sortmode mode=UNSORTED) constArray< octave_value >
lookup(const Array< octave_value > &values, sortmode mode=UNSORTED, bool linf=false, bool rinf=false) constArray< octave_value >
lookupb(const Array< octave_value > &values, sortmode mode=UNSORTED) constArray< octave_value >
lookupm(const Array< octave_value > &values, sortmode mode=UNSORTED) constArray< octave_value >
make_unique(void)Array< octave_value > [inline]
Array< octave_value >::map(F fcn) constArray< octave_value > [inline]
maybe_delete_dims(void)Array< octave_value >
maybe_economize(void)Array< octave_value > [inline]
mex_get_data(void) constArray< octave_value > [inline]
ndims(void) constArray< octave_value > [inline]
nelem(void) constArray< octave_value > [inline]
nnz(void) const Cell
nth_element(const idx_vector &n, int dim=0) constArray< octave_value >
numel(void) constArray< octave_value > [inline]
operator()(octave_idx_type n)Array< octave_value > [inline]
operator()(octave_idx_type i, octave_idx_type j)Array< octave_value > [inline]
operator()(octave_idx_type i, octave_idx_type j, octave_idx_type k)Array< octave_value > [inline]
operator()(const Array< octave_idx_type > &ra_idx)Array< octave_value > [inline]
operator()(octave_idx_type n) constArray< octave_value > [inline]
operator()(octave_idx_type i, octave_idx_type j) constArray< octave_value > [inline]
operator()(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< octave_value > [inline]
operator()(const Array< octave_idx_type > &ra_idx) constArray< octave_value > [inline]
operator=(const Array< octave_value > &a)Array< octave_value > [inline]
page(octave_idx_type k) constArray< octave_value >
pages(void) constArray< octave_value > [inline]
permute(const Array< octave_idx_type > &vec, bool inv=false) constArray< octave_value >
print_info(std::ostream &os, const std::string &prefix) constArray< octave_value >
range_error(const char *fcn, octave_idx_type n) constArray< octave_value >
range_error(const char *fcn, octave_idx_type n)Array< octave_value >
range_error(const char *fcn, octave_idx_type i, octave_idx_type j) constArray< octave_value >
range_error(const char *fcn, octave_idx_type i, octave_idx_type j)Array< octave_value >
range_error(const char *fcn, octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< octave_value >
range_error(const char *fcn, octave_idx_type i, octave_idx_type j, octave_idx_type k)Array< octave_value >
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) constArray< octave_value >
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx)Array< octave_value >
repArray< octave_value > [protected]
reshape(const dim_vector &new_dims) const Cell [inline]
resize(octave_idx_type n)Array< octave_value > [inline]
resize(dim_vector dv)Array< octave_value > [inline]
resize(octave_idx_type n, const octave_value &rfv)Array< octave_value > [inline]
resize(octave_idx_type nr, octave_idx_type nc, const octave_value &rfv)Array< octave_value > [inline]
resize(dim_vector dv, const octave_value &rfv)Array< octave_value > [inline]
resize_fill(octave_idx_type n, const octave_value &rfv)Array< octave_value >
resize_fill(octave_idx_type nr, octave_idx_type nc, const octave_value &rfv)Array< octave_value >
resize_fill(const dim_vector &dv, const octave_value &rfv)Array< octave_value >
resize_fill_value(void)Cell [inline, static]
rows(void) constArray< octave_value > [inline]
slice_dataArray< octave_value > [protected]
slice_lenArray< octave_value > [protected]
sort(int dim=0, sortmode mode=ASCENDING) constArray< octave_value >
sort(Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) constArray< octave_value >
sort_rows_idx(sortmode mode=ASCENDING) constArray< octave_value >
squeeze(void) constArray< octave_value >
transpose(void) constArray< octave_value >
xelem(octave_idx_type n)Array< octave_value > [inline]
xelem(octave_idx_type n) constArray< octave_value > [inline]
xelem(octave_idx_type i, octave_idx_type j)Array< octave_value > [inline]
xelem(octave_idx_type i, octave_idx_type j) constArray< octave_value > [inline]
xelem(octave_idx_type i, octave_idx_type j, octave_idx_type k)Array< octave_value > [inline]
xelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< octave_value > [inline]
xelem(const Array< octave_idx_type > &ra_idx)Array< octave_value > [inline]
xelem(const Array< octave_idx_type > &ra_idx) constArray< octave_value > [inline]
xisalnum(void) const Cell [inline]
xisalpha(void) const Cell [inline]
xisascii(void) const Cell [inline]
xiscntrl(void) const Cell [inline]
xisdigit(void) const Cell [inline]
xisgraph(void) const Cell [inline]
xislower(void) const Cell [inline]
xisprint(void) const Cell [inline]
xispunct(void) const Cell [inline]
xisspace(void) const Cell [inline]
xisupper(void) const Cell [inline]
xisxdigit(void) const Cell [inline]
xtoascii(void) const Cell [inline]
xtolower(void) const Cell [inline]
xtoupper(void) const Cell [inline]
~Array(void)Array< octave_value > [inline]