Dense matrix and array manipulation
The Array class and coefficient-wise operations
Reductions, visitors and broadcasting
Interfacing with raw buffers: the Map class
Explanation of the assertion on unaligned arrays
Fixed-size vectorizable Eigen objects
Structures Having Eigen Members
Using STL Containers with Eigen
Dense linear problems and decompositions
AlignedBox< _Scalar, _AmbientDim >
Array< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >
ArrayWrapper< ExpressionType >
BiCGSTAB< _MatrixType, _Preconditioner >
Block< XprType, BlockRows, BlockCols, InnerPanel >
BlockImpl< XprType, BlockRows, BlockCols, InnerPanel, Sparse >
CholmodBase< _MatrixType, _UpLo, Derived >
CholmodDecomposition< _MatrixType, _UpLo >
CholmodSimplicialLDLT< _MatrixType, _UpLo >
CholmodSimplicialLLT< _MatrixType, _UpLo >
CholmodSupernodalLLT< _MatrixType, _UpLo >
ColPivHouseholderQR< _MatrixType >
ComplexEigenSolver< _MatrixType >
ConjugateGradient< _MatrixType, _UpLo, _Preconditioner >
CwiseBinaryOp< BinaryOp, Lhs, Rhs >
CwiseNullaryOp< NullaryOp, PlainObjectType >
CwiseUnaryOp< UnaryOp, XprType >
CwiseUnaryView< ViewOp, MatrixType >
DenseCoeffsBase< Derived, DirectAccessors >
DenseCoeffsBase< Derived, DirectWriteAccessors >
DenseCoeffsBase< Derived, ReadOnlyAccessors >
DenseCoeffsBase< Derived, WriteAccessors >
Diagonal< MatrixType, _DiagIndex >
DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime >
DiagonalPreconditioner< _Scalar >
DiagonalWrapper< _DiagonalVectorType >
ForceAlignedAccess< ExpressionType >
FullPivHouseholderQR< _MatrixType >
GeneralizedEigenSolver< _MatrixType >
GeneralizedSelfAdjointEigenSolver< _MatrixType >
HessenbergDecomposition< _MatrixType >
Homogeneous< MatrixType, _Direction >
HouseholderSequence< VectorsType, CoeffsType, Side >
Hyperplane< _Scalar, _AmbientDim, _Options >
IterativeSolverBase< Derived >
JacobiSVD< _MatrixType, QRPreconditioner >
Map< PlainObjectType, MapOptions, StrideType >
Map< const Quaternion< _Scalar >, _Options >
Map< Quaternion< _Scalar >, _Options >
MappedSparseMatrix< _Scalar, _Flags, _Index >
Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >
MatrixWrapper< ExpressionType >
NoAlias< ExpressionType, StorageBase >
ParametrizedLine< _Scalar, _AmbientDim, _Options >
PardisoLDLT< MatrixType, Options >
PardisoLLT< MatrixType, _UpLo >
PartialReduxExpr< MatrixType, MemberOp, Direction >
PastixLDLT< _MatrixType, _UpLo >
PastixLLT< _MatrixType, _UpLo >
PastixLU< _MatrixType, IsStrSym >
PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >
PermutationWrapper< _IndicesType >
ProductReturnType< Lhs, Rhs, ProductType >
Quaternion< _Scalar, _Options >
Ref< PlainObjectType, Options, StrideType >
Replicate< MatrixType, RowFactor, ColFactor >
Reverse< MatrixType, Direction >
Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >
SelfAdjointEigenSolver< _MatrixType >
SelfAdjointView< MatrixType, UpLo >
SimplicialCholesky< _MatrixType, _UpLo, _Ordering >
SimplicialCholeskyBase< Derived >
SimplicialLDLT< _MatrixType, _UpLo, _Ordering >
SimplicialLLT< _MatrixType, _UpLo, _Ordering >
SparseLU< _MatrixType, _OrderingType >
SparseMatrix< _Scalar, _Options, _Index >
SparseQR< _MatrixType, _OrderingType >
SparseSelfAdjointView< MatrixType, UpLo >
SparseVector< _Scalar, _Options, _Index >
Stride< _OuterStrideAtCompileTime, _InnerStrideAtCompileTime >
SuperLUBase< _MatrixType, Derived >
Transform< _Scalar, _Dim, _Mode, _Options >
Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >
TriangularView< _MatrixType, _Mode >
Tridiagonalization< _MatrixType >
VectorBlock< VectorType, Size >
AlignedBox< _Scalar, _AmbientDim >
Block< XprType, BlockRows, BlockCols, InnerPanel >
CholmodBase< _MatrixType, _UpLo, Derived >
CholmodBase< _MatrixType, _UpLo, CholmodDecomposition< _MatrixType, _UpLo > >
CholmodBase< _MatrixType, _UpLo, CholmodSimplicialLDLT< _MatrixType, _UpLo > >
CholmodBase< _MatrixType, _UpLo, CholmodSimplicialLLT< _MatrixType, _UpLo > >
CholmodBase< _MatrixType, _UpLo, CholmodSupernodalLLT< _MatrixType, _UpLo > >
ColPivHouseholderQR< _MatrixType >
ComplexEigenSolver< _MatrixType >
CwiseBinaryOp< BinaryOp, Lhs, Rhs >
CwiseNullaryOp< NullaryOp, PlainObjectType >
CwiseUnaryOp< UnaryOp, XprType >
CwiseUnaryView< ViewOp, MatrixType >
DenseBase< Array< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
ArrayBase< Array< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
dense_xpr_base_dispatcher_for_doxygen< Array< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
DenseBase< ArrayWrapper< ExpressionType > >
DenseBase< CoeffBasedProduct< LhsNested, RhsNested, NestingFlags > >
DenseBase< DenseTimeSparseProduct< Lhs, Rhs > >
DenseBase< DenseTimeSparseSelfAdjointProduct< Lhs, Rhs, UpLo > >
DenseBase< DiagonalProduct< MatrixType, DiagonalType, ProductOrder > >
DenseBase< GeneralProduct< Lhs, Rhs, GemmProduct > >
DenseBase< GeneralProduct< Lhs, Rhs, GemvProduct > >
DenseBase< GeneralProduct< Lhs, Rhs, OuterProduct > >
DenseBase< Homogeneous< MatrixType, _Direction > >
DenseBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
MatrixBase< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
dense_xpr_base_dispatcher_for_doxygen< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
DenseBase< MatrixWrapper< ExpressionType > >
DenseBase< ScaledProduct< NestedProduct > >
DenseBase< SelfadjointProductMatrix< Lhs, 0, true, Rhs, RhsMode, false > >
DenseBase< SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, 0, true > >
DenseBase< SelfadjointProductMatrix< Lhs, LhsMode, false, Rhs, RhsMode, false > >
DenseBase< SparseSelfAdjointTimeDenseProduct< Lhs, Rhs, UpLo > >
DenseBase< SparseTimeDenseProduct< Lhs, Rhs > >
DenseBase< TriangularProduct< Mode, false, Lhs, true, Rhs, false > >
DenseBase< TriangularProduct< Mode, LhsIsTriangular, Lhs, false, Rhs, false > >
DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >
Diagonal< MatrixType, _DiagIndex >
DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime >
DiagonalPreconditioner< _Scalar >
DiagonalWrapper< _DiagonalVectorType >
EigenBase< BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options > >
EigenBase< BandMatrix< Scalar, Rows, Cols, Supers, Subs, Options > >
EigenBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >
EigenBase< Block< const SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true > >
EigenBase< Block< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true > >
EigenBase< Block< XprType, BlockRows, BlockCols, InnerPanel > >
EigenBase< Block< XprType, BlockRows, BlockCols, true > >
EigenBase< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >
EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >
EigenBase< CwiseUnaryView< ViewOp, MatrixType > >
EigenBase< HouseholderSequence< VectorsType, CoeffsType, Side > >
EigenBase< MappedSparseMatrix< _Scalar, _Flags, _Index > >
EigenBase< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, Index > >
EigenBase< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >
EigenBase< PermutationWrapper< _IndicesType > >
EigenBase< SelfAdjointView< MatrixType, UpLo > >
EigenBase< SparseDenseOuterProduct< Lhs, Rhs, Tr > >
EigenBase< SparseDiagonalProduct< Lhs, Rhs > >
EigenBase< SparseMatrix< _Scalar, _Options, _Index > >
EigenBase< SparseMatrix< Scalar, _Options, _Index > >
EigenBase< SparseMatrix< Scalar, _Options, Index > >
EigenBase< SparseQRMatrixQReturnType< SparseQRType > >
EigenBase< SparseSelfAdjointView< MatrixType, UpLo > >
EigenBase< SparseSparseProduct< LhsNested, RhsNested > >
EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >
EigenBase< SparseTriangularView< MatrixType, Mode > >
EigenBase< SparseVector< _Scalar, _Options, _Index > >
EigenBase< SparseView< MatrixType > >
EigenBase< Transpose< MatrixType > >
EigenBase< Transpose< PermutationBase< Derived > > >
EigenBase< TriangularView< _MatrixType, _Mode > >
ForceAlignedAccess< ExpressionType >
FullPivHouseholderQR< _MatrixType >
GeneralizedEigenSolver< _MatrixType >
HessenbergDecomposition< _MatrixType >
Hyperplane< _Scalar, _AmbientDim, _Options >
IterativeSolverBase< Derived >
IterativeSolverBase< BiCGSTAB< _MatrixType, _Preconditioner > >
IterativeSolverBase< ConjugateGradient< _MatrixType, _UpLo, _Preconditioner > >
JacobiSVD< _MatrixType, QRPreconditioner >
MapBase< Block< XprType, BlockRows, BlockCols, InnerPanel > >
MapBase< Derived, ReadOnlyAccessors >
MapBase< Map< PlainObjectType, MapOptions, StrideType > >
MapBase< Ref< const TPlainObjectType, Options, StrideType > >
MapBase< Ref< PlainObjectType, Options, StrideType > >
NoAlias< ExpressionType, StorageBase >
ParametrizedLine< _Scalar, _AmbientDim, _Options >
PardisoLDLT< MatrixType, Options >
PardisoLLT< MatrixType, _UpLo >
PartialReduxExpr< MatrixType, MemberOp, Direction >
PastixLDLT< _MatrixType, _UpLo >
PastixLLT< _MatrixType, _UpLo >
PastixLU< _MatrixType, IsStrSym >
PlainObjectBase< Array< Index, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
PlainObjectBase< Matrix< double, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
PlainObjectBase< Matrix< Index, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
PlainObjectBase< Matrix< int, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
PlainObjectBase< Matrix< RealScalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
PlainObjectBase< Matrix< Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
ProductReturnType< Lhs, Rhs, ProductType >
ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode >
Ref< PlainObjectType, Options, StrideType >
Replicate< MatrixType, RowFactor, ColFactor >
Reverse< MatrixType, Direction >
RotationBase< AngleAxis< _Scalar >, 3 >
RotationBase< Map< const Quaternion< _Scalar >, _Options >, 3 >
RotationBase< Map< Quaternion< _Scalar >, _Options >, 3 >
RotationBase< Quaternion< _Scalar, _Options >, 3 >
RotationBase< Rotation2D< _Scalar >, 2 >
Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >
SelfAdjointEigenSolver< _MatrixType >
SelfAdjointView< MatrixType, UpLo >
SimplicialCholeskyBase< Derived >
SimplicialCholeskyBase< SimplicialCholesky< _MatrixType, _UpLo, _Ordering > >
SimplicialCholeskyBase< SimplicialLDLT< _MatrixType, _UpLo, _Ordering > >
SimplicialCholeskyBase< SimplicialLLT< _MatrixType, _UpLo, _Ordering > >
SparseLUImpl< _MatrixType::Scalar, _MatrixType::Index >
SparseQR< _MatrixType, _OrderingType >
Stride< _OuterStrideAtCompileTime, _InnerStrideAtCompileTime >
Stride< StrideType::OuterStrideAtCompileTime, StrideType::InnerStrideAtCompileTime >
SuperLUBase< _MatrixType, Derived >
SuperLUBase< _MatrixType, SuperILU< _MatrixType > >
SuperLUBase< _MatrixType, SuperLU< _MatrixType > >
Transform< _Scalar, _Dim, _Mode, _Options >
Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >
TriangularView< _MatrixType, _Mode >
Tridiagonalization< _MatrixType >
AlignedBox.h
AmbiVector.h
Amd.h
AngleAxis.h
Array.h
ArrayBase.h
ArrayCwiseBinaryOps.h
ArrayCwiseUnaryOps.h
ArrayWrapper.h
Assign.h
Assign_MKL.h
BandMatrix.h
BasicPreconditioners.h
BiCGSTAB.h
blas.h
BlasUtil.h
Block.h
BlockHouseholder.h
BlockMethods.h
BooleanRedux.h
CholmodSupport.h
CoeffBasedProduct.h
ColPivHouseholderQR.h
ColPivHouseholderQR_MKL.h
CommaInitializer.h
CommonCwiseBinaryOps.h
CommonCwiseUnaryOps.h
AltiVec/Complex.h
NEON/Complex.h
SSE/Complex.h
ComplexEigenSolver.h
ComplexSchur.h
ComplexSchur_MKL.h
CompressedStorage.h
ConjugateGradient.h
ConservativeSparseSparseProduct.h
Constants.h
CoreIterators.h
CwiseBinaryOp.h
CwiseNullaryOp.h
CwiseUnaryOp.h
CwiseUnaryView.h
DenseBase.h
DenseCoeffsBase.h
DenseStorage.h
details.h
Determinant.h
Diagonal.h
DiagonalMatrix.h
DiagonalProduct.h
DisableStupidWarnings.h
Dot.h
Eigen_Colamd.h
EigenBase.h
EigenSolver.h
EulerAngles.h
Flagged.h
ForceAlignedAccess.h
ForwardDeclarations.h
FullPivHouseholderQR.h
FullPivLU.h
Functors.h
Fuzzy.h
GeneralBlockPanelKernel.h
GeneralizedEigenSolver.h
GeneralizedSelfAdjointEigenSolver.h
GeneralMatrixMatrix.h
GeneralMatrixMatrix_MKL.h
GeneralMatrixMatrixTriangular.h
GeneralMatrixMatrixTriangular_MKL.h
GeneralMatrixVector.h
GeneralMatrixVector_MKL.h
GeneralProduct.h
GenericPacketMath.h
Geometry_SSE.h
GlobalFunctions.h
HessenbergDecomposition.h
Homogeneous.h
Householder.h
HouseholderQR.h
HouseholderQR_MKL.h
HouseholderSequence.h
Hyperplane.h
Image.h
IncompleteLUT.h
Inverse.h
Inverse_SSE.h
IO.h
IterativeSolverBase.h
Jacobi.h
JacobiSVD.h
JacobiSVD_MKL.h
Kernel.h
LDLT.h
LLT.h
LLT_MKL.h
Macros.h
Map.h
MapBase.h
MappedSparseMatrix.h
arch/SSE/MathFunctions.h
MathFunctions.h
Matrix.h
MatrixBase.h
MatrixBaseEigenvalues.h
MatrixCwiseBinaryOps.h
MatrixCwiseUnaryOps.h
Memory.h
Meta.h
MetisSupport.h
MKL_support.h
NestByValue.h
NoAlias.h
NonMPL2.h
NumTraits.h
Ordering.h
OrthoMethods.h
AltiVec/PacketMath.h
NEON/PacketMath.h
SSE/PacketMath.h
Parallelizer.h
ParametrizedLine.h
PardisoSupport.h
PartialPivLU.h
PartialPivLU_MKL.h
PaStiXSupport.h
PermutationMatrix.h
PlainObjectBase.h
ProductBase.h
Quaternion.h
Random.h
RealQZ.h
RealSchur.h
RealSchur_MKL.h
Redux.h
ReenableStupidWarnings.h
Ref.h
Replicate.h
ReturnByValue.h
Reverse.h
Rotation2D.h
RotationBase.h
Scaling.h
Select.h
SelfAdjointEigenSolver.h
SelfAdjointEigenSolver_MKL.h
SelfadjointMatrixMatrix.h
SelfadjointMatrixMatrix_MKL.h
SelfadjointMatrixVector.h
SelfadjointMatrixVector_MKL.h
SelfadjointProduct.h
SelfadjointRank2Update.h
SelfAdjointView.h
SelfCwiseBinaryOp.h
Settings.h
SimplicialCholesky.h
SimplicialCholesky_impl.h
Solve.h
SolveTriangular.h
SparseBlock.h
SparseColEtree.h
SparseCwiseBinaryOp.h
SparseCwiseUnaryOp.h
SparseDenseProduct.h
SparseDiagonalProduct.h
SparseDot.h
SparseFuzzy.h
SparseLU.h
SparseLU_column_bmod.h
SparseLU_column_dfs.h
SparseLU_copy_to_ucol.h
SparseLU_gemm_kernel.h
SparseLU_heap_relax_snode.h
SparseLU_kernel_bmod.h
SparseLU_Memory.h
SparseLU_panel_bmod.h
SparseLU_panel_dfs.h
SparseLU_pivotL.h
SparseLU_pruneL.h
SparseLU_relax_snode.h
SparseLU_Structs.h
SparseLU_SupernodalMatrix.h
SparseLU_Utils.h
SparseLUImpl.h
SparseMatrix.h
SparseMatrixBase.h
SparsePermutation.h
SparseProduct.h
SparseQR.h
SparseRedux.h
SparseSelfAdjointView.h
SparseSolve.h
SparseSparseProductWithPruning.h
SparseTranspose.h
SparseTriangularView.h
SparseUtil.h
SparseVector.h
SparseView.h
StableNorm.h
StaticAssert.h
StdDeque.h
StdList.h
StdVector.h
Stride.h
SuiteSparseQRSupport.h
SuperLUSupport.h
Swap.h
Transform.h
Translation.h
Transpose.h
Transpositions.h
TriangularMatrix.h
TriangularMatrixMatrix.h
TriangularMatrixMatrix_MKL.h
TriangularMatrixVector.h
TriangularMatrixVector_MKL.h
TriangularSolver.h
TriangularSolverMatrix.h
TriangularSolverMatrix_MKL.h
TriangularSolverVector.h
Tridiagonalization.h
Umeyama.h
UmfPackSupport.h
UpperBidiagonalization.h
VectorBlock.h
VectorwiseOp.h
Visitor.h
XprHelper.h