Skip to content

Commit

Permalink
spelling: subtracting
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jan 22, 2023
1 parent 50e9709 commit 28f0147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/glm/gtx/matrix_factorisation.inl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace glm
q[i] = in[i];

//j = [0,i[
// Make that column orthogonal to all the previous ones by substracting to it the non-orthogonal projection of all the previous columns.
// Make that column orthogonal to all the previous ones by subtracting to it the non-orthogonal projection of all the previous columns.
// Also: Fill the zero elements of R
for (length_t j = 0; j < i; j++)
{
Expand Down

0 comments on commit 28f0147

Please sign in to comment.