We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d79ec commit 9307752Copy full SHA for 9307752
src/Unity.Mathematics/svd.cs
@@ -3,7 +3,7 @@
3
4
namespace Unity.Mathematics
5
{
6
- // SVD algorithm as decribed in:
+ // SVD algorithm as described in:
7
// Computing the singular value decomposition of 3x3 matrices with minimal branching and elementary floating point operations,
8
// A.McAdams, A.Selle, R.Tamstorf, J.Teran and E.Sifakis, University of Wisconsin - Madison technical report TR1690, May 2011
9
[Il2CppEagerStaticClassConstruction]
0 commit comments