1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html40/loose.dtd">
<HTML>
<!-- Created on January, 20 2004 by texi2html 1.66 -->
<!--
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
Karl Berry <karl@freefriends.org>
Olaf Bachmann <obachman@mathematik.uni-kl.de>
and many others.
Maintained by: Many creative people <dev@texi2html.cvshome.org>
Send bugs and suggestions to <users@texi2html.cvshome.org>
-->
<HEAD>
<TITLE>Octave C++ Classes: Table of Contents</TITLE>
<META NAME="description" CONTENT="Octave C++ Classes: Table of Contents">
<META NAME="keywords" CONTENT="Octave C++ Classes: Table of Contents">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="texi2html 1.66">
</HEAD>
<BODY LANG="en" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">
<A NAME="SEC_Contents"></A>
<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="liboctave.html#SEC_Top">Top</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="liboctave_toc.html#SEC_Contents">Contents</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="liboctave_17.html#SEC28">Index</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="liboctave_abt.html#SEC_About"> ? </A>]</TD>
</TR></TABLE>
<H1>Table of Contents</H1>
<BLOCKQUOTE>
<A NAME="TOC1" HREF="liboctave_1.html#SEC1">1. Acknowledgements</A>
<BR>
<BLOCKQUOTE>
<A NAME="TOC2" HREF="liboctave_1.html#SEC2">Contributors to Octave</A>
<BR>
</BLOCKQUOTE>
<A NAME="TOC3" HREF="liboctave_2.html#SEC3">GNU GENERAL PUBLIC LICENSE</A>
<BR>
<BLOCKQUOTE>
<A NAME="TOC4" HREF="liboctave_2.html#SEC4">Preamble</A>
<BR>
<A NAME="TOC5" HREF="liboctave_2.html#SEC5">Appendix: How to Apply These Terms to Your New Programs</A>
<BR>
</BLOCKQUOTE>
<A NAME="TOC6" HREF="liboctave_3.html#SEC6">2. A Brief Introduction to Octave</A>
<BR>
<A NAME="TOC7" HREF="liboctave_4.html#SEC7">3. Arrays</A>
<BR>
<BLOCKQUOTE>
<A NAME="TOC8" HREF="liboctave_4.html#SEC8">3.1 Constructors and Assignment</A>
<BR>
</BLOCKQUOTE>
<A NAME="TOC9" HREF="liboctave_5.html#SEC9">4. Matrix and Vector Operations</A>
<BR>
<A NAME="TOC10" HREF="liboctave_6.html#SEC10">5. Matrix Factorizations</A>
<BR>
<A NAME="TOC11" HREF="liboctave_7.html#SEC11">6. Ranges</A>
<BR>
<A NAME="TOC12" HREF="liboctave_8.html#SEC12">7. Nonlinear Functions</A>
<BR>
<A NAME="TOC13" HREF="liboctave_9.html#SEC13">8. Nonlinear Equations</A>
<BR>
<A NAME="TOC14" HREF="liboctave_10.html#SEC14">9. Optimization</A>
<BR>
<BLOCKQUOTE>
<A NAME="TOC15" HREF="liboctave_10.html#SEC15">9.1 Objective Functions</A>
<BR>
<A NAME="TOC16" HREF="liboctave_10.html#SEC16">9.2 Bounds</A>
<BR>
<A NAME="TOC17" HREF="liboctave_10.html#SEC17">9.3 Linear Constraints</A>
<BR>
<A NAME="TOC18" HREF="liboctave_10.html#SEC18">9.4 Nonlinear Constraints</A>
<BR>
<A NAME="TOC19" HREF="liboctave_10.html#SEC19">9.5 Quadratic Programming</A>
<BR>
<A NAME="TOC20" HREF="liboctave_10.html#SEC20">9.6 Nonlinear Programming</A>
<BR>
</BLOCKQUOTE>
<A NAME="TOC21" HREF="liboctave_11.html#SEC21">10. Quadrature</A>
<BR>
<BLOCKQUOTE>
<A NAME="TOC22" HREF="liboctave_11.html#SEC22">10.1 Collocation Weights</A>
<BR>
</BLOCKQUOTE>
<A NAME="TOC23" HREF="liboctave_12.html#SEC23">11. Ordinary Differential Equations</A>
<BR>
<A NAME="TOC24" HREF="liboctave_13.html#SEC24">12. Differential Algebraic Equations</A>
<BR>
<A NAME="TOC25" HREF="liboctave_14.html#SEC25">13. Error Handling</A>
<BR>
<A NAME="TOC26" HREF="liboctave_15.html#SEC26">14. Installation</A>
<BR>
<A NAME="TOC27" HREF="liboctave_16.html#SEC27">15. Bugs</A>
<BR>
<A NAME="TOC28" HREF="liboctave_17.html#SEC28">Concept Index</A>
<BR>
<A NAME="TOC29" HREF="liboctave_18.html#SEC29">Function Index</A>
<BR>
</BLOCKQUOTE>
<HR SIZE=1>
<BR>
<FONT SIZE="-1">
This document was generated
by <I>John W. Eaton</I> on <I>January, 20 2004</I>
using <A HREF="http://texi2html.cvshome.org"><I>texi2html</I></A>
</FONT>
</BODY>
</HTML>
|