Expand description
Basic linear algebra functionalities (linear solve and eigenvalues) for matrices containing dual numbers.
Structs§
- LU
- LU decomposition for symmetric matrices with dual numbers as elements.
- LinAlg
Error - Error type for fallible linear algebra operations.
Functions§
- jacobi_
eigenvalue - Eigenvalues and corresponding eigenvectors of a symmetric matrix.
- smallest_
ev - Smallest eigenvalue and corresponding eigenvector calculated using the full Jacobi
eigenvalue algorithm (
jacobi_eigenvalue
).