Master index |
Index for ./freetb4matlab/symband ![]() |
| function Afull=BandToSparse(Aband) | |
| function Asparse=BandToSparse(Aband) | |
| % the Laplace equation on the unit square is discretized | |
| solve A*x=lambda*B*x | |
| function Aband=FullToBand(Afull) | |
| estimate=gapTest(Lambda,err) |