pub type BALSOrder = BLASLayout;
enum BALSOrder { Undefined = -1, RowMajor = 101, ColMajor = 102, Sequential = 103, NonContiguous = 104, }