about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/nethelp3.3/rosen.htm
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/bnt-master/nethelp3.3/rosen.htm')
-rw-r--r--sourcecodes/bnt-master/nethelp3.3/rosen.htm40
1 files changed, 40 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/nethelp3.3/rosen.htm b/sourcecodes/bnt-master/nethelp3.3/rosen.htm
new file mode 100644
index 00000000..2b8f37aa
--- /dev/null
+++ b/sourcecodes/bnt-master/nethelp3.3/rosen.htm
@@ -0,0 +1,40 @@
+<html>
+<head>
+<title>
+Netlab Reference Manual rosen
+</title>
+</head>
+<body>
+<H1> rosen
+</H1>
+<h2>
+Purpose
+</h2>
+Calculate Rosenbrock's function.
+
+<p><h2>
+Synopsis
+</h2>
+<PRE>
+y = rosen(x)
+</PRE>
+
+
+<p><h2>
+Description
+</h2>
+<CODE>y = rosen(x)</CODE> computes the value of Rosenbrock's function
+at each row of <CODE>x</CODE>, which should have two columns.
+
+<p><h2>
+See Also
+</h2>
+<CODE><a href="demopt1.htm">demopt1</a></CODE>, <CODE><a href="rosegrad.htm">rosegrad</a></CODE><hr>
+<b>Pages:</b>
+<a href="index.htm">Index</a>
+<hr>
+<p>Copyright (c) Ian T Nabney (1996-9)
+
+
+</body>
+</html>
\ No newline at end of file