Function
NumCosmoMathlapack_dggglm_run
Declaration [src]
gint
ncm_lapack_dggglm_run (
GArray* ws,
NcmMatrix* L,
NcmMatrix* X,
NcmVector* p,
NcmVector* d,
NcmVector* y
)
Description [src]
Runs the dggglm function using the workspace ws.
This function is expect the matrix X and L to be row-major.
Parameters
ws-
Type: An array of
doubleA workspace.
The data is owned by the caller of the function. L-
Type:
NcmMatrixA
NcmMatrix.The data is owned by the caller of the function. X-
Type:
NcmMatrixA
NcmMatrix.The data is owned by the caller of the function. p-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the function. d-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the function. y-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the function.