Module results
Source - CholeskyExResult
- Structured Cholesky result with numerical status information.
- EigResult
- Result of general eigendecomposition (always complex-valued).
- EigenResult
- Eigendecomposition result:
A * V = V * diag(values). - InvExResult
- Structured inverse result with numerical status information.
- LstsqResult
- Least-squares result.
- LuFactorExResult
- Packed LU factorization result with numerical status information.
- LuFactorResult
- Packed LU factorization result.
- LuResult
- LU decomposition result:
A = P * L * U. - QrResult
- QR decomposition result:
A = Q * R. - SlogdetResult
- Sign-and-log-determinant result:
det(A) = sign * exp(logabsdet). - SolveExResult
- Structured solve result with numerical status information.
- SvdResult
- SVD result:
A = U * diag(S) * Vt.
- LuPivot
- Pivoting strategy for LU decomposition.