JuliaSmoothOptimizers / LinearOperators.jl

Linear Operators for Julia
Other
150 stars 32 forks source link

Improve tmulFact! function #198

Closed amontoison closed 3 years ago

amontoison commented 3 years ago

In-place conj is conj!. conj is equivalent to conj., but the latter has the advantage of fusing with other dot calls.

codecov[bot] commented 3 years ago

Codecov Report

Merging #198 (a900bce) into main (1eaeb1a) will not change coverage. The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #198   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files          13       13           
  Lines         787      787           
=======================================
  Hits          767      767           
  Misses         20       20           
Impacted Files Coverage Δ
src/linalg.jl 90.90% <50.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1eaeb1a...a900bce. Read the comment docs.

github-actions[bot] commented 3 years ago
Package name latest stable
CaNNOLeS.jl
DCISolver.jl
JSOSolvers.jl
Krylov.jl
NLPModels.jl
NLPModelsModifiers.jl
PROPACK.jl
Percival.jl
QuadraticModels.jl
SolverTools.jl
dpo commented 3 years ago

we require an approval before merging