26 inline void insert(
const eT val)
const;
42 inline void insert(
const elem_type val)
const;
43 inline void end_of_row()
const;
58 friend class Mat<elem_type>;
59 friend class Row<elem_type>;
60 friend class Col<elem_type>;
77 inline void insert(
const oT& val)
const;
93 inline void insert(
const object_type& val)
const;
94 inline void end_of_row()
const;
A lightweight array for POD types. If the amount of memory requested is small, the stack is used...
T1::object_type object_type
podarray< mat_injector_row< elem_type > * > * AA
podarray< field_injector_row< object_type > * > * AA
Class for column vectors (matrices with only one column)
podarray< mat_injector_row< elem_type > * > * BB
podarray< field_injector_row< object_type > * > * BB
Class for row vectors (matrices with only one row)
void insert(const eT val) const