![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|

Classes | |
| class | tm_row_const_rep |
Public Types | |
| typedef tm_row_const_rep::const_iterator | const_iterator |
| typedef tm_row_const_rep::iterator | iterator |
Public Member Functions | |
| tm_row_const (void) | |
| tm_row_const (const tree_argument_list &row) | |
| tm_row_const (const tm_row_const &x) | |
| ~tm_row_const (void) | |
| bool | all_1x1_p (void) const |
| bool | all_complex_p (void) const |
| bool | all_dq_strings_p (void) const |
| bool | all_empty_p (void) const |
| bool | all_real_p (void) const |
| bool | all_sq_strings_p (void) const |
| bool | all_strings_p (void) const |
| bool | any_cell_p (void) const |
| bool | any_class_p (void) const |
| bool | any_sparse_p (void) const |
| iterator | begin (void) |
| const_iterator | begin (void) const |
| void | cellify (void) |
| std::string | class_name (void) const |
| octave_idx_type | cols (void) |
| dim_vector | dims (void) |
| bool | empty (void) const |
| iterator | end (void) |
| const_iterator | end (void) const |
| bool | first_elem_struct_p (void) const |
| size_t | length (void) const |
| operator bool () const | |
| tm_row_const & | operator= (const tm_row_const &x) |
| octave_idx_type | rows (void) |
| bool | some_strings_p (void) const |
Private Attributes | |
| tm_row_const_rep * | rep |
|
inline |
|
inline |
Definition at line 181 of file pt-mat.cc.
Referenced by tm_const::init(), and single_type_concat().
Definition at line 176 of file pt-mat.cc.
Referenced by tm_const::init().
Definition at line 173 of file pt-mat.cc.
Referenced by tm_const::init(), and tree_matrix::rvalue1().
Definition at line 177 of file pt-mat.cc.
Referenced by tm_const::init(), and tree_matrix::rvalue1().
Definition at line 175 of file pt-mat.cc.
Referenced by tm_const::init(), and tree_matrix::rvalue1().
Definition at line 172 of file pt-mat.cc.
Referenced by tm_const::init(), and tree_matrix::rvalue1().
Definition at line 171 of file pt-mat.cc.
Referenced by tm_const::init().
Definition at line 178 of file pt-mat.cc.
Referenced by tm_const::init().
Definition at line 180 of file pt-mat.cc.
Referenced by tm_const::init(), and tree_matrix::rvalue1().
Definition at line 179 of file pt-mat.cc.
Referenced by tm_const::init(), and tree_matrix::rvalue1().
Definition at line 190 of file pt-mat.cc.
Referenced by tm_row_const::tm_row_const_rep::cellify(), do_class_concat(), tm_row_const::tm_row_const_rep::init(), tm_const::init(), tree_matrix::rvalue1(), and single_type_concat().
|
inline |
Definition at line 186 of file pt-mat.cc.
Referenced by tm_row_const::tm_row_const_rep::init().
|
inline |
Definition at line 184 of file pt-mat.cc.
Referenced by tm_const::init().
|
inline |
Definition at line 163 of file pt-mat.cc.
Referenced by tm_const::init().
|
inline |
Definition at line 169 of file pt-mat.cc.
Referenced by tm_const::init(), and single_type_concat().
Definition at line 165 of file pt-mat.cc.
Referenced by tm_const::init().
Definition at line 193 of file pt-mat.cc.
Referenced by tm_row_const::tm_row_const_rep::cellify(), do_class_concat(), tm_row_const::tm_row_const_rep::init(), tm_const::init(), tree_matrix::rvalue1(), and single_type_concat().
|
inline |
Definition at line 182 of file pt-mat.cc.
Referenced by tm_const::init().
Definition at line 167 of file pt-mat.cc.
Referenced by do_class_concat(), and single_type_concat().
|
inline |
Definition at line 140 of file pt-mat.cc.
References tm_row_const::tm_row_const_rep::count, and rep.
|
inline |
Definition at line 162 of file pt-mat.cc.
Referenced by do_class_concat(), tm_const::init(), tree_matrix::rvalue1(), and single_type_concat().
Definition at line 174 of file pt-mat.cc.
Referenced by tm_const::init().
|
private |
Definition at line 198 of file pt-mat.cc.
Referenced by operator=().
1.8.1.2