From: Michael A. K. <ma...@ll...> - 2001-10-29 15:41:55
|
The essential modification to the QR routines are support for column pivoting. The attached file GEQR.LISP is a replacement for the CVS'd file of the same name. In order to support this file, several other changes were required. 1. matlisp.mk.in.diff added the FORTRAN file needed 2. matrix.lisp.diff added DEFTYPE for INT4 FORTRAN Storage as well as the ALLOCATE-INTEGER4-STORE. (Please idiot check this for me...I've never used DEFTYPE related stuff before.) 3. lapack.lisp.diff addes the FORTRAN routine interface def's and modifies a couple of existing ones that seem to only have use in the QR routines. tnx mike -- ------------------------------------------------------------------- Dr Michael A. Koerber We child proofed our home 3 years ago MIT/Lincoln Laboratory and they're still getting in! ma...@ll... |