MEVALP_TR: return result of MEVALP1_TR instead of unknown
[maxima.git] / share / hompack / lisp / f.lisp
blobad4c1c5f45d49ebec64d44bd847527507110d1df
1 ;;; Compiled by f2cl version:
2 ;;; ("f2cl1.l,v 95098eb54f13 2013/04/01 00:45:16 toy $"
3 ;;; "f2cl2.l,v 95098eb54f13 2013/04/01 00:45:16 toy $"
4 ;;; "f2cl3.l,v 96616d88fb7e 2008/02/22 22:19:34 rtoy $"
5 ;;; "f2cl4.l,v 96616d88fb7e 2008/02/22 22:19:34 rtoy $"
6 ;;; "f2cl5.l,v 95098eb54f13 2013/04/01 00:45:16 toy $"
7 ;;; "f2cl6.l,v 1d5cbacbb977 2008/08/24 00:56:27 rtoy $"
8 ;;; "macros.l,v 1409c1352feb 2013/03/24 20:44:50 toy $")
10 ;;; Using Lisp CMU Common Lisp snapshot-2020-04 (21D Unicode)
11 ;;;
12 ;;; Options: ((:prune-labels nil) (:auto-save t) (:relaxed-array-decls t)
13 ;;; (:coerce-assigns :as-needed) (:array-type ':array)
14 ;;; (:array-slicing t) (:declare-common nil)
15 ;;; (:float-format double-float))
17 (in-package "HOMPACK")
20 (defun f (x v)
21 (declare (type (array double-float (*)) v x))
22 (f2cl-lib:with-multi-array-data
23 ((x double-float x-%data% x-%offset%)
24 (v double-float v-%data% v-%offset%))
25 (prog () (declare) (go end_label) end_label (return (values nil nil)))))
27 (in-package #-gcl #:cl-user #+gcl "CL-USER")
28 #+#.(cl:if (cl:find-package '#:f2cl) '(and) '(or))
29 (eval-when (:load-toplevel :compile-toplevel :execute)
30 (setf (gethash 'fortran-to-lisp::f fortran-to-lisp::*f2cl-function-info*)
31 (fortran-to-lisp::make-f2cl-finfo
32 :arg-types '((array double-float (*)) (array double-float (*)))
33 :return-values '(nil nil)
34 :calls 'nil)))