Commit 334b5ec3 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403754
parent 5724b4b4
...@@ -1795,7 +1795,7 @@ ...@@ -1795,7 +1795,7 @@
<description> <description>
This is a 2D matrix object that enables you to write code that deals with This is a 2D matrix object that enables you to write code that deals with
matrices using a simple syntax similar to what can be written in MATLAB. It is implemented using matrices using a simple syntax similar to what can be written in MATLAB. It is implemented using
the expression templates technique which allows it to eliminate the the <a href="matrix_expressions_ex.cpp.html">expression templates</a> technique which allows it to eliminate the
temporary matrix objects that would normally be returned from expressions temporary matrix objects that would normally be returned from expressions
such as M = A+B+C+D; Normally each invocation of the + operator would such as M = A+B+C+D; Normally each invocation of the + operator would
construct and return a temporary matrix object but using this technique construct and return a temporary matrix object but using this technique
...@@ -1829,6 +1829,7 @@ ...@@ -1829,6 +1829,7 @@
<examples> <examples>
<example>matrix_ex.cpp.html</example> <example>matrix_ex.cpp.html</example>
<example>matrix_expressions_ex.cpp.html</example>
</examples> </examples>
<extensions> <extensions>
......
...@@ -151,6 +151,10 @@ ...@@ -151,6 +151,10 @@
<name>Matrix</name> <name>Matrix</name>
<link>matrix_ex.cpp.html</link> <link>matrix_ex.cpp.html</link>
</item> </item>
<item>
<name>Matrix_Expressions</name>
<link>matrix_expressions_ex.cpp.html</link>
</item>
<item> <item>
<name>Image</name> <name>Image</name>
<link>image_ex.cpp.html</link> <link>image_ex.cpp.html</link>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment