fixed typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@701642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7d5ea6a074
commit
4f7ede1974
|
@ -40,7 +40,7 @@
|
|||
RealMatrix</a> interface represents a matrix with real numbers as
|
||||
entries. The following basic matrix operations are supported:
|
||||
<ul>
|
||||
<li>Matrix addition, subtraction, mutiplication</li>
|
||||
<li>Matrix addition, subtraction, multiplication</li>
|
||||
<li>Scalar addition and multiplication</li>
|
||||
<li>Inverse and transpose</li>
|
||||
<li>Determinants and singularity testing</li>
|
||||
|
|
Loading…
Reference in New Issue