Classes |
class | unwrap< T1 > |
class | unwrap< Mat< eT > > |
class | unwrap< Row< eT > > |
class | unwrap< Col< eT > > |
class | unwrap< Op< T1, op_type > > |
class | unwrap< Glue< T1, T2, glue_type > > |
class | unwrap< subview< eT > > |
class | unwrap< diagview< eT > > |
class | unwrap_to_elem_access< T1 > |
class | unwrap_to_elem_access< Mat< eT > > |
class | unwrap_to_elem_access< Row< eT > > |
class | unwrap_to_elem_access< Op< Row< eT >, op_trans > > |
class | unwrap_to_elem_access< Col< eT > > |
class | unwrap_to_elem_access< Op< Col< eT >, op_trans > > |
class | unwrap_to_elem_access< Op< T1, op_type > > |
class | unwrap_to_elem_access< Glue< T1, T2, glue_type > > |
class | unwrap_to_elem_access< subview< eT > > |
class | unwrap_check< T1 > |
class | unwrap_check< Mat< eT > > |
class | unwrap_check< Row< eT > > |
class | unwrap_check< Col< eT > > |
class | unwrap_check< Op< T1, op_type > > |
class | unwrap_check< Glue< T1, T2, glue_type > > |
class | unwrap_check< subview< eT > > |
class | unwrap_check< diagview< eT > > |
class | unwrap_write< T1 > |
| if the given object in not a matrix, unwrap it into the given 'out' matrix (i.e. do not create another matrix) and provide a reference to the 'out' matrix. if the given object is a matrix, set the size of the 'out' matrix to be the same as the given object and provide a reference to the given object. More...
|
class | unwrap_write< Mat< eT > > |
class | unwrap_write< Row< eT > > |
class | unwrap_write< Col< eT > > |
class | unwrap_write< Op< T1, op_type > > |
class | unwrap_write< Glue< T1, T2, glue_type > > |
class | unwrap_write< subview< eT > > |
class | unwrap_write< diagview< eT > > |