fastMap<E> abstract method
Creates a new matrix, efficiently iterating through all the matrix
elements (several floating point elements in a time) and applying the
mapper
function
Type E
should be either Float32x4 or Float64x2, depends on dtype
value
Implementation
Matrix fastMap<E>(E Function(E columnElement) mapper);