preparation for modularization, correction of copyright date coverage.
[CommonLispStat.git] / external / clem / doc / tinaa / clem-package / generic-efunction-m-c.html
blob3ee0f79aa18fda8c5df6ee225fafaa1174011092
1 <html><head><title>Generic Function M* [Tinaa]</title><link rel="stylesheet" href="../tinaa.css" /></head><body><div id="header"><a class="contents-link" href="../index.html" title="Go to contents">Contents</a><div class="index-links"><div class="index">Indexes:</div></div></div><div class="contents"><h2>Generic Function M* (1 method)</h2>( <b>m*</b> &rest &lt; matrices &gt; )<div class="part-parents"><h3>Part of:</h3><a href="../clem-package/index.html">package clem</a></div><blockquote>General purpose matrix multiplication<br> operator. If one argument is supplied, returns that matrix. If<br> two arguments are supplied, if both are matrices, performs a<br> matrix multiplication equivalent to multiplying the first<br> matrix by the second matrix. if one argument is a matrix and<br> the other a number, m* scales the matrix by the numeric<br> argument. If more than two arguments are supplied, the first<br> two arguments are treated as in the two argument case and the<br> results are then multiplied by the remaining arguments such<br> that (m* m1 m2 m3) == (m* (m* m1 m2) m3).</blockquote><h3>Method Summary</h3><table class="method-table"><tr><td>m* </td></tr></table></div><div id="footer"><span class="date">Generated: Mon, Apr 23, 2007</span><span class="version">[Tinaa version 0.3]</span><a class="contents-link" href="../index.html" title="Go to contents">Contents</a><a id="tinaa-logo" href="http://common-lisp.net/project/tinaa/" title="Go to Tinaa home page"><img src="http://common-lisp.net/project/tinaa/images/logo.jpg" width="90" height="82" /></a></div></body></html>