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 double

A workspace.

The data is owned by the caller of the function.
L

Type: NcmMatrix

A NcmMatrix.

The data is owned by the caller of the function.
X

Type: NcmMatrix

A NcmMatrix.

The data is owned by the caller of the function.
p

Type: NcmVector

A NcmVector.

The data is owned by the caller of the function.
d

Type: NcmVector

A NcmVector.

The data is owned by the caller of the function.
y

Type: NcmVector

A NcmVector.

The data is owned by the caller of the function.

Return value

Type: gint

No description available.