Overview
Comment:Renamed mtt_solve to mtt_solve_svd
-- now also have mtt_solve_lu
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 4793b6bfca7733a2d4cbd8cb3a29fa8d662ac52dc4099567b53c66cb52c866e6
User & Date: gawthrop@users.sourceforge.net on 1998-08-17 12:41:38
Other Links: branch diff | manifest | tags
Context
1998-08-17
12:52:16
Initial revision check-in: 2a3fa5bb42 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:41:38
Renamed mtt_solve to mtt_solve_svd
-- now also have mtt_solve_lu
check-in: 4793b6bfca user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:41:37
Initial revision check-in: 08b3d9299e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/p/mtt_solve_svd.p from [0be6796eb4] to [5502e40257].

1

2
3
4
5


6
7
8
9
10
11
12
13



14
15
16
17
18
19
20

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
-
+




+
+








+
+
+







PROCEDURE mtt_solve(VAR x     : StateVector;
PROCEDURE mtt_solve_svd(VAR x     : StateVector;
			A     : StateMatrix;
		    VAR B     : StateVector;
			n     : integer;
			Small : real);

{Solve linear equation via svd}

{

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% % Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% % $Id$
% % $Log$
% % Revision 1.1  1998/08/17 12:38:52  peterg
% % Initial revision
% %
% % Revision 1.2  1998/08/14 12:09:13  peterg
% % A passed by value - its destroyed by SVDcm
% %
% % Revision 1.1  1998/08/13 08:51:57  peterg
% % Initial revision
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]