|
Typedefs |
typedef enum Gan_LapackLamchFlag | Gan_LapackLamchFlag |
| Type of test in lamch functions.
|
typedef enum Gan_LapackNormType | Gan_LapackNormType |
| Type of norm in lansp functions.
|
typedef enum Gan_LapackPlaneRotationType | Gan_LapackPlaneRotationType |
| Plane rotation type.
|
typedef enum Gan_LapackPlaneRotationDirection | Gan_LapackPlaneRotationDirection |
| Plane rotation direction.
|
typedef enum Gan_LapackPivotType | Gan_LapackPivotType |
| Pivot type.
|
typedef enum Gan_LapackSortOrder | Gan_LapackSortOrder |
| Sort order.
|
typedef enum Gan_LapackEvecType | Gan_LapackEvecType |
| Type of eigenvector calculation.
|
Enumerations |
enum | Gan_TposeFlag { GAN_NOTRANSPOSE = 0,
GAN_TRANSPOSE = 1
} |
| Whether or not matrix is (to be) transposed. More...
|
enum | Gan_InvertFlag { GAN_NOINVERT = 0,
GAN_INVERT = 1
} |
| Whether or not matrix is (to be) inverted. More...
|
enum | Gan_LapackUpLoFlag { GAN_MATRIXPART_LOWER,
GAN_MATRIXPART_UPPER,
GAN_MATRIXPART_WHOLE
} |
| Whether matrix is upper or lower triangular. More...
|
enum | Gan_LapackMatStorage {
GAN_MATSTORAGE_FULL,
GAN_MATSTORAGE_LOWERTRIANGULAR,
GAN_MATSTORAGE_UPPERTRIANGULAR,
GAN_MATSTORAGE_UPPERHESSENBERG,
GAN_MATSTORAGE_SYMMBANDLOWER,
GAN_MATSTORAGE_SYMMBANDUPPER,
GAN_MATSTORAGE_BAND
} |
| Matrix storage type. More...
|
enum | Gan_LapackUnitFlag { GAN_NOUNIT = 0,
GAN_UNIT = 1
} |
| Whether triangular matrix is unit along the diagonal. More...
|
enum | Gan_LapackSideFlag { GAN_LEFTMULT = 0,
GAN_RIGHTMULT = 1
} |
| Whether product is on left or right side. More...
|
enum | Gan_SquMatrixType {
GAN_SYMMETRIC_MATRIX,
GAN_DIAGONAL_MATRIX,
GAN_SCALED_IDENT_MATRIX,
GAN_LOWER_TRI_MATRIX,
GAN_UPPER_TRI_MATRIX,
GAN_ZERO_SQUARE_MATRIX
} |
| Types of square matrix. More...
|