tool::core::json

Function matrix_to_json

Source
pub fn matrix_to_json<N, R, C, S>(matrix: &Matrix<N, R, C, S>) -> Value
where N: Scalar, R: Dim, C: Dim, S: Serialize,
Expand description

Convert matrix to json.