Scythe-1.0.3
template<matrix_order ORDER = Col, matrix_style STYLE = Concrete>
matrix_order scythe::Matrix_base< ORDER, STYLE >::storeorder ( ) const [inline]

Returns the storage order of the underlying DataBlock.

In view matrices, the storage order of the data may not be the same as the template ORDER.

See also:
rowstride()
colstride()
order()
style()

Referenced by scythe::vech().