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
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