home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / maths / rlab / docs / RLF90A~1 < prev    next >
Encoding:
Text File  |  1997-03-09  |  9.4 KB  |  224 lines

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