[][src]Function simple_ml::make_matrix_float

pub fn make_matrix_float<T>(input: &Vec<Vec<T>>) -> Vec<Vec<f64>> where
    T: Display + Copy