Package apple.accelerate.enums
Class sparse_matrix_property
- java.lang.Object
-
- apple.accelerate.enums.sparse_matrix_property
-
public final class sparse_matrix_property extends java.lang.ObjectThe matrix property type
-
-
Field Summary
Fields Modifier and Type Field Description static intSPARSE_LOWER_SYMMETRICstatic intSPARSE_LOWER_TRIANGULARstatic intSPARSE_UPPER_SYMMETRICstatic intSPARSE_UPPER_TRIANGULAR
-
-
-
Field Detail
-
SPARSE_UPPER_TRIANGULAR
public static final int SPARSE_UPPER_TRIANGULAR
- See Also:
- Constant Field Values
-
SPARSE_LOWER_TRIANGULAR
public static final int SPARSE_LOWER_TRIANGULAR
- See Also:
- Constant Field Values
-
SPARSE_UPPER_SYMMETRIC
public static final int SPARSE_UPPER_SYMMETRIC
- See Also:
- Constant Field Values
-
SPARSE_LOWER_SYMMETRIC
public static final int SPARSE_LOWER_SYMMETRIC
- See Also:
- Constant Field Values
-
-