ndarray_linalg::triangular
pub fn drop_lower<A: NdFloat, S>(a: ArrayBase<S, Ix2>) -> ArrayBase<S, Ix2> where S: DataMut<Elem=A>