Remove LGPL Code and references.

This commit is contained in:
Antonio Sánchez
2023-02-08 01:25:06 +00:00
committed by Rasmus Munk Larsen
parent e71f88abce
commit e256ad1823
13 changed files with 6 additions and 904 deletions

View File

@@ -1,3 +0,0 @@
#ifdef EIGEN_MPL2_ONLY
#error Including non-MPL2 code in EIGEN_MPL2_ONLY mode
#endif

View File

@@ -26,8 +26,7 @@ namespace Eigen {
* \tparam Scalar the scalar type of the input matrices
* \tparam UpLo_ The triangular part that will be used for the computations. It can be Lower
* or Upper. Default is Lower.
* \tparam OrderingType_ The ordering method to use, either AMDOrdering<> or NaturalOrdering<>. Default is AMDOrdering<int>,
* unless EIGEN_MPL2_ONLY is defined, in which case the default is NaturalOrdering<int>.
* \tparam OrderingType_ The ordering method to use, either AMDOrdering<> or NaturalOrdering<>. Default is AMDOrdering<int>.
*
* \implsparsesolverconcept
*