@@ -3,16 +3,6 @@ General Structure
3
3
4
4
External libraries:
5
5
6
- + parts of the C++ `Boost <http://www.boost.org/ >`_ libraries are used to provide
7
- various functionality, like timing and metaprogramming.
8
- The source for the 1.54.0 release is shipped with the
9
- module's source code. Some of the libraries used
10
- need to be compiled. Boost is released under the terms
11
- of the `Boost Software License, v1.0 <http://opensource.org/licenses/BSL-1.0 >`_ (see also
12
- http://www.boost.org/users/license.html) We encourage the use of
13
- Boost whenever some functionality has already been coded within those
14
- libraries. However, consider **carefully ** the introduction of functionality
15
- depending on compiler Boost libraries.
16
6
+ the `Eigen <http://eigen.tuxfamily.org/index.php?title=Main_Page >`_ template
17
7
library for linear algebra. Almost every operation involving matrices and
18
8
vectors is performed through Eigen. Eigen provides convenient type
@@ -23,10 +13,6 @@ External libraries:
23
13
at the `getting started guide <http://eigen.tuxfamily.org/dox/GettingStarted.html >`_ to get started.
24
14
Eigen is distributed under the terms of the `Mozilla Public License, v2.0
25
15
<http://opensource.org/licenses/MPL-2.0> `_
26
- + the `Getkw library <https://github.com/juselius/libgetkw >`_ by Jonas Juselius is
27
- used to manage input. It is distributed under the terms of the `GNU General
28
- Public License, v2.0 <http://opensource.org/licenses/GPL-2.0> `_
29
- under the terms of the `MIT License <(http://opensource.org/licenses/MIT >`_.
30
16
+ the `XCFun library <https://xcfun.address.here/missing >`_ by Ulf
31
17
Ekström under the terms of the `GNU General
32
18
Public License, v2.0 <http://opensource.org/licenses/GPL-2.0> `_
0 commit comments