ORDER#

enum nvmath.bindings.nvpl.blas.ORDER(value)[source]#

See CBLAS_ORDER.

Member Type:

int

Valid values are as follows:

RowMajor = <ORDER.RowMajor: 101>#
ColMajor = <ORDER.ColMajor: 102>#