#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 elem_type val) | |
mat_injector (T1 &in_X, const injector_end_of_row &x) | |
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.
|
inlineprivate |
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.
|
mutableprivate |
Definition at line 55 of file injector_bones.hpp.
|
mutableprivate |
Definition at line 56 of file injector_bones.hpp.
|
mutableprivate |
Definition at line 53 of file injector_bones.hpp.
|
private |
Definition at line 52 of file injector_bones.hpp.