ultimatepp/uppsrc/plugin/Eigen/Eigen.upp
koldo 3eaa28f188 Eigen: Updated to 3.2.1 version
git-svn-id: svn://ultimatepp.org/upp/trunk@7253 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-14 14:20:33 +00:00

339 lines
13 KiB
Text

description "Template library for linear algebra\377";
uses
Core;
include
../Eigen;
file
U++ readonly separator,
Eigen.cpp,
Eigen.h,
ToStringPlugin.h,
srcdoc.tpp,
Copying,
Eigen readonly separator,
Eigen/Array highlight cpp,
Eigen/Core highlight cpp,
Eigen/Dense highlight cpp,
Eigen/Eigen highlight cpp,
Eigen/Eigenvalues highlight cpp,
Eigen/Eigen2Support highlight cpp,
Eigen/Geometry highlight cpp,
Eigen/Householder highlight cpp,
Eigen/Cholesky highlight cpp,
Eigen/Jacobi highlight cpp,
Eigen/LeastSquares highlight cpp,
Eigen/LU highlight cpp,
Eigen/QR highlight cpp,
Eigen/QtAlignedMalloc highlight cpp,
Eigen/Sparse highlight cpp,
Eigen/StdDeque highlight cpp,
Eigen/StdList highlight cpp,
Eigen/StdVector highlight cpp,
Eigen/SVD highlight cpp,
Eigen/src/Core readonly separator,
Eigen/src/Core/ArrayBase.h,
Eigen/src/Core/Array.h,
Eigen/src/Core/ArrayWrapper.h,
Eigen/src/Core/Assign.h,
Eigen/src/Core/BandMatrix.h,
Eigen/src/Core/Block.h,
Eigen/src/Core/BooleanRedux.h,
Eigen/src/Core/CommaInitializer.h,
Eigen/src/Core/CwiseBinaryOp.h,
Eigen/src/Core/CwiseNullaryOp.h,
Eigen/src/Core/CwiseUnaryOp.h,
Eigen/src/Core/CwiseUnaryView.h,
Eigen/src/Core/DenseBase.h,
Eigen/src/Core/DenseCoeffsBase.h,
Eigen/src/Core/DenseStorage.h,
Eigen/src/Core/Diagonal.h,
Eigen/src/Core/DiagonalMatrix.h,
Eigen/src/Core/DiagonalProduct.h,
Eigen/src/Core/Dot.h,
Eigen/src/Core/EigenBase.h,
Eigen/src/Core/Flagged.h,
Eigen/src/Core/ForceAlignedAccess.h,
Eigen/src/Core/Functors.h,
Eigen/src/Core/Fuzzy.h,
Eigen/src/Core/GenericPacketMath.h,
Eigen/src/Core/GlobalFunctions.h,
Eigen/src/Core/IO.h,
Eigen/src/Core/MapBase.h,
Eigen/src/Core/Map.h,
Eigen/src/Core/MathFunctions.h,
Eigen/src/Core/MatrixBase.h,
Eigen/src/Core/Matrix.h,
Eigen/src/Core/NestByValue.h,
Eigen/src/Core/NoAlias.h,
Eigen/src/Core/NumTraits.h,
Eigen/src/Core/PermutationMatrix.h,
Eigen/src/Core/PlainObjectBase.h,
Eigen/src/Core/ProductBase.h,
Eigen/src/Core/Product.h,
Eigen/src/Core/Random.h,
Eigen/src/Core/Redux.h,
Eigen/src/Core/Replicate.h,
Eigen/src/Core/ReturnByValue.h,
Eigen/src/Core/Reverse.h,
Eigen/src/Core/Select.h,
Eigen/src/Core/SelfAdjointView.h,
Eigen/src/Core/SelfCwiseBinaryOp.h,
Eigen/src/Core/SolveTriangular.h,
Eigen/src/Core/StableNorm.h,
Eigen/src/Core/Stride.h,
Eigen/src/Core/Swap.h,
Eigen/src/Core/Transpose.h,
Eigen/src/Core/Transpositions.h,
Eigen/src/Core/TriangularMatrix.h,
Eigen/src/Core/VectorBlock.h,
Eigen/src/Core/VectorwiseOp.h,
Eigen/src/Core/Visitor.h,
Eigen/src/Core/arch/AltiVec readonly separator,
Eigen/src/Core/arch/AltiVec/Complex.h,
Eigen/src/Core/arch/AltiVec/PacketMath.h,
Eigen/src/Core/arch/Default readonly separator,
Eigen/src/Core/arch/Default/Settings.h,
Eigen/src/Core/arch/NEON readonly separator,
Eigen/src/Core/arch/NEON/Complex.h,
Eigen/src/Core/arch/NEON/PacketMath.h,
Eigen/src/Core/arch/SSE readonly separator,
Eigen/src/Core/arch/SSE/Complex.h,
Eigen/src/Core/arch/SSE/MathFunctions.h,
Eigen/src/Core/arch/SSE/PacketMath.h,
Eigen/src/Core/products readonly separator,
Eigen/src/Core/products/CoeffBasedProduct.h,
Eigen/src/Core/products/GeneralBlockPanelKernel.h,
Eigen/src/Core/products/GeneralMatrixMatrix.h,
Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h,
Eigen/src/Core/products/GeneralMatrixVector.h,
Eigen/src/Core/products/Parallelizer.h,
Eigen/src/Core/products/SelfadjointMatrixMatrix.h,
Eigen/src/Core/products/SelfadjointMatrixVector.h,
Eigen/src/Core/products/SelfadjointProduct.h,
Eigen/src/Core/products/SelfadjointRank2Update.h,
Eigen/src/Core/products/TriangularMatrixMatrix.h,
Eigen/src/Core/products/TriangularMatrixVector.h,
Eigen/src/Core/products/TriangularSolverMatrix.h,
Eigen/src/Core/products/TriangularSolverVector.h,
Eigen/src/Core/util readonly separator,
Eigen/src/Core/util/BlasUtil.h,
Eigen/src/Core/util/Constants.h,
Eigen/src/Core/util/DisableStupidWarnings.h,
Eigen/src/Core/util/ForwardDeclarations.h,
Eigen/src/Core/util/Macros.h,
Eigen/src/Core/util/Memory.h,
Eigen/src/Core/util/Meta.h,
Eigen/src/Core/util/ReenableStupidWarnings.h,
Eigen/src/Core/util/StaticAssert.h,
Eigen/src/Core/util/XprHelper.h,
Eigen/src/Eigenvalues readonly separator,
Eigen/src/Eigenvalues/ComplexEigenSolver.h,
Eigen/src/Eigenvalues/ComplexSchur.h,
Eigen/src/Eigenvalues/EigenSolver.h,
Eigen/src/Eigenvalues/EigenvaluesCommon.h,
Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h,
Eigen/src/Eigenvalues/HessenbergDecomposition.h,
Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h,
Eigen/src/Eigenvalues/RealSchur.h,
Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h,
Eigen/src/Eigenvalues/Tridiagonalization.h,
Eigen/src/Eigen2Support readonly separator,
Eigen/src/Eigen2Support/Block.h,
Eigen/src/Eigen2Support/Cwise.h,
Eigen/src/Eigen2Support/CwiseOperators.h,
Eigen/src/Eigen2Support/Lazy.h,
Eigen/src/Eigen2Support/LeastSquares.h,
Eigen/src/Eigen2Support/LU.h,
Eigen/src/Eigen2Support/Macros.h,
Eigen/src/Eigen2Support/MathFunctions.h,
Eigen/src/Eigen2Support/Memory.h,
Eigen/src/Eigen2Support/Meta.h,
Eigen/src/Eigen2Support/Minor.h,
Eigen/src/Eigen2Support/QR.h,
Eigen/src/Eigen2Support/SVD.h,
Eigen/src/Eigen2Support/TriangularSolver.h,
Eigen/src/Eigen2Support/VectorBlock.h,
Eigen/src/Eigen2Support/Geometry readonly separator,
Eigen/src/Eigen2Support/Geometry/AlignedBox.h,
Eigen/src/Eigen2Support/Geometry/All.h,
Eigen/src/Eigen2Support/Geometry/AngleAxis.h,
Eigen/src/Eigen2Support/Geometry/Hyperplane.h,
Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h,
Eigen/src/Eigen2Support/Geometry/Quaternion.h,
Eigen/src/Eigen2Support/Geometry/RotationBase.h,
Eigen/src/Eigen2Support/Geometry/Rotation2D.h,
Eigen/src/Eigen2Support/Geometry/Scaling.h,
Eigen/src/Eigen2Support/Geometry/Transform.h,
Eigen/src/Eigen2Support/Geometry/Translation.h,
Eigen/src/Geometry readonly separator,
Eigen/src/Geometry/AlignedBox.h,
Eigen/src/Geometry/AngleAxis.h,
Eigen/src/Geometry/EulerAngles.h,
Eigen/src/Geometry/Homogeneous.h,
Eigen/src/Geometry/Hyperplane.h,
Eigen/src/Geometry/OrthoMethods.h,
Eigen/src/Geometry/ParametrizedLine.h,
Eigen/src/Geometry/Quaternion.h,
Eigen/src/Geometry/RotationBase.h,
Eigen/src/Geometry/Rotation2D.h,
Eigen/src/Geometry/Scaling.h,
Eigen/src/Geometry/Transform.h,
Eigen/src/Geometry/Translation.h,
Eigen/src/Geometry/Umeyama.h,
Eigen/src/Geometry/arch readonly separator,
Eigen/src/Geometry/arch/Geometry_SSE.h,
Eigen/src/Householder readonly separator,
Eigen/src/Householder/BlockHouseholder.h,
Eigen/src/Householder/Householder.h,
Eigen/src/Householder/HouseholderSequence.h,
Eigen/src/Cholesky readonly separator,
Eigen/src/Cholesky/LDLT.h,
Eigen/src/Cholesky/LLT.h,
Eigen/src/Jacobi readonly separator,
Eigen/src/Jacobi/Jacobi.h,
Eigen/src/LU readonly separator,
Eigen/src/LU/Determinant.h,
Eigen/src/LU/FullPivLU.h,
Eigen/src/LU/Inverse.h,
Eigen/src/LU/PartialPivLU.h,
Eigen/src/LU/arch readonly separator,
Eigen/src/LU/arch/Inverse_SSE.h,
Eigen/src/misc readonly separator,
Eigen/src/misc/Image.h,
Eigen/src/misc/Kernel.h,
Eigen/src/misc/Solve.h,
Eigen/src/plugins readonly separator,
Eigen/src/plugins/ArrayCwiseBinaryOps.h,
Eigen/src/plugins/ArrayCwiseUnaryOps.h,
Eigen/src/plugins/BlockMethods.h,
Eigen/src/plugins/CommonCwiseBinaryOps.h,
Eigen/src/plugins/CommonCwiseUnaryOps.h,
Eigen/src/plugins/MatrixCwiseBinaryOps.h,
Eigen/src/plugins/MatrixCwiseUnaryOps.h,
Eigen/src/QR readonly separator,
Eigen/src/QR/ColPivHouseholderQR.h,
Eigen/src/QR/FullPivHouseholderQR.h,
Eigen/src/QR/HouseholderQR.h,
Eigen/src/Sparse readonly separator,
Eigen/src/Sparse/AmbiVector.h,
Eigen/src/Sparse/CompressedStorage.h,
Eigen/src/Sparse/CoreIterators.h,
Eigen/src/Sparse/DynamicSparseMatrix.h,
Eigen/src/Sparse/MappedSparseMatrix.h,
Eigen/src/Sparse/SparseAssign.h,
Eigen/src/Sparse/SparseBlock.h,
Eigen/src/Sparse/SparseCwiseBinaryOp.h,
Eigen/src/Sparse/SparseCwiseUnaryOp.h,
Eigen/src/Sparse/SparseDenseProduct.h,
Eigen/src/Sparse/SparseDiagonalProduct.h,
Eigen/src/Sparse/SparseDot.h,
Eigen/src/Sparse/SparseFuzzy.h,
Eigen/src/Sparse/SparseMatrixBase.h,
Eigen/src/Sparse/SparseMatrix.h,
Eigen/src/Sparse/SparseProduct.h,
Eigen/src/Sparse/SparseRedux.h,
Eigen/src/Sparse/SparseSelfAdjointView.h,
Eigen/src/Sparse/SparseSparseProduct.h,
Eigen/src/Sparse/SparseTranspose.h,
Eigen/src/Sparse/SparseTriangularView.h,
Eigen/src/Sparse/SparseUtil.h,
Eigen/src/Sparse/SparseVector.h,
Eigen/src/Sparse/SparseView.h,
Eigen/src/Sparse/TriangularSolver.h,
Eigen/src/StlSupport readonly separator,
Eigen/src/StlSupport/details.h,
Eigen/src/StlSupport/StdDeque.h,
Eigen/src/StlSupport/StdList.h,
Eigen/src/StlSupport/StdVector.h,
Eigen/src/SVD readonly separator,
Eigen/src/SVD/JacobiSVD.h,
Eigen/src/SVD/UpperBidiagonalization.h,
unsupported readonly separator,
unsupported/README.txt,
unsupported/Eigen readonly separator,
unsupported/Eigen/AdolcForward highlight cpp,
unsupported/Eigen/AlignedVector3 highlight cpp,
unsupported/Eigen/AutoDiff highlight cpp,
unsupported/Eigen/BVH highlight cpp,
unsupported/Eigen/FFT highlight cpp,
unsupported/Eigen/CholmodSupport highlight cpp,
unsupported/Eigen/IterativeSolvers highlight cpp,
unsupported/Eigen/MatrixFunctions highlight cpp,
unsupported/Eigen/MoreVectorization highlight cpp,
unsupported/Eigen/MPRealSupport highlight cpp,
unsupported/Eigen/NonLinearOptimization highlight cpp,
unsupported/Eigen/NumericalDiff highlight cpp,
unsupported/Eigen/OpenGLSupport highlight cpp,
unsupported/Eigen/Polynomials highlight cpp,
unsupported/Eigen/Skyline highlight cpp,
unsupported/Eigen/SparseExtra highlight cpp,
unsupported/Eigen/SuperLUSupport highlight cpp,
unsupported/Eigen/UmfPackSupport highlight cpp,
unsupported/Eigen/src/AutoDiff readonly separator,
unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h,
unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h,
unsupported/Eigen/src/AutoDiff/AutoDiffVector.h,
unsupported/Eigen/src/BVH readonly separator,
unsupported/Eigen/src/BVH/BVAlgorithms.h,
unsupported/Eigen/src/BVH/KdBVH.h,
unsupported/Eigen/src/FFT readonly separator,
unsupported/Eigen/src/FFT/ei_fftw_impl.h,
unsupported/Eigen/src/FFT/ei_kissfft_impl.h,
unsupported/Eigen/src/IterativeSolvers readonly separator,
unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h,
unsupported/Eigen/src/IterativeSolvers/IterationController.h,
unsupported/Eigen/src/MatrixFunctions readonly separator,
unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h,
unsupported/Eigen/src/MatrixFunctions/MatrixFunctionAtomic.h,
unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h,
unsupported/Eigen/src/MatrixFunctions/StemFunction.h,
unsupported/Eigen/src/MoreVectorization readonly separator,
unsupported/Eigen/src/MoreVectorization/MathFunctions.h,
unsupported/Eigen/src/NonLinearOptimization readonly separator,
unsupported/Eigen/src/NonLinearOptimization/covar.h,
unsupported/Eigen/src/NonLinearOptimization/dogleg.h,
unsupported/Eigen/src/NonLinearOptimization/fdjac1.h,
unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h,
unsupported/Eigen/src/NonLinearOptimization/chkder.h,
unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h,
unsupported/Eigen/src/NonLinearOptimization/lmpar.h,
unsupported/Eigen/src/NonLinearOptimization/qrsolv.h,
unsupported/Eigen/src/NonLinearOptimization/rwupdt.h,
unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h,
unsupported/Eigen/src/NonLinearOptimization/r1updt.h,
unsupported/Eigen/src/NumericalDiff readonly separator,
unsupported/Eigen/src/NumericalDiff/NumericalDiff.h,
unsupported/Eigen/src/Polynomials readonly separator,
unsupported/Eigen/src/Polynomials/Companion.h,
unsupported/Eigen/src/Polynomials/PolynomialSolver.h,
unsupported/Eigen/src/Polynomials/PolynomialUtils.h,
unsupported/Eigen/src/Skyline readonly separator,
unsupported/Eigen/src/Skyline/SkylineInplaceLU.h,
unsupported/Eigen/src/Skyline/SkylineMatrixBase.h,
unsupported/Eigen/src/Skyline/SkylineMatrix.h,
unsupported/Eigen/src/Skyline/SkylineProduct.h,
unsupported/Eigen/src/Skyline/SkylineStorage.h,
unsupported/Eigen/src/Skyline/SkylineUtil.h,
unsupported/Eigen/src/SparseExtra readonly separator,
unsupported/Eigen/src/SparseExtra/Amd.h,
unsupported/Eigen/src/SparseExtra/CholmodSupport.h,
unsupported/Eigen/src/SparseExtra/CholmodSupportLegacy.h,
unsupported/Eigen/src/SparseExtra/RandomSetter.h,
unsupported/Eigen/src/SparseExtra/SimplicialCholesky.h,
unsupported/Eigen/src/SparseExtra/Solve.h,
unsupported/Eigen/src/SparseExtra/SparseLDLTLegacy.h,
unsupported/Eigen/src/SparseExtra/SparseLLT.h,
unsupported/Eigen/src/SparseExtra/SparseLU.h,
unsupported/Eigen/src/SparseExtra/SuperLUSupport.h,
unsupported/Eigen/src/SparseExtra/UmfPackSupport.h,
License readonly separator,
COPYING.README,
COPYING.BSD,
COPYING.MINPACK,
COPYING.MPL2,
COPYING.GPL,
COPYING.LGPL;