![]()  | 
                  
                       C3E: Complex Compute Core Engine v1.0 
                      An engine for handling complex computational tasks 
                   | 
                
Represents the Singular Value Decomposition (SVD) of a matrix. More...
#include <commons.h>

Public Attributes | |
| c3e_matrix * | left | 
| Matrix containing the left singular vectors.  | |
| c3e_matrix * | right | 
| Matrix containing the right singular vectors.  | |
| c3e_vector * | singular | 
| Vector containing the singular values.  | |
This structure stores the components of an SVD: the left singular vectors, the right singular vectors, and the singular values.