Method
NumCosmoMathVectoraxpy
Declaration [src]
void
ncm_vector_axpy (
NcmVector* cv1,
const gdouble alpha,
const NcmVector* cv2
)
Parameters
alpha-
Type:
const gdoubleA constant double $\alpha$.
cv2-
Type:
NcmVectorA constant
NcmVector.The data is owned by the caller of the method.