pub fn solve<'a, T: LinalgScalar>( a: &'a Tensor<T>, b: &'a Tensor<T>, ) -> SolveBuilder<'a, T>
Creates a solve builder.
let _ = solve(/* ... */);