home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / octa21fb.zip / octave / doc / liboct.i01 (.txt) < prev    next >
GNU Info File  |  2000-01-15  |  29KB  |  525 lines

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