C3E: Complex Compute Core Engine v1.0
An engine for handling complex computational tasks
Loading...
Searching...
No Matches
c3e_svd Struct Reference

Represents the Singular Value Decomposition (SVD) of a matrix. More...

#include <commons.h>

Collaboration diagram for c3e_svd:

Public Attributes

c3e_matrixleft
 Matrix containing the left singular vectors.
 
c3e_matrixright
 Matrix containing the right singular vectors.
 
c3e_vectorsingular
 Vector containing the singular values.
 

Detailed Description

This structure stores the components of an SVD: the left singular vectors, the right singular vectors, and the singular values.


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