HILA
Loading...
Searching...
No Matches
svd_result< M > Struct Template Reference

type to store the return combo of svd: {U, D, V} where U and V are nxn unitary / orthogonal, and D is real diagonal singular value matrices. More...

#include <matrix.h>

Collaboration diagram for svd_result< M >:

Detailed Description

template<typename M>
struct svd_result< M >

type to store the return combo of svd: {U, D, V} where U and V are nxn unitary / orthogonal, and D is real diagonal singular value matrices.

Template Parameters
M- type of input matrix

Definition at line 61 of file matrix.h.


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