Go to the source code of this file.
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_UpLoFlag { GAN_LOWER, GAN_UPPER } |
Whether matrix is upper or lower triangular. More... | |
enum | Gan_UnitFlag { GAN_NOUNIT = 0, GAN_UNIT = 1 } |
Whether triangular matrix is unit along the diagonal. More... | |
enum | Gan_SideFlag { 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... |
Part of: Gandalf Library
Revision: Last edited: Author:
Copyright: (c) 2000 Imagineer Software Limited