Expand description
Tensor-level backend trait and result types for linalg decompositions.
The backend-facing tensor linalg contract now lives in
tenferro_linalg_prims. This module re-exports that protocol from the
public tenferro-linalg backend namespace so high-level APIs can stay
focused on composition and validation.
Structs§
- Cholesky
Tensor ExResult - Result of a tensor-level Cholesky factorization with numerical status.
- EigTensor
Result - Result of a tensor-level general eigendecomposition.
- Eigen
Tensor Result - Result of a tensor-level Hermitian eigendecomposition.
- LuTensor
ExResult - Result of a tensor-level LU factorization with numerical status.
- LuTensor
Result - Result of a tensor-level LU factorization.
- QrTensor
Result - Result of a tensor-level QR decomposition.
- Solve
Tensor ExResult - Result of a tensor-level linear solve with numerical status.
- SvdTensor
Result - Result of a tensor-level thin SVD.
Enums§
- Linalg
Capability Op - Backend-facing tensor linalg protocol.
Traits§
- Kernel
Linalg Scalar - Scalar types with concrete backend kernel support in the current workspace.
- Linalg
Scalar - Scalar types supported by linalg kernel contracts.
- Tensor
Linalg Backend