Enumeration
NumCosmoMathMatrixInternal
Members
-
NCM_MATRIX_SLICE -
- Value:
0 - Available since: 1.0
- Value:
-
NCM_MATRIX_GSL_MATRIX -
Uses gsl_matrix from GSL as the base object.
- Value:
1 - Available since: 1.0
- Value:
-
NCM_MATRIX_MALLOC -
Uses malloc for memory allocation and free functions.
- Value:
2 - Available since: 1.0
- Value:
-
NCM_MATRIX_GARRAY -
- Value:
3 - Available since: 1.0
- Value:
-
NCM_MATRIX_DERIVED -
Uses another
NcmMatrix(for example, if it is getting a submatrix from aNcmMatrix).- Value:
4 - Available since: 1.0
- Value: