Fix glop comment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user