Trait ndarray_linalg::triangular::SolveTriangularInto [−][src]
pub trait SolveTriangularInto<S, D> where
S: DataMut,
D: Dimension, { fn solve_triangular_into(
&self,
uplo: UPLO,
diag: Diag,
b: ArrayBase<S, D>
) -> Result<ArrayBase<S, D>>; }
Expand description
solve a triangular system with upper triangular matrix