Function tool::core::json::matrix_to_json[][src]

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.