pub fn solve_backend<T>(
a: &TypedTensor<T>,
b: &TypedTensor<T>,
) -> Result<TypedTensor<T>>where
T: BackendLinalgScalar,Expand description
Solve A X = B with the configured tenferro backend.
ยงErrors
Returns an error if the backend rejects the input shapes, the scalar dtype, or the coefficient matrix is singular.