$search
#include <injector_bones.hpp>
Public Types | |
| typedef T1::elem_type | elem_type |
Public Member Functions | |
| void | end_of_row () const |
| void | insert (const elem_type val) const |
| ~mat_injector () | |
Private Member Functions | |
| mat_injector (T1 &in_X, const injector_end_of_row &x) | |
| mat_injector (T1 &in_X, const elem_type val) | |
Private Attributes | |
| podarray< mat_injector_row < elem_type > * > * | AA |
| podarray< mat_injector_row < elem_type > * > * | BB |
| uword | n_rows |
| T1 & | X |
Friends | |
| class | Col< elem_type > |
| class | Mat< elem_type > |
| class | Row< elem_type > |
Definition at line 36 of file injector_bones.hpp.
| typedef T1::elem_type mat_injector< T1 >::elem_type |
Definition at line 40 of file injector_bones.hpp.
| mat_injector< T1 >::mat_injector | ( | T1 & | in_X, | |
| const elem_type | val | |||
| ) | [inline, private] |
| void mat_injector< T1 >::insert | ( | const elem_type | val | ) | const [inline] |
Definition at line 60 of file injector_bones.hpp.
Definition at line 58 of file injector_bones.hpp.
Definition at line 59 of file injector_bones.hpp.
podarray< mat_injector_row<elem_type>* >* mat_injector< T1 >::AA [mutable, private] |
Definition at line 55 of file injector_bones.hpp.
podarray< mat_injector_row<elem_type>* >* mat_injector< T1 >::BB [mutable, private] |
Definition at line 56 of file injector_bones.hpp.
uword mat_injector< T1 >::n_rows [mutable, private] |
Definition at line 53 of file injector_bones.hpp.
T1& mat_injector< T1 >::X [private] |
Definition at line 52 of file injector_bones.hpp.