Module rgsl::cblas

source ·

Modules

Structs

Enums

Indicates whether a matrix is in Row Major or Column Major order. Row major order is the native order for C programs, while Column major order is native for Fortran.
Used to indicate the order of a matrix-matrix multiply.
Used to represent transpose operations on a matrix.
Used to indicate which part of a symmetric matrix to use.