| 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 |
| Structured Sparse Matrix 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 |
| General Sparse Vector and Matrix Examples | Description | Source |
|---|---|---|
| SparseVectorExample | Example demonstrating the features of the general sparse vector classes. | C# VB.NET |
| SparseMatrixExample | Example demonstrating the features of the general sparse matrix classes. | C# VB.NET |
| SparseFactorizationExample | Example showing how to solve a symmetric sparse linear system. | 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 orindary least squares problems. | C# VB.NET |
| WeightedLeastSquaresExample | Example demonstrating the features of the classes for solving weighted least squares problems. | C# VB.NET |
| IterativelyReweightedLeastSqExample | Example demonstrating the features of the classes for solving iteratively reweighted least squares problems. | C# VB.NET |