| Structured Sparse Matrix Examples | Description | Source |
|---|---|---|
| TriangularMatrixExample | Example demonstrating the features of the triangular matrix classes. | C# VB.NET |
| SymmetricMatrixExample | Example demonstrating the features of the symmetric matrix classes. | C# VB.NET |
| HermitianMatrixExample | Example demonstrating the features of the Hermitian matrix classes. | C# VB.NET |
| BandMatrixExample | Example demonstrating the features of the banded matrix classes. | C# VB.NET |
| HermitianBandMatrixExample | Example demonstrating the features of the banded Hermitian matrix classes. | C# VB.NET |
| SymmetricBandMatrixExample | Example demonstrating the features of the banded symmetric matrix classes. | C# VB.NET |
| TridiagonalMatrixExample | Example demonstrating the features of the tridiagonal matrix classes. | C# VB.NET |
| Factorization Examples | Description | Source |
|---|---|---|
| SymFactExample | Example demonstrating the features of the factorization classes for symmetric matrices. | C# VB.NET |
| BandFactExample | Example demonstrating the features of the factorization classes for banded matrices. | C# VB.NET |
| TriDiagFactExample | Example demonstrating the features of the factorization classes for tridiagonal matrices. | C# VB.NET |
| HermPDTriDiagFactExample | Example demonstrating the features of the factorization classes for Hermitian positive definite tridiagonal matrices. | C# VB.NET |
| Decomposition Examples | Description | Source |
|---|---|---|
| QRDecompExample | Example demonstrating the features of the QR decomposition classes. | C# VB.NET |
| SVDecompExample | Example demonstrating the features of the singular value decomposition classes. | C# VB.NET |
| EigDecompExample | Example demonstrating the features of the eigenvalue decomposition classes. | C# VB.NET |
| Least Squares Examples | Description | Source |
|---|---|---|
| LeastSquaresExample | Example demonstrating the features of the classes for solving least squares problems. | C# VB.NET |