Common data structures and type definitions for the C3E library.
Represents a mathematical matrix.
Definition commons.h:74
Represents the Singular Value Decomposition (SVD) of a matrix.
Definition commons.h:98
void c3e_svd_free(c3e_svd svd)
Frees the resources associated with an SVD decomposition.
c3e_svd c3e_svd_init(c3e_matrix *matrix)
Initializes and computes the Singular Value Decomposition (SVD) of a matrix.