cholesky and LU computations demo'd.
[CommonLispStat.git] / src / algorithms / tour.lisp
blob4645cf9d439736ff356a6d83d800f0fe110234bf
3 (defmacro tour (())
6 (do-tour ((:projection p)
7 (:interpolation i))
8 (forms providing display d))
13 (defclass projection ()
16 (defclass interpolate ()