Enum dense_mats::StorageOrder [] [src]

pub enum StorageOrder {
    ColMaj,
    RowMaj,
}

Describe the storage order of a matrix.

Variants

ColMaj

Column major storage

RowMaj

Row major storage