Enumeration
NumCosmoMathVectorInternal
Members
-
NCM_VECTOR_SLICE -
- Value:
0 - Available since: 1.0
- Value:
-
NCM_VECTOR_GSL_VECTOR -
Uses gsl_vector from GSL as the base object.
- Value:
1 - Available since: 1.0
- Value:
-
NCM_VECTOR_MALLOC -
Uses malloc for memory allocation and free functions.
- Value:
2 - Available since: 1.0
- Value:
-
NCM_VECTOR_ARRAY -
- Value:
3 - Available since: 1.0
- Value:
-
NCM_VECTOR_DERIVED -
Uses another
NcmVector(for example, if it is getting a subvector from aNcmVector).- Value:
4 - Available since: 1.0
- Value: