- Category:
- matlab
- Tags:
-
[Matlab]
[源码]
- File Size:
- 3kb
- Update:
- 2018-08-27
- Downloads:
- 0 Times
- Uploaded by:
- 宋凌
Description: matlab implementation of several commonly used numerical algorithm for solving linear equations. Including the conjugate gradient method, preconditioned conjugate gradient method, SOR, Lanczos.
To Search:
File list (Check if you may need any files):
numerical algorithms\ConjGrad.m
numerical algorithms\LancZos.m
numerical algorithms\PreConjGrad.m
numerical algorithms\SOR_M.m
numerical algorithms