Method

NumCosmoMathLapackWSdup

Declaration [src]

NcmLapackWS*
ncm_lapack_ws_dup (
  NcmLapackWS* ws
)

Description [src]

Duplicates a Lapack workspace object.

Return value

Type: NcmLapackWS

A copy of ws.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.