When I multiply two semiring matrices, this method is not being invoked.
|
function LinearAlgebra.mul!(o::MaybeAdjOrTransMat{T}, a::MaybeAdjOrTransMat{T}, b::MaybeAdjOrTransMat{T}, α::Number, β::Number) where {T<:BlasSemiringTypes{<:NativeTypes}} |
Rather, I think it is some fallback in LinearAlgebra. The library still works, but Octavian.matmul! needs to be called explicitly.
When I multiply two semiring matrices, this method is not being invoked.
Rather, I think it is some fallback in LinearAlgebra. The library still works, but
Octavian.matmul!needs to be called explicitly.