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