Function make_matrix_float

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