Constructor
NumCosmoMathVectornew
Declaration [src]
NcmVector*
ncm_vector_new (
gsize n
)
Return value
Type: NcmVector
A new NcmVector.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
NcmVector*
ncm_vector_new (
gsize n
)
Type: NcmVector
A new NcmVector.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |