Skip to content

Commit 07f3960

Browse files
authored
Merge pull request #16 from tkelman/tk/piracy
Remove * method for StridedVector of StaticArray
2 parents 094e4b5 + 7b3126f commit 07f3960

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/stress.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ Reference:
5151
module Stress
5252

5353
using GeometryTypes, Compat, StaticArrays
54-
import Base: start, next, done, *
55-
56-
function (*){T<:LinAlg.BlasFloat,S<:StaticArray}(A::StridedMatrix{T}, x::StridedVector{S})
57-
A_mul_B!(similar(x, S, size(A,1)), A, x)
58-
end
54+
import Base: start, next, done
5955

6056
immutable Layout{M1<:AbstractMatrix, M2<:AbstractMatrix, VP<:AbstractVector, FT<:AbstractFloat}
6157
δ::M1

0 commit comments

Comments
 (0)