#include <unwrap.hpp>
Public Member Functions | |
unwrap_write (Mat< eT > &out, const Mat< eT > &A) | |
unwrap_write (Row< eT > &out, const Mat< eT > &A) | |
unwrap_write (Col< eT > &out, const Mat< eT > &A) | |
~unwrap_write () | |
Public Attributes | |
const Mat< eT > & | M |
Definition at line 738 of file unwrap.hpp.
unwrap_write< Mat< eT > >::unwrap_write | ( | Mat< eT > & | out, | |
const Mat< eT > & | A | |||
) | [inline] |
Definition at line 743 of file unwrap.hpp.
References Mat< eT >::copy_size().
unwrap_write< Mat< eT > >::unwrap_write | ( | Row< eT > & | out, | |
const Mat< eT > & | A | |||
) | [inline] |
Definition at line 752 of file unwrap.hpp.
References Row< eT >::copy_size().
unwrap_write< Mat< eT > >::unwrap_write | ( | Col< eT > & | out, | |
const Mat< eT > & | A | |||
) | [inline] |
Definition at line 761 of file unwrap.hpp.
References Col< eT >::copy_size().
unwrap_write< Mat< eT > >::~unwrap_write | ( | ) | [inline] |
Definition at line 770 of file unwrap.hpp.
const Mat<eT>& unwrap_write< Mat< eT > >::M |
Definition at line 776 of file unwrap.hpp.