home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / octa21eb.zip / octave / doc / liboct.i01 < prev    next >
Encoding:
GNU Info File  |  1999-05-13  |  28.5 KB  |  682 lines

  1. This is Info file liboct, produced by Makeinfo-1.64 from the input file
  2. liboct.tex.
  3.  
  4.    Copyright (C) 1996, 1997 John W. Eaton.
  5.  
  6.    Permission is granted to make and distribute verbatim copies of this
  7. manual provided the copyright notice and this permission notice are
  8. preserved on all copies.
  9.  
  10.    Permission is granted to copy and distribute modified versions of
  11. this manual under the conditions for verbatim copying, provided that
  12. the entire resulting derived work is distributed under the terms of a
  13. permission notice identical to this one.
  14.  
  15.    Permission is granted to copy and distribute translations of this
  16. manual into another language, under the above conditions for modified
  17. versions.
  18.  
  19. 
  20. File: liboct,  Node: Top,  Next: Acknowledgements,  Prev: (dir),  Up: (dir)
  21.  
  22.  
  23.  
  24.    This manual documents how to use, install and port Octave's C++ class
  25. library, and how to report bugs.  It corresponds to Octave version
  26. 2.1.14.
  27.  
  28. * Menu:
  29.  
  30. * Acknowledgements::
  31. * Copying::
  32. * Introduction::
  33. * Arrays::
  34. * Matrix and Vector Operations::
  35. * Matrix Factorizations::
  36. * Ranges::
  37. * Nonlinear Functions::
  38. * Nonlinear Equations::
  39. * Optimization::
  40. * Quadrature::
  41. * Ordinary Differential Equations::
  42. * Differential Algebraic Equations::
  43. * Error Handling::
  44. * Installation::
  45. * Bugs::
  46. * Concept Index::
  47. * Function Index::
  48.  
  49.  -- The Detailed Node Listing --
  50.  
  51. Acknowledgements
  52.  
  53. * Contributors::                People who contributed to developing of Octave.
  54.  
  55. Arrays
  56.  
  57. * Constructors and Assignment::
  58.  
  59. Optimization
  60.  
  61. * Objective Functions::
  62. * Bounds::
  63. * Linear Constraints::
  64. * Nonlinear Constraints::
  65. * Quadratic Programming::
  66. * Nonlinear Programming::
  67.  
  68. Quadrature
  69.  
  70. * Collocation Weights::
  71.  
  72. 
  73. File: liboct,  Node: Acknowledgements,  Next: Copying,  Prev: Top,  Up: Top
  74.  
  75. Acknowledgements
  76. ****************
  77.  
  78. * Menu:
  79.  
  80. * Contributors::                People who contributed to developing of Octave.
  81.  
  82. 
  83. File: liboct,  Node: Contributors,  Prev: Acknowledgements,  Up: Acknowledgements
  84.  
  85. Contributors to Octave
  86. ======================
  87.  
  88.    In addition to John W. Eaton, several people have written parts of
  89. liboctave.  (This has been removed because it is the same as what is in
  90. the Octave manual.)
  91.  
  92. 
  93. File: liboct,  Node: Copying,  Next: Introduction,  Prev: Acknowledgements,  Up: Top
  94.  
  95. GNU GENERAL PUBLIC LICENSE
  96. **************************
  97.  
  98.                          Version 2, June 1991
  99.  
  100.      Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  101.      59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
  102.      
  103.      Everyone is permitted to copy and distribute verbatim copies
  104.      of this license document, but changing it is not allowed.
  105.  
  106. Preamble
  107. ========
  108.  
  109.    The licenses for most software are designed to take away your
  110. freedom to share and change it.  By contrast, the GNU General Public
  111. License is intended to guarantee your freedom to share and change free
  112. software--to make sure the software is free for all its users.  This
  113. General Public License applies to most of the Free Software
  114. Foundation's software and to any other program whose authors commit to
  115. using it.  (Some other Free Software Foundation software is covered by
  116. the GNU Library General Public License instead.)  You can apply it to
  117. your programs, too.
  118.  
  119.    When we speak of free software, we are referring to freedom, not
  120. price.  Our General Public Licenses are designed to make sure that you
  121. have the freedom to distribute copies of free software (and charge for
  122. this service if you wish), that you receive source code or can get it
  123. if you want it, that you can change the software or use pieces of it in
  124. new free programs; and that you know you can do these things.
  125.  
  126.    To protect your rights, we need to make restrictions that forbid
  127. anyone to deny you these rights or to ask you to surrender the rights.
  128. These restrictions translate to certain responsibilities for you if you
  129. distribute copies of the software, or if you modify it.
  130.  
  131.    For example, if you distribute copies of such a program, whether
  132. gratis or for a fee, you must give the recipients all the rights that
  133. you have.  You must make sure that they, too, receive or can get the
  134. source code.  And you must show them these terms so they know their
  135. rights.
  136.  
  137.    We protect your rights with two steps: (1) copyright the software,
  138. and (2) offer you this license which gives you legal permission to copy,
  139. distribute and/or modify the software.
  140.  
  141.    Also, for each author's protection and ours, we want to make certain
  142. that everyone understands that there is no warranty for this free
  143. software.  If the software is modified by someone else and passed on, we
  144. want its recipients to know that what they have is not the original, so
  145. that any problems introduced by others will not reflect on the original
  146. authors' reputations.
  147.  
  148.    Finally, any free program is threatened constantly by software
  149. patents.  We wish to avoid the danger that redistributors of a free
  150. program will individually obtain patent licenses, in effect making the
  151. program proprietary.  To prevent this, we have made it clear that any
  152. patent must be licensed for everyone's free use or not licensed at all.
  153.  
  154.    The precise terms and conditions for copying, distribution and
  155. modification follow.
  156.  
  157.     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  158.  
  159.   0. This License applies to any program or other work which contains a
  160.      notice placed by the copyright holder saying it may be distributed
  161.      under the terms of this General Public License.  The "Program",
  162.      below, refers to any such program or work, and a "work based on
  163.      the Program" means either the Program or any derivative work under
  164.      copyright law: that is to say, a work containing the Program or a
  165.      portion of it, either verbatim or with modifications and/or
  166.      translated into another language.  (Hereinafter, translation is
  167.      included without limitation in the term "modification".)  Each
  168.      licensee is addressed as "you".
  169.  
  170.      Activities other than copying, distribution and modification are
  171.      not covered by this License; they are outside its scope.  The act
  172.      of running the Program is not restricted, and the output from the
  173.      Program is covered only if its contents constitute a work based on
  174.      the Program (independent of having been made by running the
  175.      Program).  Whether that is true depends on what the Program does.
  176.  
  177.   1. You may copy and distribute verbatim copies of the Program's
  178.      source code as you receive it, in any medium, provided that you
  179.      conspicuously and appropriately publish on each copy an appropriate
  180.      copyright notice and disclaimer of warranty; keep intact all the
  181.      notices that refer to this License and to the absence of any
  182.      warranty; and give any other recipients of the Program a copy of
  183.      this License along with the Program.
  184.  
  185.      You may charge a fee for the physical act of transferring a copy,
  186.      and you may at your option offer warranty protection in exchange
  187.      for a fee.
  188.  
  189.   2. You may modify your copy or copies of the Program or any portion
  190.      of it, thus forming a work based on the Program, and copy and
  191.      distribute such modifications or work under the terms of Section 1
  192.      above, provided that you also meet all of these conditions:
  193.  
  194.        a. You must cause the modified files to carry prominent notices
  195.           stating that you changed the files and the date of any change.
  196.  
  197.        b. You must cause any work that you distribute or publish, that
  198.           in whole or in part contains or is derived from the Program
  199.           or any part thereof, to be licensed as a whole at no charge
  200.           to all third parties under the terms of this License.
  201.  
  202.        c. If the modified program normally reads commands interactively
  203.           when run, you must cause it, when started running for such
  204.           interactive use in the most ordinary way, to print or display
  205.           an announcement including an appropriate copyright notice and
  206.           a notice that there is no warranty (or else, saying that you
  207.           provide a warranty) and that users may redistribute the
  208.           program under these conditions, and telling the user how to
  209.           view a copy of this License.  (Exception: if the Program
  210.           itself is interactive but does not normally print such an
  211.           announcement, your work based on the Program is not required
  212.           to print an announcement.)
  213.  
  214.      These requirements apply to the modified work as a whole.  If
  215.      identifiable sections of that work are not derived from the
  216.      Program, and can be reasonably considered independent and separate
  217.      works in themselves, then this License, and its terms, do not
  218.      apply to those sections when you distribute them as separate
  219.      works.  But when you distribute the same sections as part of a
  220.      whole which is a work based on the Program, the distribution of
  221.      the whole must be on the terms of this License, whose permissions
  222.      for other licensees extend to the entire whole, and thus to each
  223.      and every part regardless of who wrote it.
  224.  
  225.      Thus, it is not the intent of this section to claim rights or
  226.      contest your rights to work written entirely by you; rather, the
  227.      intent is to exercise the right to control the distribution of
  228.      derivative or collective works based on the Program.
  229.  
  230.      In addition, mere aggregation of another work not based on the
  231.      Program with the Program (or with a work based on the Program) on
  232.      a volume of a storage or distribution medium does not bring the
  233.      other work under the scope of this License.
  234.  
  235.   3. You may copy and distribute the Program (or a work based on it,
  236.      under Section 2) in object code or executable form under the terms
  237.      of Sections 1 and 2 above provided that you also do one of the
  238.      following:
  239.  
  240.        a. Accompany it with the complete corresponding machine-readable
  241.           source code, which must be distributed under the terms of
  242.           Sections 1 and 2 above on a medium customarily used for
  243.           software interchange; or,
  244.  
  245.        b. Accompany it with a written offer, valid for at least three
  246.           years, to give any third party, for a charge no more than your
  247.           cost of physically performing source distribution, a complete
  248.           machine-readable copy of the corresponding source code, to be
  249.           distributed under the terms of Sections 1 and 2 above on a
  250.           medium customarily used for software interchange; or,
  251.  
  252.        c. Accompany it with the information you received as to the offer
  253.           to distribute corresponding source code.  (This alternative is
  254.           allowed only for noncommercial distribution and only if you
  255.           received the program in object code or executable form with
  256.           such an offer, in accord with Subsection b above.)
  257.  
  258.      The source code for a work means the preferred form of the work for
  259.      making modifications to it.  For an executable work, complete
  260.      source code means all the source code for all modules it contains,
  261.      plus any associated interface definition files, plus the scripts
  262.      used to control compilation and installation of the executable.
  263.      However, as a special exception, the source code distributed need
  264.      not include anything that is normally distributed (in either
  265.      source or binary form) with the major components (compiler,
  266.      kernel, and so on) of the operating system on which the executable
  267.      runs, unless that component itself accompanies the executable.
  268.  
  269.      If distribution of executable or object code is made by offering
  270.      access to copy from a designated place, then offering equivalent
  271.      access to copy the source code from the same place counts as
  272.      distribution of the source code, even though third parties are not
  273.      compelled to copy the source along with the object code.
  274.  
  275.   4. You may not copy, modify, sublicense, or distribute the Program
  276.      except as expressly provided under this License.  Any attempt
  277.      otherwise to copy, modify, sublicense or distribute the Program is
  278.      void, and will automatically terminate your rights under this
  279.      License.  However, parties who have received copies, or rights,
  280.      from you under this License will not have their licenses
  281.      terminated so long as such parties remain in full compliance.
  282.  
  283.   5. You are not required to accept this License, since you have not
  284.      signed it.  However, nothing else grants you permission to modify
  285.      or distribute the Program or its derivative works.  These actions
  286.      are prohibited by law if you do not accept this License.
  287.      Therefore, by modifying or distributing the Program (or any work
  288.      based on the Program), you indicate your acceptance of this
  289.      License to do so, and all its terms and conditions for copying,
  290.      distributing or modifying the Program or works based on it.
  291.  
  292.   6. Each time you redistribute the Program (or any work based on the
  293.      Program), the recipient automatically receives a license from the
  294.      original licensor to copy, distribute or modify the Program
  295.      subject to these terms and conditions.  You may not impose any
  296.      further restrictions on the recipients' exercise of the rights
  297.      granted herein.  You are not responsible for enforcing compliance
  298.      by third parties to this License.
  299.  
  300.   7. If, as a consequence of a court judgment or allegation of patent
  301.      infringement or for any other reason (not limited to patent
  302.      issues), conditions are imposed on you (whether by court order,
  303.      agreement or otherwise) that contradict the conditions of this
  304.      License, they do not excuse you from the conditions of this
  305.      License.  If you cannot distribute so as to satisfy simultaneously
  306.      your obligations under this License and any other pertinent
  307.      obligations, then as a consequence you may not distribute the
  308.      Program at all.  For example, if a patent license would not permit
  309.      royalty-free redistribution of the Program by all those who
  310.      receive copies directly or indirectly through you, then the only
  311.      way you could satisfy both it and this License would be to refrain
  312.      entirely from distribution of the Program.
  313.  
  314.      If any portion of this section is held invalid or unenforceable
  315.      under any particular circumstance, the balance of the section is
  316.      intended to apply and the section as a whole is intended to apply
  317.      in other circumstances.
  318.  
  319.      It is not the purpose of this section to induce you to infringe any
  320.      patents or other property right claims or to contest validity of
  321.      any such claims; this section has the sole purpose of protecting
  322.      the integrity of the free software distribution system, which is
  323.      implemented by public license practices.  Many people have made
  324.      generous contributions to the wide range of software distributed
  325.      through that system in reliance on consistent application of that
  326.      system; it is up to the author/donor to decide if he or she is
  327.      willing to distribute software through any other system and a
  328.      licensee cannot impose that choice.
  329.  
  330.      This section is intended to make thoroughly clear what is believed
  331.      to be a consequence of the rest of this License.
  332.  
  333.   8. If the distribution and/or use of the Program is restricted in
  334.      certain countries either by patents or by copyrighted interfaces,
  335.      the original copyright holder who places the Program under this
  336.      License may add an explicit geographical distribution limitation
  337.      excluding those countries, so that distribution is permitted only
  338.      in or among countries not thus excluded.  In such case, this
  339.      License incorporates the limitation as if written in the body of
  340.      this License.
  341.  
  342.   9. The Free Software Foundation may publish revised and/or new
  343.      versions of the General Public License from time to time.  Such
  344.      new versions will be similar in spirit to the present version, but
  345.      may differ in detail to address new problems or concerns.
  346.  
  347.      Each version is given a distinguishing version number.  If the
  348.      Program specifies a version number of this License which applies
  349.      to it and "any later version", you have the option of following
  350.      the terms and conditions either of that version or of any later
  351.      version published by the Free Software Foundation.  If the Program
  352.      does not specify a version number of this License, you may choose
  353.      any version ever published by the Free Software Foundation.
  354.  
  355.  10. If you wish to incorporate parts of the Program into other free
  356.      programs whose distribution conditions are different, write to the
  357.      author to ask for permission.  For software which is copyrighted
  358.      by the Free Software Foundation, write to the Free Software
  359.      Foundation; we sometimes make exceptions for this.  Our decision
  360.      will be guided by the two goals of preserving the free status of
  361.      all derivatives of our free software and of promoting the sharing
  362.      and reuse of software generally.
  363.  
  364.                                 NO WARRANTY
  365.  
  366.  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
  367.      WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
  368.      LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  369.      HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
  370.      WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
  371.      NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  372.      FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE
  373.      QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  374.      PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  375.      SERVICING, REPAIR OR CORRECTION.
  376.  
  377.  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  378.      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
  379.      MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
  380.      LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  381.      INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  382.      INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  383.      DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
  384.      OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
  385.      OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
  386.      ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  387.  
  388.                       END OF TERMS AND CONDITIONS
  389.  
  390. Appendix: How to Apply These Terms to Your New Programs
  391. =======================================================
  392.  
  393.    If you develop a new program, and you want it to be of the greatest
  394. possible use to the public, the best way to achieve this is to make it
  395. free software which everyone can redistribute and change under these
  396. terms.
  397.  
  398.    To do so, attach the following notices to the program.  It is safest
  399. to attach them to the start of each source file to most effectively
  400. convey the exclusion of warranty; and each file should have at least
  401. the "copyright" line and a pointer to where the full notice is found.
  402.  
  403.      ONE LINE TO GIVE THE PROGRAM'S NAME AND A BRIEF IDEA OF WHAT IT DOES.
  404.      Copyright (C) 19YY  NAME OF AUTHOR
  405.      
  406.      This program is free software; you can redistribute it and/or modify
  407.      it under the terms of the GNU General Public License as published by
  408.      the Free Software Foundation; either version 2 of the License, or
  409.      (at your option) any later version.
  410.      
  411.      This program is distributed in the hope that it will be useful,
  412.      but WITHOUT ANY WARRANTY; without even the implied warranty of
  413.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  414.      GNU General Public License for more details.
  415.      
  416.      You should have received a copy of the GNU General Public License
  417.      along with this program; if not, write to the Free Software
  418.      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  419.  
  420.    Also add information on how to contact you by electronic and paper
  421. mail.
  422.  
  423.    If the program is interactive, make it output a short notice like
  424. this when it starts in an interactive mode:
  425.  
  426.      Gnomovision version 69, Copyright (C) 19YY NAME OF AUTHOR
  427.      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  428.      This is free software, and you are welcome to redistribute it
  429.      under certain conditions; type `show c' for details.
  430.  
  431.    The hypothetical commands `show w' and `show c' should show the
  432. appropriate parts of the General Public License.  Of course, the
  433. commands you use may be called something other than `show w' and `show
  434. c'; they could even be mouse-clicks or menu items--whatever suits your
  435. program.
  436.  
  437.    You should also get your employer (if you work as a programmer) or
  438. your school, if any, to sign a "copyright disclaimer" for the program,
  439. if necessary.  Here is a sample; alter the names:
  440.  
  441.      Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  442.      `Gnomovision' (which makes passes at compilers) written by James Hacker.
  443.      
  444.      SIGNATURE OF TY COON, 1 April 1989
  445.      Ty Coon, President of Vice
  446.  
  447.    This General Public License does not permit incorporating your
  448. program into proprietary programs.  If your program is a subroutine
  449. library, you may consider it more useful to permit linking proprietary
  450. applications with the library.  If this is what you want to do, use the
  451. GNU Library General Public License instead of this License.
  452.  
  453. 
  454. File: liboct,  Node: Introduction,  Next: Arrays,  Prev: Copying,  Up: Top
  455.  
  456. A Brief Introduction to Octave
  457. ******************************
  458.  
  459.    This manual documents how to run, install and port Octave's C++
  460. classes, and how to report bugs.
  461.  
  462. 
  463. File: liboct,  Node: Arrays,  Next: Matrix and Vector Operations,  Prev: Introduction,  Up: Top
  464.  
  465. Arrays
  466. ******
  467.  
  468. * Menu:
  469.  
  470. * Constructors and Assignment::
  471.  
  472. 
  473. File: liboct,  Node: Constructors and Assignment,  Prev: Arrays,  Up: Arrays
  474.  
  475. Constructors and Assignment
  476. ===========================
  477.  
  478.  - Constructor:  Array<T>::Array (void)
  479.      Create an array with no elements.
  480.  
  481.  - Constructor:  Array<T>::Array (int N [, const T &VAL])
  482.      Create an array with N elements.  If the optional argument VAL is
  483.      supplied, the elements are initialized to VAL; otherwise, they are
  484.      left uninitialized.  If N is less than zero, the current error
  485.      handler is invoked (*note Error Handling::.).
  486.  
  487.  - Constructor:  Array<T>::Array (const Array<T> &A)
  488.      Create a copy of the ARRAY<T> object A.  Memory for the ARRAY<T>
  489.      class is managed using a reference counting scheme, so the cost of
  490.      this operation is independent of the size of the array.
  491.  
  492.  - Operator: Array<T>& Array<T>::operator = (const Array<T> &A)
  493.      Assignment operator.  Memory for the ARRAY<T> class is managed
  494.      using a reference counting scheme, so the cost of this operation is
  495.      independent of the size of the array.
  496.  
  497.  - Method: int Array<T>::capacity (void) const
  498.  - Method: int Array<T>::length (void) const
  499.      Return the length of the array.
  500.  
  501.  - Method: T& Array<T>::elem (int N)
  502.  - Method: T& Array<T>::checkelem (int N)
  503.  - Method: T& Array<T>::operator () (int N)
  504.      If N is within the bounds of the array, return a reference to the
  505.      element indexed by N; otherwise, the current error handler is
  506.      invoked (*note Error Handling::.).
  507.  
  508.  - Method: T Array<T>::elem (int N) const
  509.  - Method: T Array<T>::checkelem (int N) const
  510.  - Method: T Array<T>::operator () (int N) const
  511.      If N is within the bounds of the array, return the value indexed
  512.      by N; otherwise, call the current error handler.  *Note Error
  513.      Handling::.
  514.  
  515.  - Method: T& Array<T>::xelem (int N)
  516.  - Method: T Array<T>::xelem (int N) const
  517.      Return a reference to, or the value of, the element indexed by N.
  518.      These methods never perform bounds checking.
  519.  
  520.  - Method: void Array<T>::resize (int N [, const T &VAL])
  521.      Change the size of the array to be N elements.  All elements are
  522.      unchanged, except that if N is greater than the current size and
  523.      the optional argument VAL is provided, the additional elements are
  524.      initialized to VAL; otherwise, any additional elements are left
  525.      uninitialized.  In the current implementation, if N is less than
  526.      the current size, the length is updated but no memory is released.
  527.  
  528.  - Method: const T* Array<T>::data (void) const
  529.  
  530.  - :  Array2 (void)
  531.  - :  Array2 (int N, int M)
  532.  - :  Array2 (int N, int M, const T &VAL)
  533.  - :  Array2 (const Array2<T> &A)
  534.  - :  Array2 (const DiagArray<T> &A)
  535.  
  536.  - : Array2<T>& operator = (const Array2<T> &A)
  537.  
  538.  - : int dim1 (void) const
  539.  - : int rows (void) const
  540.  
  541.  - : int dim2 (void) const
  542.  - : int cols (void) const
  543.  - : int columns (void) const
  544.  
  545.  - : T& elem (int I, int J)
  546.  - : T& checkelem (int I, int J)
  547.  - : T& operator () (int I, int J)
  548.  
  549.  - : void resize (int N, int M)
  550.  - : void resize (int N, int M, const T &VAL)
  551.  
  552.  - : Array3 (void)
  553.  - : Array3 (int N, int M, int K)
  554.  - : Array3 (int N, int M, int K, const T &VAL)
  555.  - : Array3 (const Array3<T> &A)
  556.  
  557.  - : Array3<T>& operator = (const Array3<T> &A)
  558.  
  559.  - : int dim1 (void) const
  560.  - : int dim2 (void) const
  561.  - : int dim3 (void) const
  562.  
  563.  - : T& elem (int I, int J, int K)
  564.  - : T& checkelem (int I, int J, int K)
  565.  - : T& operator () (int I, int J, int K)
  566.  
  567.  - : void resize (int N, int M, int K)
  568.  - : void resize (int N, int M, int K, const T &VAL)
  569.  
  570.  - :  DiagArray (void)
  571.  - :  DiagArray (int N)
  572.  - :  DiagArray (int N, const T &VAL)
  573.  - :  DiagArray (int R, int C)
  574.  - :  DiagArray (int R, int C, const T &VAL)
  575.  - :  DiagArray (const Array<T> &A)
  576.  - :  DiagArray (const DiagArray<T> &A)
  577.  
  578.  - : DiagArray<T>& operator = (const DiagArray<T> &A)
  579.  
  580.  - : int dim1 (void) const
  581.  - : int rows (void) const
  582.  
  583.  - : int dim2 (void) const
  584.  - : int cols (void) const
  585.  - : int columns (void) const
  586.  
  587.  - : T& elem (int R, int C)
  588.  - : T& checkelem (int R, int C)
  589.  - : T& operator () (int R, int C)
  590.  
  591.  - : void resize (int N, int M)
  592.  - : void resize (int N, int M, const T &VAL)
  593.  
  594.    The real and complex `ColumnVector' and `RowVector' classes all have
  595. the following functions.  These will eventually be part of an
  596. `MArray<T>' class, derived from the `Array<T>' class.  Then the
  597. `ColumnVector' and `RowVector' classes will be derived from the
  598. `MArray<T>' class.
  599.  
  600.    Element by element vector by scalar ops.
  601.  
  602.  - : RowVector operator + (const RowVector &A, const double &S)
  603.  - : RowVector operator - (const RowVector &A, const double &S)
  604.  - : RowVector operator * (const RowVector &A, const double &S)
  605.  - : RowVector operator / (const RowVector &A, const double &S)
  606.  
  607.    Element by element scalar by vector ops.
  608.  
  609.  - : RowVector operator + (const double &S, const RowVector &A)
  610.  - : RowVector operator - (const double &S, const RowVector &A)
  611.  - : RowVector operator * (const double &S, const RowVector &A)
  612.  - : RowVector operator / (const double &S, const RowVector &A)
  613.  
  614.    Element by element vector by vector ops.
  615.  
  616.  - : RowVector operator + (const RowVector &A, const RowVector &B)
  617.  - : RowVector operator - (const RowVector &A, const RowVector &B)
  618.  
  619.  - : RowVector product (const RowVector &A, const RowVector &B)
  620.  - : RowVector quotient (const RowVector &A, const RowVector &B)
  621.  
  622.    Unary MArray ops.
  623.  
  624.  - : RowVector operator - (const RowVector &A)
  625.  
  626.    The `Matrix' classes share the following functions.  These will
  627. eventually be part of an `MArray2<T>' class, derived from the
  628. `Array2<T>' class.  Then the `Matrix' class will be derived from the
  629. `MArray<T>' class.
  630.  
  631.    Element by element matrix by scalar ops.
  632.  
  633.  - : Matrix operator + (const Matrix &A, const double &S)
  634.  - : Matrix operator - (const Matrix &A, const double &S)
  635.  - : Matrix operator * (const Matrix &A, const double &S)
  636.  - : Matrix operator / (const Matrix &A, const double &S)
  637.  
  638.    Element by element scalar by matrix ops.
  639.  
  640.  - : Matrix operator + (const double &S, const Matrix &A)
  641.  - : Matrix operator - (const double &S, const Matrix &A)
  642.  - : Matrix operator * (const double &S, const Matrix &A)
  643.  - : Matrix operator / (const double &S, const Matrix &A)
  644.  
  645.    Element by element matrix by matrix ops.
  646.  
  647.  - : Matrix operator + (const Matrix &A, const Matrix &B)
  648.  - : Matrix operator - (const Matrix &A, const Matrix &B)
  649.  
  650.  - : Matrix product (const Matrix &A, const Matrix &B)
  651.  - : Matrix quotient (const Matrix &A, const Matrix &B)
  652.  
  653.    Unary matrix ops.
  654.  
  655.  - : Matrix operator - (const Matrix &A)
  656.  
  657.    The `DiagMatrix' classes share the following functions.  These will
  658. eventually be part of an `MDiagArray<T>' class, derived from the
  659. `DiagArray<T>' class.  Then the `DiagMatrix' class will be derived from
  660. the `MDiagArray<T>' class.
  661.  
  662.    Element by element MDiagArray by scalar ops.
  663.  
  664.  - : DiagMatrix operator * (const DiagMatrix &A, const double &S)
  665.  - : DiagMatrix operator / (const DiagMatrix &A, const double &S)
  666.  
  667.    Element by element scalar by MDiagArray ops.
  668.  
  669.  - : DiagMatrix operator * (const double &S, const DiagMatrix &A)
  670.  
  671.    Element by element MDiagArray by MDiagArray ops.
  672.  
  673.  - : DiagMatrix operator + (const DiagMatrix &A, const DiagMatrix &B)
  674.  - : DiagMatrix operator - (const DiagMatrix &A, const DiagMatrix &B)
  675.  
  676.  - : DiagMatrix product (const DiagMatrix &A, const DiagMatrix &B)
  677.  
  678.    Unary MDiagArray ops.
  679.  
  680.  - : DiagMatrix operator - (const DiagMatrix &A)
  681.  
  682.