This commit is contained in:
Laurent Perron
2019-07-05 09:32:17 +02:00
parent b2656dbd94
commit c5e9d022a7
13 changed files with 105 additions and 84 deletions

View File

@@ -105,7 +105,7 @@ Fractional ComputeSquaredNormAndResetToZero(
}
} // namespace
Fractional LuFactorization::RightSolveSquaredNorm(const SparseColumn& a) const {
Fractional LuFactorization::RightSolveSquaredNorm(const ColumnView& a) const {
SCOPED_TIME_STAT(&stats_);
if (is_identity_factorization_) return SquaredNorm(a);