Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

New Post: Setting the Starting Vector for Iterative Solvers

$
0
0
Hi guys,

I recently inherited some Code at work, I'm however quite new to the Math.Net Numerics library. I want to solve a System of linear equations Ax=b, and I know quite a lot about the form of the matrix, my vector b and have a relatively precise guess for x. Hence I would like to use an Iterative Solver and use my prediction for x as a starting value. Is this possible in Math.Net? I looked in the Documentation but could not find any Info on setting Initial Values. I really hope I just overlooked this, since my tests in R show that this initial guess speeds up convergence quite a bit.

I'd be really happy for some info,

Florian

Viewing all articles
Browse latest Browse all 971

Trending Articles