Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 3e60ff9d4d6f58c8fbd17208f14089fa > files > 1733

octave-doc-3.2.3-3mdv2010.0.i586.rpm

<html lang="en">
<head>
<title>Octave C++ Classes</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Octave C++ Classes">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
Copyright (C) 1996, 1997 John W. Eaton.

   <p>Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.

   <p>Permission is granted to copy and distribute modified versions of
this manual under the conditions for verbatim copying, provided that
the entire resulting derived work is distributed under the terms of
a permission notice identical to this one.

   <p>Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for
modified versions.

<div class="contents">
<h2>Table of Contents</h2>
<ul>
<li><a name="toc_Top" href="index.html#Top">Octave C++ Classes</a>
<li><a name="toc_Acknowledgements" href="Acknowledgements.html#Acknowledgements">1 Acknowledgements</a>
<ul>
<li><a href="Contributors.html#Contributors">Contributors to Octave</a>
</li></ul>
<li><a name="toc_Copying" href="Copying.html#Copying">GNU GENERAL PUBLIC LICENSE</a>
<li><a name="toc_Introduction" href="Introduction.html#Introduction">2 A Brief Introduction to Octave</a>
<li><a name="toc_Arrays" href="Arrays.html#Arrays">3 Arrays</a>
<ul>
<li><a href="Constructors-and-Assignment.html#Constructors-and-Assignment">3.1 Constructors and Assignment</a>
</li></ul>
<li><a name="toc_Matrix-and-Vector-Operations" href="Matrix-and-Vector-Operations.html#Matrix-and-Vector-Operations">4 Matrix and Vector Operations</a>
<li><a name="toc_Matrix-Factorizations" href="Matrix-Factorizations.html#Matrix-Factorizations">5 Matrix Factorizations</a>
<li><a name="toc_Ranges" href="Ranges.html#Ranges">6 Ranges</a>
<li><a name="toc_Nonlinear-Functions" href="Nonlinear-Functions.html#Nonlinear-Functions">7 Nonlinear Functions</a>
<li><a name="toc_Nonlinear-Equations" href="Nonlinear-Equations.html#Nonlinear-Equations">8 Nonlinear Equations</a>
<li><a name="toc_Optimization" href="Optimization.html#Optimization">9 Optimization</a>
<ul>
<li><a href="Objective-Functions.html#Objective-Functions">9.1 Objective Functions</a>
<li><a href="Bounds.html#Bounds">9.2 Bounds</a>
<li><a href="Linear-Constraints.html#Linear-Constraints">9.3 Linear Constraints</a>
<li><a href="Nonlinear-Constraints.html#Nonlinear-Constraints">9.4 Nonlinear Constraints</a>
<li><a href="Quadratic-Programming.html#Quadratic-Programming">9.5 Quadratic Programming</a>
<li><a href="Nonlinear-Programming.html#Nonlinear-Programming">9.6 Nonlinear Programming</a>
</li></ul>
<li><a name="toc_Quadrature" href="Quadrature.html#Quadrature">10 Quadrature</a>
<ul>
<li><a href="Collocation-Weights.html#Collocation-Weights">10.1 Collocation Weights</a>
</li></ul>
<li><a name="toc_Ordinary-Differential-Equations" href="Ordinary-Differential-Equations.html#Ordinary-Differential-Equations">11 Ordinary Differential Equations</a>
<li><a name="toc_Differential-Algebraic-Equations" href="Differential-Algebraic-Equations.html#Differential-Algebraic-Equations">12 Differential Algebraic Equations</a>
<li><a name="toc_Error-Handling" href="Error-Handling.html#Error-Handling">13 Error Handling</a>
<li><a name="toc_Installation" href="Installation.html#Installation">14 Installation</a>
<li><a name="toc_Bugs" href="Bugs.html#Bugs">15 Bugs</a>
<li><a name="toc_Concept-Index" href="Concept-Index.html#Concept-Index">Concept Index</a>
<li><a name="toc_Function-Index" href="Function-Index.html#Function-Index">Function Index</a>
</li></ul>
</div>

<div class="node">
<a name="Top"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Acknowledgements.html#Acknowledgements">Acknowledgements</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="../index.html#dir">(dir)</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="../index.html#dir">(dir)</a>
<hr>
</div>

<h2 class="unnumbered">Octave C++ Classes</h2>

<p>This manual documents how to use, install and port Octave's C++ class
library, and how to report bugs.  It corresponds to Octave version
3.2.3.

<!--  -->
<ul class="menu">
<li><a accesskey="1" href="Acknowledgements.html#Acknowledgements">Acknowledgements</a>
<li><a accesskey="2" href="Copying.html#Copying">Copying</a>
<li><a accesskey="3" href="Introduction.html#Introduction">Introduction</a>
<li><a accesskey="4" href="Arrays.html#Arrays">Arrays</a>
<li><a accesskey="5" href="Matrix-and-Vector-Operations.html#Matrix-and-Vector-Operations">Matrix and Vector Operations</a>
<li><a accesskey="6" href="Matrix-Factorizations.html#Matrix-Factorizations">Matrix Factorizations</a>
<li><a accesskey="7" href="Ranges.html#Ranges">Ranges</a>
<li><a accesskey="8" href="Nonlinear-Functions.html#Nonlinear-Functions">Nonlinear Functions</a>
<li><a accesskey="9" href="Nonlinear-Equations.html#Nonlinear-Equations">Nonlinear Equations</a>
<li><a href="Optimization.html#Optimization">Optimization</a>
<li><a href="Quadrature.html#Quadrature">Quadrature</a>
<li><a href="Ordinary-Differential-Equations.html#Ordinary-Differential-Equations">Ordinary Differential Equations</a>
<li><a href="Differential-Algebraic-Equations.html#Differential-Algebraic-Equations">Differential Algebraic Equations</a>
<li><a href="Error-Handling.html#Error-Handling">Error Handling</a>
<li><a href="Installation.html#Installation">Installation</a>
<li><a href="Bugs.html#Bugs">Bugs</a>
<li><a href="Concept-Index.html#Concept-Index">Concept Index</a>
<li><a href="Function-Index.html#Function-Index">Function Index</a>

</li></ul>
<p>--- The Detailed Node Listing ---

<p>Acknowledgements

</p>
<ul class="menu">
<li><a href="Contributors.html#Contributors">Contributors</a>:                 People who contributed to developing of Octave.

</li></ul>
<p>Arrays

</p>
<ul class="menu">
<li><a href="Constructors-and-Assignment.html#Constructors-and-Assignment">Constructors and Assignment</a>

</li></ul>
<p>Optimization

</p>
<ul class="menu">
<li><a href="Objective-Functions.html#Objective-Functions">Objective Functions</a>
<li><a href="Bounds.html#Bounds">Bounds</a>
<li><a href="Linear-Constraints.html#Linear-Constraints">Linear Constraints</a>
<li><a href="Nonlinear-Constraints.html#Nonlinear-Constraints">Nonlinear Constraints</a>
<li><a href="Quadratic-Programming.html#Quadratic-Programming">Quadratic Programming</a>
<li><a href="Nonlinear-Programming.html#Nonlinear-Programming">Nonlinear Programming</a>

</li></ul>
<p>Quadrature

</p>
<ul class="menu">
<li><a href="Collocation-Weights.html#Collocation-Weights">Collocation Weights</a>
</ul>

<!--  -->
<!-- Copyright (C) 1996, 2007 John W. Eaton -->
<!-- This file is part of Octave. -->
<!-- Octave is free software; you can redistribute it and/or modify it -->
<!-- under the terms of the GNU General Public License as published by the -->
<!-- Free Software Foundation; either version 3 of the License, or (at -->
<!-- your option) any later version. -->
<!-- Octave is distributed in the hope that it will be useful, but WITHOUT -->
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -->
<!-- FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License -->
<!-- for more details. -->
<!-- You should have received a copy of the GNU General Public License -->
<!-- along with Octave; see the file COPYING.  If not, see -->
<!-- <http://www.gnu.org/licenses/>. -->
   </body></html>