Module linalg

Module linalg 

Source
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.
LinAlgError
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).