Skip to content

Commit

Permalink
Remove * method for StridedVector of StaticArray
Browse files Browse the repository at this point in the history
tests don't seem to need this to pass
  • Loading branch information
tkelman committed Aug 3, 2017
1 parent 094e4b5 commit 7b3126f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/stress.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ Reference:
module Stress

using GeometryTypes, Compat, StaticArrays
import Base: start, next, done, *

function (*){T<:LinAlg.BlasFloat,S<:StaticArray}(A::StridedMatrix{T}, x::StridedVector{S})
A_mul_B!(similar(x, S, size(A,1)), A, x)
end
import Base: start, next, done

immutable Layout{M1<:AbstractMatrix, M2<:AbstractMatrix, VP<:AbstractVector, FT<:AbstractFloat}
δ::M1
Expand Down

0 comments on commit 7b3126f

Please sign in to comment.