-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
The methods in
LeastSquaresOptim.jl/src/utils/lsmr.jl
Lines 16 to 21 in c0047cb
function mul!(C::Vector{Float64}, A::Matrix{Float64}, B::Vector{Float64}, α::Number, β::Number) | |
gemm!('N', 'N', convert(Float64, α), A, B, convert(Float64, β), C) | |
end | |
function mul!(C::Vector{Float64}, A::Adjoint{Float64, Matrix{Float64}}, B::Vector{Float64}, α::Number, β::Number) | |
gemm!('C', 'N', convert(Float64, α), A', B, convert(Float64, β), C) | |
end |
Metadata
Metadata
Assignees
Labels
No labels