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