Skip to main content

matrix_op

Function matrix_op 

Source
pub async fn matrix_op(
    op: &str,
    matrix_a: &str,
    matrix_b: &str,
) -> Result<String, String>