Linalg ops (cholesky, svd, qr, eigh, solve, triangular_solve) currently support f64 and Complex64 only. Add f32 and Complex32 support via FaerLinalg trait implementations. See `tenferro-tensor/src/cpu/linalg/faer_linalg.rs`.
Linalg ops (cholesky, svd, qr, eigh, solve, triangular_solve) currently support f64 and Complex64 only.
Add f32 and Complex32 support via FaerLinalg trait implementations.
See
tenferro-tensor/src/cpu/linalg/faer_linalg.rs.