Cholesky decomposition: Difference between revisions

m
Removal of some ATS code not used.
(Added ATS.)
m (Removal of some ATS code not used.)
Line 370:
macdef Zero = g0i2f 0
macdef One = g0i2f 1
macdef Two = g0i2f 2
 
(* The following is often done by a single machine instruction. *)
macdef multiply_and_add (x, y, z) = (,(x) * ,(y)) + ,(z)
 
(* The sqrt(3) function made part of the ‘g0float’ typekind series.
1,448

edits