Overview
| Comment: | added notice |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
395c649048b281ad572726ea5481324c |
| User & Date: | gawthrop@users.sourceforge.net on 1998-08-17 15:55:19.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1998-08-17
| ||
| 15:56:10 | Uses LU decomposition - much faster than SVD when N>100 check-in: 2ed6825306 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 15:55:19 | added notice check-in: 395c649048 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 15:54:04 | Added notice check-in: 0a13d83492 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/p/mtt_sparse.p
from [e017e9cc15]
to [c94532268f].
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
|
| ︙ |