BlasType

Gets the type that can be used with Blas routines that all types can be implicitly converted to.

alias BlasType(Iterators...) = CommonType!(staticMap!(IterationType, Iterators))

Meta