CCL Library  1.0
Data Fields

This structure describes the workspace memory of calculating matrix pseudo inverse MP_INV_WS. More...

#include <ccl_math.h>

Data Fields

gsl_matrix * V
 SVD return of A.
 
gsl_matrix * Sigma_pinv
 Pseudo inverse of sigma.
 
gsl_matrix * U
 Pad to full matrix of A.
 
gsl_matrix * A_pinv
 Pseodo inverse of A.
 
gsl_matrix * A
 Copy of input matrix A.
 
gsl_matrix * _tmp_mat
 A temporal matrix.
 
gsl_vector * _tmp_vec
 A temporal vector.
 
gsl_vector * u
 SVD return of A.
 

Detailed Description

This structure describes the workspace memory of calculating matrix pseudo inverse MP_INV_WS.

This structure defines the model variables and initialises with their dimensionalities. It should always initialised with ccl_MP_inv_ws_alloc, and destroyed with ccl_MP_inv_ws_free.


The documentation for this struct was generated from the following file: