Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/GivensRotation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RowRotation
(
PMatrix< T, 2, 2 >& A |
Template |
Chaos/ImplicitQRSVD.h | |
void RowRotation
(
PMatrix< T, 3, 3 >& A |
Template |
Chaos/ImplicitQRSVD.h |
RowRotation(PMatrix< T, 2, 2 > &)
Description
This function does something like c -s 0 ( s c 0 ) A -> A 0 0 1 It only affects row i and row k of A.
| Name | RowRotation |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ImplicitQRSVD.h |
| Include Path | #include "Chaos/ImplicitQRSVD.h" |
void RowRotation
(
PMatrix < T, 2, 2 > & A
) const
RowRotation(PMatrix< T, 3, 3 > &)
Description
Template
| Name | RowRotation |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/ImplicitQRSVD.h |
| Include Path | #include "Chaos/ImplicitQRSVD.h" |
void RowRotation
(
PMatrix < T, 3, 3 > & A
) const