Scythe-1.0.3
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
typedef T_type scythe::Matrix< T_type, ORDER, STYLE >::ttype

The Matrix' element type.

This typedef describes the element type (T_type) of this Matrix.