Public Member Functions | |
GivensRotation () | |
GivensRotation (int inIndex0, int inIndex1, Real inCs, Real inSn) | |
Public Attributes | |
Real | cs |
int | index0 |
int | index1 |
Real | sn |
Definition at line 219 of file GteSingularValueDecomposition.h.
gte::SingularValueDecomposition< Real >::GivensRotation::GivensRotation | ( | ) |
Definition at line 1129 of file GteSingularValueDecomposition.h.
gte::SingularValueDecomposition< Real >::GivensRotation::GivensRotation | ( | int | inIndex0, |
int | inIndex1, | ||
Real | inCs, | ||
Real | inSn | ||
) |
Definition at line 1136 of file GteSingularValueDecomposition.h.
Real gte::SingularValueDecomposition< Real >::GivensRotation::cs |
Definition at line 224 of file GteSingularValueDecomposition.h.
int gte::SingularValueDecomposition< Real >::GivensRotation::index0 |
Definition at line 223 of file GteSingularValueDecomposition.h.
int gte::SingularValueDecomposition< Real >::GivensRotation::index1 |
Definition at line 223 of file GteSingularValueDecomposition.h.
Real gte::SingularValueDecomposition< Real >::GivensRotation::sn |
Definition at line 224 of file GteSingularValueDecomposition.h.