Re: Kernel of rectangular matrices in C++
felixg_at_tx.technion.ac.il
Date: 01/21/05
- Next message: KRD Hamilton: "Re: Excellent Math Books"
- Previous message: Harald Hanche-Olsen: "Re: Simplification: science or heuristics?"
- In reply to: EE: "Kernel of rectangular matrices in C++"
- Next in thread: Bernard Parisse: "Re: Kernel of rectangular matrices in C++"
- Messages sorted by: [ date ] [ thread ]
Date: 21 Jan 2005 03:15:16 -0800
MATLAB will certainly work... :-)
But if you know in advance the matrices are so small, may be you can
roll out the code yourself, implemneting, say, the Gauss method with
pivoting and maybe some preconditioning. (The numerical gurus here will
probably have a better suggestion of a practical method, I usually just
use the MATLAB method...:-)
Best,
Felix.
- Next message: KRD Hamilton: "Re: Excellent Math Books"
- Previous message: Harald Hanche-Olsen: "Re: Simplification: science or heuristics?"
- In reply to: EE: "Kernel of rectangular matrices in C++"
- Next in thread: Bernard Parisse: "Re: Kernel of rectangular matrices in C++"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|