[][src]Type Definition grape_ml::math::MatrixMapFunc

type MatrixMapFunc = fn(_: f32) -> f32;

This type function is used to map a matrix. It receive the current I value and return it mapped.