Skip to main content

format_matrix_elements

Function format_matrix_elements 

Source
fn format_matrix_elements(v: &Vector, nrow: usize, ncol: usize) -> Vec<String>
Expand description

Format matrix elements as strings, stored in row-major order.