diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-09-08 11:23:15 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-09-08 11:23:15 +0200 |
commit | 0c3bdccc5f3b91f3f9f100a9b3756c6b19c7f195 (patch) | |
tree | c4e82c395da963d2b6c9edb2174a545a0e999763 /packages/base/CHANGELOG | |
parent | 225901798773228e73b4c98670d56e844c040b3d (diff) |
documentation, thanks
linearSolve examples, install, changelog
Diffstat (limited to 'packages/base/CHANGELOG')
-rw-r--r-- | packages/base/CHANGELOG | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG index 35ccdbc..95982ac 100644 --- a/packages/base/CHANGELOG +++ b/packages/base/CHANGELOG | |||
@@ -11,9 +11,11 @@ | |||
11 | Numeric.LinearAlgebra.Data | 11 | Numeric.LinearAlgebra.Data |
12 | Numeric.LinearAlgebra.Devel | 12 | Numeric.LinearAlgebra.Devel |
13 | 13 | ||
14 | The documentation is now hidden for Data.Packed.*, Numeric.Container, and | 14 | For normal usage we only need to import Numeric.LinearAlgebra.HMatrix. |
15 | |||
16 | (The documentation is now hidden for Data.Packed.*, Numeric.Container, and | ||
15 | the other Numeric.LinearAlgebra.* modules, but they continue to be exposed | 17 | the other Numeric.LinearAlgebra.* modules, but they continue to be exposed |
16 | for backwards compatibility. | 18 | for backwards compatibility.) |
17 | 19 | ||
18 | * Added support for empty arrays, extending automatic conformability | 20 | * Added support for empty arrays, extending automatic conformability |
19 | (very useful for construction of block matrices). | 21 | (very useful for construction of block matrices). |