Fix glop comment

This commit is contained in:
Corentin Le Molgat
2021-08-23 16:04:39 +02:00
parent 50a93ce7dc
commit a73ec6eddd

View File

@@ -120,8 +120,8 @@ class LuFactorization {
void RightSolveLForScatteredColumn(const ScatteredColumn& b,
ScatteredColumn* x) const;
// Specialized version of RightSolveLWithNonZeros() where x is originally equal
// to 'a' permuted by row_perm_. Note that 'a' is only used for DCHECK.
// Specialized version of RightSolveLWithNonZeros() where x is originally
// equal to 'a' permuted by row_perm_. Note that 'a' is only used for DCHECK.
void RightSolveLWithPermutedInput(const DenseColumn& a,
ScatteredColumn* x) const;