diff --git a/src/site/xdoc/userguide/index.xml b/src/site/xdoc/userguide/index.xml index 1e2c3aa57..605a5a3ab 100644 --- a/src/site/xdoc/userguide/index.xml +++ b/src/site/xdoc/userguide/index.xml @@ -58,7 +58,8 @@
Currently, numerical linear algebra support in commons-math is - limited to basic operations on real matrices and solving linear systems. + limited to basic operations on real matrices and vectors and + solving linear systems.
+ The + RealVector interface represents a vector with real numbers as + entries. The following basic matrix operations are supported: +
+ The + RealVectorFormat class handles input/output of vectors in a customizable + textual format. +
+
The solve()
methods of the RealMatrix
interface
support solving linear systems of equations. In each case, the