#include <Cell.h>
Inherits Array< octave_value >.
Cell::Cell | ( | void | ) | [inline] |
Cell::Cell | ( | const octave_value & | val | ) | [inline] |
Cell::Cell | ( | const octave_value_list & | ovl | ) |
Cell::Cell | ( | octave_idx_type | n, | |
octave_idx_type | m, | |||
const octave_value & | val = resize_fill_value () | |||
) | [inline] |
Cell::Cell | ( | const dim_vector & | dv, | |
const octave_value & | val = resize_fill_value () | |||
) | [inline] |
Cell::Cell | ( | const Array< octave_value > & | c | ) | [inline] |
Cell::Cell | ( | const Array< octave_value > & | c, | |
octave_idx_type | nr, | |||
octave_idx_type | nc | |||
) | [inline] |
Cell::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 | |||
) |
boolMatrix Cell::all | ( | int | = 0 |
) | const [inline] |
boolMatrix Cell::any | ( | int | = 0 |
) | const [inline] |
bool Cell::any_element_is_nan | ( | void | ) | const [inline] |
Cell & Cell::assign | ( | const octave_value_list & | idx, | |
const Cell & | rhs, | |||
const octave_value & | fill_val = resize_fill_value () | |||
) |
Cell Cell::column | ( | octave_idx_type | i | ) | const |
Reimplemented from Array< octave_value >.
Cell & Cell::delete_elements | ( | const octave_value_list & | idx | ) |
Cell Cell::diag | ( | octave_idx_type | k = 0 |
) | const |
Reimplemented from Array< octave_value >.
Cell Cell::index | ( | const octave_value_list & | idx, | |
bool | resize_ok = false | |||
) | const |
Cell & Cell::insert | ( | const Cell & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) |
bool Cell::is_cellstr | ( | void | ) | const |
bool Cell::is_true | ( | void | ) | const [inline] |
octave_idx_type Cell::nnz | ( | void | ) | const |
Cell Cell::reshape | ( | const dim_vector & | new_dims | ) | const [inline] |
Reimplemented from Array< octave_value >.
static octave_value Cell::resize_fill_value | ( | void | ) | [inline, static] |
Reimplemented from Array< octave_value >.
Cell Cell::xisalnum | ( | void | ) | const [inline] |
Cell Cell::xisalpha | ( | void | ) | const [inline] |
Cell Cell::xisascii | ( | void | ) | const [inline] |
Cell Cell::xiscntrl | ( | void | ) | const [inline] |
Cell Cell::xisdigit | ( | void | ) | const [inline] |
Cell Cell::xisgraph | ( | void | ) | const [inline] |
Cell Cell::xislower | ( | void | ) | const [inline] |
Cell Cell::xisprint | ( | void | ) | const [inline] |
Cell Cell::xispunct | ( | void | ) | const [inline] |
Cell Cell::xisspace | ( | void | ) | const [inline] |
Cell Cell::xisupper | ( | void | ) | const [inline] |
Cell Cell::xisxdigit | ( | void | ) | const [inline] |
Cell Cell::xtoascii | ( | void | ) | const [inline] |
Cell Cell::xtolower | ( | void | ) | const [inline] |
Cell Cell::xtoupper | ( | void | ) | const [inline] |