From 2e82f1fcdc0f51bd255f17b4580714fbf2316158 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe
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.
diff --git a/src/site/xdoc/userguide/linear.xml b/src/site/xdoc/userguide/linear.xml
index 11892b51c..c44e1b245 100644
--- a/src/site/xdoc/userguide/linear.xml
+++ b/src/site/xdoc/userguide/linear.xml
@@ -30,7 +30,8 @@
+ 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