G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsEigenDeclarations.h
Go to the documentation of this file.
1
14namespace Eigen
15{
16
17template<typename MatrixType,int RowFactor> class BlockDiag;
18template<typename MatrixType,int RowFactor> class BlockTranspose;
19
20namespace internal
21{
22template<typename MatrixType> struct adjugate_impl;
23}
24
25template<typename XprType, typename IndicesType> class RowSelection;
26
27}