Solving Equations and Least Squares in Visual Basic
Linear EquationsPermalink
Illustrates how to solve systems of simultaneous linear equations.
Structured Linear EquationsPermalink
Illustrates how to solve systems of simultaneous linear equations that have special structure.
Iterative Sparse SolversPermalink
Illustrates the use of iterative sparse solvers and preconditioners for efficiently solving large, sparse systems of linear equations.
Least SquaresPermalink
Illustrates how to solve least squares problems using classes in the Numerics.NET.LinearAlgebra namespace.