Using this search applet:
- The engine conducts a grep-style search for the input
pattern; there is no support for context-sensitive
or logic searches (and, or, not, etc.).
- The search covers the Java source code and/or the
HTML documentation included in the JMSL Numerical Library Quick Start Pack and
Demo Gallery.
- Add spaces before or after text to narrow the search
(e.g., "ode" matches model, while adding a leading
space " ode" will not).
- Check the Ignore Case box to search insenstive to
case (e.g., "getchart" will match getChart, GetChart,
getCHART, etc.).
- Regular Expressions are available (e.g., [Ll]egend
matches Legend and legend). For more information see: regular
expressions.
- Matched lines are reported with the source file as
a hyperlink, which will open a new browser window so the other results are
not lost.
- If the search applet does not display, you may need
to download a plugin or
upgrade your browser.
- JavaScript is used to build the
<APPLET>
tag at runtime, so the browser must support JavaScript too.