Scythe-1.0.3

Matrix style enumerator.

Matrix templates may be either concrete matrices or views and this enumerator is used to differentiate between the two types.

Concrete matrices provide direct access to an underlying array of matrix data, while views offer a more general interface to data arrays, with potentially many views referencing the same underlying data structure.

The enum provides two values: Col and Row.

See also:
Matrix