#include <View.h>
Inheritance diagram for exmat::ConstTransView< Rep >:
Public Types | |
typedef Mat< DenseMatCon< value_type, ROWS, COLS >, EmptyErrorChecker > | temp_type |
The type of temporary to store this transpose expression. | |
Public Member Functions | |
template<class Rep2> | |
ConstTransView (const Rep2 &self, const super_type &mat) | |
Transfer constructor, special for view. |