mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove LGPL Code and references.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
e71f88abce
commit
e256ad1823
@@ -1,3 +0,0 @@
|
||||
#ifdef EIGEN_MPL2_ONLY
|
||||
#error Including non-MPL2 code in EIGEN_MPL2_ONLY mode
|
||||
#endif
|
||||
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user