Function concision_core::utils::inverse

source ยท
pub fn inverse<T>(matrix: &Array2<T>) -> Option<Array2<T>>