Skip to main content

solve

Function solve 

Source
pub fn solve(a: &TracedTensor, b: &TracedTensor) -> TracedTensor
Expand description

Solve a linear system using LU decomposition and triangular solves.

§Examples

let x = tenferro::solve(&a, &b);