home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
-
-
-
- <HTML>
- <HEAD>
- <TITLE> Rlab2 Reference Manual</TITLE>
- </HEAD>
- <BODY>
- <IMG SRC="prev.gif" ALT="Previous">
- <A HREF="rlab-ref-1.html"><IMG SRC="next.gif" ALT="Next"></A>
- <IMG SRC="toc.gif" ALT="Contents">
- <HR>
- <H1> Rlab2 Reference Manual</H1>
-
- <H2>Ian Searle, <CODE> ians@eskimo.com </CODE></H2> Version 2.0, 10/26/96
- <P>
- <H2><A NAME="toc1">1.</A> <A HREF="rlab-ref-1.html">Introduction</A></H2>
- <UL>
- <LI><A HREF="rlab-ref-1.html#ss1.1">1.1 Background</A>
- <LI><A HREF="rlab-ref-1.html#ss1.2">1.2 Installation</A>
- <LI><A HREF="rlab-ref-1.html#ss1.3">1.3 Getting Started</A>
- <LI><A HREF="rlab-ref-1.html#ss1.4">1.4 Migrating From Rlab1 to Rlab2</A>
- <LI><A HREF="rlab-ref-1.html#ss1.5">1.5 Document reproduction and errors</A>
- <LI><A HREF="rlab-ref-1.html#ss1.6">1.6 Acknowledgments</A>
- </UL>
-
- <P>
- <H2><A NAME="toc2">2.</A> <A HREF="rlab-ref-2.html">Tutorial</A></H2>
- <UL>
- <LI><A HREF="rlab-ref-2.html#ss2.1">2.1 Fundamental Operations</A>
- <LI><A HREF="rlab-ref-2.html#ss2.2">2.2 Computing the Mean</A>
- <LI><A HREF="rlab-ref-2.html#ss2.3">2.3 Computing the Mean Again</A>
- <LI><A HREF="rlab-ref-2.html#ss2.4">2.4 Fitting a Curve</A>
- </UL>
-
- <P>
- <H2><A NAME="toc3">3.</A> <A HREF="rlab-ref-3.html">Objects and Data</A></H2>
- <UL>
- <LI><A HREF="rlab-ref-3.html#ss3.1">3.1 Numeric</A>
- <LI><A HREF="rlab-ref-3.html#ss3.2">3.2 String</A>
- <LI><A HREF="rlab-ref-3.html#ss3.3">3.3 List </A>
- <LI><A HREF="rlab-ref-3.html#ss3.4">3.4 Function</A>
- </UL>
-
- <P>
- <H2><A NAME="toc4">4.</A> <A HREF="rlab-ref-4.html">Program Control Flow</A></H2>
- <UL>
- <LI><A HREF="rlab-ref-4.html#ss4.1">4.1 If Statement</A>
- <LI><A HREF="rlab-ref-4.html#ss4.2">4.2 While Statement</A>
- <LI><A HREF="rlab-ref-4.html#ss4.3">4.3 For Statement</A>
- <LI><A HREF="rlab-ref-4.html#ss4.4">4.4 Break Statement</A>
- <LI><A HREF="rlab-ref-4.html#ss4.5">4.5 Continue Statement</A>
- </UL>
-
- <P>
- <H2><A NAME="toc5">5.</A> <A HREF="rlab-ref-5.html">Input and Output</A></H2>
- <UL>
- <LI><A HREF="rlab-ref-5.html#ss5.1">5.1 File-Handles</A>
- <LI><A HREF="rlab-ref-5.html#ss5.2">5.2 Programs</A>
- <LI><A HREF="rlab-ref-5.html#ss5.3">5.3 Data </A>
- </UL>
-
- <P>
- <H2><A NAME="toc6">6.</A> <A HREF="rlab-ref-6.html">User Functions</A></H2>
- <UL>
- <LI><A HREF="rlab-ref-6.html#ss6.1">6.1 Function Syntax</A>
- <LI><A HREF="rlab-ref-6.html#ss6.2">6.2 Using Functions</A>
- <LI><A HREF="rlab-ref-6.html#ss6.3">6.3 Function Arguments</A>
- <LI><A HREF="rlab-ref-6.html#ss6.4">6.4 Function Variable Scoping Rules</A>
- <LI><A HREF="rlab-ref-6.html#ss6.5">6.5 Function Recursion</A>
- <LI><A HREF="rlab-ref-6.html#ss6.6">6.6 Loading Functions and Function Dependencies</A>
- <LI><A HREF="rlab-ref-6.html#ss6.7">6.7 Static Variables</A>
- <LI><A HREF="rlab-ref-6.html#ss6.8">6.8 Help for User Functions</A>
- </UL>
-
- <P>
- <H2><A NAME="toc7">7.</A> <A HREF="rlab-ref-7.html">Builtin Functions</A></H2>
- <UL>
- <LI><A HREF="rlab-ref-7.html#ss7.1">7.1 abs </A>
- <LI><A HREF="rlab-ref-7.html#ss7.2">7.2 acos </A>
- <LI><A HREF="rlab-ref-7.html#ss7.3">7.3 all </A>
- <LI><A HREF="rlab-ref-7.html#ss7.4">7.4 any </A>
- <LI><A HREF="rlab-ref-7.html#ss7.5">7.5 asin </A>
- <LI><A HREF="rlab-ref-7.html#ss7.6">7.6 atan </A>
- <LI><A HREF="rlab-ref-7.html#ss7.7">7.7 atan2 </A>
- <LI><A HREF="rlab-ref-7.html#ss7.8">7.8 backsub </A>
- <LI><A HREF="rlab-ref-7.html#ss7.9">7.9 balance </A>
- <LI><A HREF="rlab-ref-7.html#ss7.10">7.10 ceil </A>
- <LI><A HREF="rlab-ref-7.html#ss7.11">7.11 chol </A>
- <LI><A HREF="rlab-ref-7.html#ss7.12">7.12 class </A>
- <LI><A HREF="rlab-ref-7.html#ss7.13">7.13 clear </A>
- <LI><A HREF="rlab-ref-7.html#ss7.14">7.14 close </A>
- <LI><A HREF="rlab-ref-7.html#ss7.15">7.15 conj </A>
- <LI><A HREF="rlab-ref-7.html#ss7.16">7.16 cos </A>
- <LI><A HREF="rlab-ref-7.html#ss7.17">7.17 cumprod </A>
- <LI><A HREF="rlab-ref-7.html#ss7.18">7.18 cumsum </A>
- <LI><A HREF="rlab-ref-7.html#ss7.19">7.19 det </A>
- <LI><A HREF="rlab-ref-7.html#ss7.20">7.20 diag </A>
- <LI><A HREF="rlab-ref-7.html#ss7.21">7.21 diary</A>
- <LI><A HREF="rlab-ref-7.html#ss7.22">7.22 dlopen </A>
- <LI><A HREF="rlab-ref-7.html#ss7.23">7.23 eig </A>
- <LI><A HREF="rlab-ref-7.html#ss7.24">7.24 entinfo </A>
- <LI><A HREF="rlab-ref-7.html#ss7.25">7.25 error </A>
- <LI><A HREF="rlab-ref-7.html#ss7.26">7.26 eval </A>
- <LI><A HREF="rlab-ref-7.html#ss7.27">7.27 exist </A>
- <LI><A HREF="rlab-ref-7.html#ss7.28">7.28 exp </A>
- <LI><A HREF="rlab-ref-7.html#ss7.29">7.29 factor </A>
- <LI><A HREF="rlab-ref-7.html#ss7.30">7.30 fft </A>
- <LI><A HREF="rlab-ref-7.html#ss7.31">7.31 filter</A>
- <LI><A HREF="rlab-ref-7.html#ss7.32">7.32 find </A>
- <LI><A HREF="rlab-ref-7.html#ss7.33">7.33 findstr </A>
- <LI><A HREF="rlab-ref-7.html#ss7.34">7.34 finite </A>
- <LI><A HREF="rlab-ref-7.html#ss7.35">7.35 floor </A>
- <LI><A HREF="rlab-ref-7.html#ss7.36">7.36 format </A>
- <LI><A HREF="rlab-ref-7.html#ss7.37">7.37 fprintf </A>
- <LI><A HREF="rlab-ref-7.html#ss7.38">7.38 fread </A>
- <LI><A HREF="rlab-ref-7.html#ss7.39">7.39 frexp </A>
- <LI><A HREF="rlab-ref-7.html#ss7.40">7.40 fseek </A>
- <LI><A HREF="rlab-ref-7.html#ss7.41">7.41 full </A>
- <LI><A HREF="rlab-ref-7.html#ss7.42">7.42 fwrite</A>
- <LI><A HREF="rlab-ref-7.html#ss7.43">7.43 getenv </A>
- <LI><A HREF="rlab-ref-7.html#ss7.44">7.44 getline </A>
- <LI><A HREF="rlab-ref-7.html#ss7.45">7.45 help </A>
- <LI><A HREF="rlab-ref-7.html#ss7.46">7.46 hess </A>
- <LI><A HREF="rlab-ref-7.html#ss7.47">7.47 ifft </A>
- <LI><A HREF="rlab-ref-7.html#ss7.48">7.48 imag </A>
- <LI><A HREF="rlab-ref-7.html#ss7.49">7.49 inf </A>
- <LI><A HREF="rlab-ref-7.html#ss7.50">7.50 int </A>
- <LI><A HREF="rlab-ref-7.html#ss7.51">7.51 isinf </A>
- <LI><A HREF="rlab-ref-7.html#ss7.52">7.52 isnan </A>
- <LI><A HREF="rlab-ref-7.html#ss7.53">7.53 issymm </A>
- <LI><A HREF="rlab-ref-7.html#ss7.54">7.54 length </A>
- <LI><A HREF="rlab-ref-7.html#ss7.55">7.55 load </A>
- <LI><A HREF="rlab-ref-7.html#ss7.56">7.56 log </A>
- <LI><A HREF="rlab-ref-7.html#ss7.57">7.57 log10 </A>
- <LI><A HREF="rlab-ref-7.html#ss7.58">7.58 logb </A>
- <LI><A HREF="rlab-ref-7.html#ss7.59">7.59 max </A>
- <LI><A HREF="rlab-ref-7.html#ss7.60">7.60 maxi </A>
- <LI><A HREF="rlab-ref-7.html#ss7.61">7.61 members </A>
- <LI><A HREF="rlab-ref-7.html#ss7.62">7.62 min </A>
- <LI><A HREF="rlab-ref-7.html#ss7.63">7.63 mini </A>
- <LI><A HREF="rlab-ref-7.html#ss7.64">7.64 mnorm</A>
- <LI><A HREF="rlab-ref-7.html#ss7.65">7.65 mod </A>
- <LI><A HREF="rlab-ref-7.html#ss7.66">7.66 nan </A>
- <LI><A HREF="rlab-ref-7.html#ss7.67">7.67 ode </A>
- <LI><A HREF="rlab-ref-7.html#ss7.68">7.68 ones </A>
- <LI><A HREF="rlab-ref-7.html#ss7.69">7.69 open </A>
- <LI><A HREF="rlab-ref-7.html#ss7.70">7.70 printf </A>
- <LI><A HREF="rlab-ref-7.html#ss7.71">7.71 prod </A>
- <LI><A HREF="rlab-ref-7.html#ss7.72">7.72 putenv </A>
- <LI><A HREF="rlab-ref-7.html#ss7.73">7.73 qr </A>
- <LI><A HREF="rlab-ref-7.html#ss7.74">7.74 quit </A>
- <LI><A HREF="rlab-ref-7.html#ss7.75">7.75 rand </A>
- <LI><A HREF="rlab-ref-7.html#ss7.76">7.76 rcond </A>
- <LI><A HREF="rlab-ref-7.html#ss7.77">7.77 read </A>
- <LI><A HREF="rlab-ref-7.html#ss7.78">7.78 readm </A>
- <LI><A HREF="rlab-ref-7.html#ss7.79">7.79 require </A>
- <LI><A HREF="rlab-ref-7.html#ss7.80">7.80 reshape </A>
- <LI><A HREF="rlab-ref-7.html#ss7.81">7.81 rfile </A>
- <LI><A HREF="rlab-ref-7.html#ss7.82">7.82 round </A>
- <LI><A HREF="rlab-ref-7.html#ss7.83">7.83 schur </A>
- <LI><A HREF="rlab-ref-7.html#ss7.84">7.84 sign </A>
- <LI><A HREF="rlab-ref-7.html#ss7.85">7.85 trig </A>
- <LI><A HREF="rlab-ref-7.html#ss7.86">7.86 size </A>
- <LI><A HREF="rlab-ref-7.html#ss7.87">7.87 sizeof </A>
- <LI><A HREF="rlab-ref-7.html#ss7.88">7.88 solve </A>
- <LI><A HREF="rlab-ref-7.html#ss7.89">7.89 sort </A>
- <LI><A HREF="rlab-ref-7.html#ss7.90">7.90 sparse </A>
- <LI><A HREF="rlab-ref-7.html#ss7.91">7.91 spconvert </A>
- <LI><A HREF="rlab-ref-7.html#ss7.92">7.92 sprintf </A>
- <LI><A HREF="rlab-ref-7.html#ss7.93">7.93 spsolve </A>
- <LI><A HREF="rlab-ref-7.html#ss7.94">7.94 spwrite </A>
- <LI><A HREF="rlab-ref-7.html#ss7.95">7.95 sqrt </A>
- <LI><A HREF="rlab-ref-7.html#ss7.96">7.96 srand </A>
- <LI><A HREF="rlab-ref-7.html#ss7.97">7.97 strsplt </A>
- <LI><A HREF="rlab-ref-7.html#ss7.98">7.98 strtod </A>
- <LI><A HREF="rlab-ref-7.html#ss7.99">7.99 sum </A>
- <LI><A HREF="rlab-ref-7.html#ss7.100">7.100 svd </A>
- <LI><A HREF="rlab-ref-7.html#ss7.101">7.101 system </A>
- <LI><A HREF="rlab-ref-7.html#ss7.102">7.102 trig </A>
- <LI><A HREF="rlab-ref-7.html#ss7.103">7.103 tic </A>
- <LI><A HREF="rlab-ref-7.html#ss7.104">7.104 tmpnam </A>
- <LI><A HREF="rlab-ref-7.html#ss7.105">7.105 toc </A>
- <LI><A HREF="rlab-ref-7.html#ss7.106">7.106 type </A>
- <LI><A HREF="rlab-ref-7.html#ss7.107">7.107 vpnorm</A>
- <LI><A HREF="rlab-ref-7.html#ss7.108">7.108 writeb </A>
- <LI><A HREF="rlab-ref-7.html#ss7.109">7.109 writem </A>
- <LI><A HREF="rlab-ref-7.html#ss7.110">7.110 zeros </A>
- </UL>
-
- <P>
- <H2><A NAME="toc8">8.</A> <A HREF="rlab-ref-8.html">Programmer's Reference</A></H2>
- <UL>
- <LI><A HREF="rlab-ref-8.html#ss8.1">8.1 Introduction</A>
- <LI><A HREF="rlab-ref-8.html#ss8.2">8.2 Interpreter Operation</A>
- <LI><A HREF="rlab-ref-8.html#ss8.3">8.3 Writing Builtin Functions </A>
- </UL>
-
- <P>
- <H2><A NAME="toc9">9.</A> <A HREF="rlab-ref-9.html">Programmer's Interface</A></H2>
- <UL>
- <LI><A HREF="rlab-ref-9.html#ss9.1">9.1 bltin_get_ent</A>
- <LI><A HREF="rlab-ref-9.html#ss9.2">9.2 ent_Clean</A>
- <LI><A HREF="rlab-ref-9.html#ss9.3">9.3 class_double</A>
- <LI><A HREF="rlab-ref-9.html#ss9.4">9.4 class_char_pointer</A>
- <LI><A HREF="rlab-ref-9.html#ss9.5">9.5 class_matrix_real</A>
- <LI><A HREF="rlab-ref-9.html#ss9.6">9.6 get_file_ds</A>
- <LI><A HREF="rlab-ref-9.html#ss9.7">9.7 close_file_ds</A>
- </UL>
-
-
- <HR>
- <IMG SRC="prev.gif" ALT="Previous">
- <A HREF="rlab-ref-1.html"><IMG SRC="next.gif" ALT="Next"></A>
- <IMG SRC="toc.gif" ALT="Contents">
- </BODY>
- </HTML>
-