How to test if list of arguments are numeric
- To: mathgroup at smc.vnet.net
- Subject: [mg89500] How to test if list of arguments are numeric
- From: "Michael A. Gilchrist" <mikeg at utk.edu>
- Date: Wed, 11 Jun 2008 03:17:18 -0400 (EDT)
Hi all, I'm trying to use a function with NMinimize and running into problems with holding off its evaluation until NMinimize passes real values. Essentially, I have something like this TestFunction[avec_]:=Module[{},
- Follow-Ups:
- Re: How to test if list of arguments are numeric
- From: "Szabolcs HorvÃt" <szhorvat@gmail.com>
- Re: How to test if list of arguments are numeric