flat assembler
Message board for the users of flat assembler.
Index
> Windows > [Sharing] - Solving a system of linear equations (Ax=b) |
Author |
|
ctl3d32 11 Jan 2011, 00:41
Hi folks!
This is an update. I'm sharing this little program that solves a system of linear equations of the form (A.x=b) through LU decomposition (Doolittle's method). A, L and U have dimension of (nxn). b, y and x have dimension of (nx1). LUsolve.asm is a dll with the procs. LU.asm defines the matrixes and call the dll to solve (A.x=b), i.e., find x. The solution will be written in file "matrix.txt". P.S.: Uses SSE2 instructions. Thanks, ctl3d32
|
|||||||||||||||||||||
11 Jan 2011, 00:41 |
|
ctl3d32 17 Jan 2011, 00:17
Thread and files updated!
|
|||
17 Jan 2011, 00:17 |
|
Madis731 17 Jan 2011, 08:01
The composition of the code is beautiful. I like the DLL approach to hide all the grease and the engine and the piston
|
|||
17 Jan 2011, 08:01 |
|
ctl3d32 17 Jan 2011, 13:05
Thanks!
|
|||
17 Jan 2011, 13:05 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.