File: liboctave_8.html

package info (click to toggle)
octave 2.0.16-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 26,276 kB
  • ctags: 16,450
  • sloc: cpp: 67,548; fortran: 41,514; ansic: 26,682; sh: 7,361; makefile: 4,077; lex: 2,008; yacc: 1,849; lisp: 1,702; perl: 1,676; exp: 123
file content (67 lines) | stat: -rw-r--r-- 1,820 bytes parent folder | download | duplicates (2)
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
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.51
     from ./liboctave.texi on 9 October 1998 -->

<TITLE>Octave C++ Classes - Nonlinear Functions</TITLE>
</HEAD>
<BODY>
Go to the <A HREF="liboctave_1.html">first</A>, <A HREF="liboctave_7.html">previous</A>, <A HREF="liboctave_9.html">next</A>, <A HREF="liboctave_18.html">last</A> section, <A HREF="liboctave_toc.html">table of contents</A>.
<P><HR><P>


<H1><A NAME="SEC13" HREF="liboctave_toc.html#TOC13">Nonlinear Functions</A></H1>
<P>
<A NAME="IDX789"></A>

</P>
<P>
<DL>
<DT><U>:</U> {}NLFunc <B>(void)</B>
<DD><A NAME="IDX790"></A>
<DT><U>:</U> {}NLFunc <B>(const</B> <I><VAR>nonlinear_fcn</VAR>)</I>
<DD><A NAME="IDX791"></A>
<DT><U>:</U> {}NLFunc <B>(const</B> <I><VAR>nonlinear_fcn</VAR>, const <VAR>jacobian_fcn</VAR>)</I>
<DD><A NAME="IDX792"></A>
<DT><U>:</U> {}NLFunc <B>(const</B> <I>NLFunc &#38;<VAR>a</VAR>)</I>
<DD><A NAME="IDX793"></A>
</DL>

</P>
<P>
<DL>
<DT><U>:</U> NLFunc&#38; <B>operator =</B> <I>(const NLFunc &#38;<VAR>a</VAR>)</I>
<DD><A NAME="IDX794"></A>
</DL>

</P>
<P>
<DL>
<DT><U>:</U> nonlinear_fcn <B>function</B> <I>(void) const;</I>
<DD><A NAME="IDX795"></A>
</DL>

</P>
<P>
<DL>
<DT><U>:</U> NLFunc&#38; <B>set_function</B> <I>(const nonlinear_fcn <VAR>f</VAR>)</I>
<DD><A NAME="IDX796"></A>
</DL>

</P>
<P>
<DL>
<DT><U>:</U> jacobian_fcn <B>jacobian_function</B> <I>(void) const;</I>
<DD><A NAME="IDX797"></A>
</DL>

</P>
<P>
<DL>
<DT><U>:</U> NLFunc&#38; <B>set_jacobian_function</B> <I>(const jacobian_fcn <VAR>j</VAR>)</I>
<DD><A NAME="IDX798"></A>
</DL>
<P><HR><P>
Go to the <A HREF="liboctave_1.html">first</A>, <A HREF="liboctave_7.html">previous</A>, <A HREF="liboctave_9.html">next</A>, <A HREF="liboctave_18.html">last</A> section, <A HREF="liboctave_toc.html">table of contents</A>.
</BODY>
</HTML>