pub fn solve(a: &TracedTensor, b: &TracedTensor) -> TracedTensor
Solve a linear system using LU decomposition and triangular solves.
let x = tenferro::solve(&a, &b);