mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 23:26:52 +08:00
mat: add overlap detection for SymBandDense
This commit is contained in:

committed by
Vladimír Chalupecký

parent
bd50f5876c
commit
94b2bbd8ac
@@ -597,6 +597,7 @@ func (v *VecDense) MulVec(a Matrix, b Vector) {
|
||||
return
|
||||
case *SymBandDense:
|
||||
if fast {
|
||||
aU.checkOverlap(v.asGeneral())
|
||||
blas64.Sbmv(1, aU.mat, bmat, 0, v.mat)
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user