add

Function add 

Source
pub fn add<T: Number>(A: &Matrix<T>, B: &Matrix<T>, offset: usize) -> Matrix<T>