Skip to main content

matrix_max

Function matrix_max 

Source
pub fn matrix_max(a: &Matrix, b: &Matrix) -> Result<Matrix>
Expand description

Finds maximum values between the a matrix elements and the b matrix elements.