Differences From Artifact [e017e9cc15]:
- Executable file mttroot/mtt/bin/trans/p/mtt_sparse.p — part of check-in [049b8fa9a9] at 1998-08-15 13:49:19 on branch origin/master — iters now passed as an argument. (user: gawthrop@users.sourceforge.net, size: 2161) [annotate] [blame] [check-ins using]
To Artifact [c94532268f]:
- Executable file mtt/bin/trans/p/mtt_sparse.p — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 2374) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/p/mtt_sparse.p — part of check-in [395c649048] at 1998-08-17 15:55:19 on branch origin/master — added notice (user: gawthrop@users.sourceforge.net, size: 2374) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | + + + + + + | PROCEDURE mtt_sparse( b : glnarray; n,iters : INTEGER; VAR x : glnarray); { This file is derived from the NUMERICAL RECIPES PASCAL SHAREWARE DISKETTE. Please read the README file in $MTTPATH/trans/p } {* ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.5 1998/08/15 13:49:19 peterg ## iters now passed as an argument. ## ## Revision 1.4 1998/08/15 09:33:25 peterg ## Deleted the commented out stuff ## ## Revision 1.3 1998/08/15 09:30:05 peterg ## Commented out the cariabel iteration stuff ## ## Revision 1.2 1998/08/15 08:26:30 peterg |
︙ |