Choice of solver for A*x=b when only A*x is available
- From: spasmous <spasmous@xxxxxxxxx>
- Date: Wed, 14 Nov 2007 22:55:51 -0800 (PST)
I need to solve A*x=b. I have a routine that provides matrix
multiplcation A*x, where A is rectangular and x is the supplied
vector. However I don't know of an iterative (linear) technique that
can be used for this; they need A'*b as well. So I've been using a
nonlinear method to minimize ||b - A*x|| which I'm sure is terribly
wasteful!
Is there a linear solver for this situation? Or what nonlinear solver
is best suited for linear problems?
.
- Follow-Ups:
- Re: Choice of solver for A*x=b when only A*x is available
- From: Peter Spellucci
- Re: Choice of solver for A*x=b when only A*x is available
- From: shabroz
- Re: Choice of solver for A*x=b when only A*x is available
- From: Helmut Jarausch
- Re: Choice of solver for A*x=b when only A*x is available
- Prev by Date: Re: Polylogarithm Evaluation
- Next by Date: Re: Choice of solver for A*x=b when only A*x is available
- Previous by thread: Re: Solution converges and then diverges
- Next by thread: Re: Choice of solver for A*x=b when only A*x is available
- Index(es):
Relevant Pages
|