Skip to content
Snippets Groups Projects
Commit aa4aa130 authored by Liam Healy's avatar Liam Healy
Browse files

LU decomposition ported to ffa

LU decomposition functions now support real and complex types, and the
example has been tested and works:
(invert-matrix
	     (make-array* '(2 2) 'double-float :initial-contents '(1.0d0 2.0d0 3.0d0 4.0d0)))
#2A((-1.9999999999999998d0 1.0d0)
    (1.4999999999999998d0 -0.49999999999999994d0))
parent 4a3fb0c5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment