11 #ifndef EIGEN_FORWARDDECLARATIONS_H 12 #define EIGEN_FORWARDDECLARATIONS_H 43 template<
typename Derived>
struct EigenBase;
44 template<
typename Derived>
class DenseBase;
48 template<
typename Derived,
52 template<
typename _Scalar,
int _Rows,
int _Cols,
54 #if defined(__GNUC__) && __GNUC__==3 && __GNUC_MINOR__==4 61 : !(_Cols==1 && _Rows!=1) ? EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION
66 : EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION ),
73 template<
typename Derived>
class ArrayBase;
75 template<
typename ExpressionType,
unsigned int Added,
unsigned int Removed>
class Flagged;
76 template<
typename ExpressionType,
template <
typename>
class StorageBase >
class NoAlias;
77 template<
typename ExpressionType>
class NestByValue;
79 template<
typename ExpressionType>
class SwapWrapper;
81 template<
typename XprType,
int BlockRows=Dynamic,
int BlockCols=Dynamic,
bool InnerPanel = false>
class Block;
83 template<
typename MatrixType,
int Size=Dynamic>
class VectorBlock;
84 template<
typename MatrixType>
class Transpose;
86 template<
typename NullaryOp,
typename MatrixType>
class CwiseNullaryOp;
87 template<
typename UnaryOp,
typename MatrixType>
class CwiseUnaryOp;
88 template<
typename ViewOp,
typename MatrixType>
class CwiseUnaryView;
89 template<
typename BinaryOp,
typename Lhs,
typename Rhs>
class CwiseBinaryOp;
91 template<
typename Derived,
typename Lhs,
typename Rhs>
class ProductBase;
92 template<
typename Lhs,
typename Rhs,
int Mode>
class GeneralProduct;
97 template<
typename _Scalar,
int SizeAtCompileTime,
int MaxSizeAtCompileTime=SizeAtCompileTime>
class DiagonalMatrix;
98 template<
typename MatrixType,
typename DiagonalType,
int ProductOrder>
class DiagonalProduct;
99 template<
typename MatrixType,
int Index = 0>
class Diagonal;
100 template<
int SizeAtCompileTime,
int MaxSizeAtCompileTime = SizeAtCompileTime,
typename IndexType=
int>
class PermutationMatrix;
101 template<
int SizeAtCompileTime,
int MaxSizeAtCompileTime = SizeAtCompileTime,
typename IndexType=
int>
class Transpositions;
107 template<
typename Derived,
110 template<
int InnerStr
ideAtCompileTime,
int OuterStr
ideAtCompileTime>
class Stride;
111 template<
typename MatrixType,
int MapOptions=Unaligned,
typename Str
ideType = Str
ide<0,0> >
class Map;
114 template<
typename MatrixType,
unsigned int Mode>
class TriangularView;
115 template<
typename MatrixType,
unsigned int Mode>
class SelfAdjointView;
117 template<
typename ExpressionType>
class WithFormat;
125 template<
typename DecompositionType,
typename Rhs>
struct solve_retval;
133 template<
typename _Scalar,
int Rows=Dynamic,
int Cols=Dynamic,
int Supers=Dynamic,
int Subs=Dynamic,
int Options=0>
class BandMatrix;
137 template<
typename Lhs,
typename Rhs>
struct product_type;
140 template<
typename Lhs,
typename Rhs,
151 template<
typename LhsScalar,
typename RhsScalar,
bool ConjLhs=false,
bool ConjRhs=false>
struct conj_helper;
174 template<
typename Scalar,
typename NewType>
struct scalar_cast_op;
184 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_product_op;
193 template<
typename _Scalar,
int _Rows,
int _Cols,
195 #if defined(__GNUC__) && __GNUC__==3 && __GNUC_MINOR__==4 202 : !(_Cols==1 && _Rows!=1) ? EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION
207 : EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION ),
209 int _MaxRows = _Rows,
int _MaxCols = _Cols>
class Array;
210 template<
typename ConditionMatrixType,
typename ThenMatrixType,
typename ElseMatrixType>
class Select;
213 template<
typename MatrixType,
int RowFactor,
int ColFactor>
class Replicate;
214 template<
typename MatrixType,
int Direction = BothDirections>
class Reverse;
224 template<
typename MatrixType,
int QRPreconditioner = ColPivHouseholderQRPreconditioner>
class JacobiSVD;
225 template<
typename MatrixType,
int UpLo = Lower>
class LLT;
226 template<
typename MatrixType,
int UpLo = Lower>
class LDLT;
232 template<
typename Lhs,
typename Rhs>
class Cross;
241 #ifdef EIGEN2_SUPPORT 242 template<
typename Derived,
int _Dim>
class eigen2_RotationBase;
243 template<
typename Lhs,
typename Rhs>
class eigen2_Cross;
244 template<
typename Scalar>
class eigen2_Quaternion;
245 template<
typename Scalar>
class eigen2_Rotation2D;
246 template<
typename Scalar>
class eigen2_AngleAxis;
247 template<
typename Scalar,
int Dim>
class eigen2_Transform;
248 template <
typename _Scalar,
int _AmbientDim>
class eigen2_ParametrizedLine;
249 template <
typename _Scalar,
int _AmbientDim>
class eigen2_Hyperplane;
250 template<
typename Scalar,
int Dim>
class eigen2_Translation;
251 template<
typename Scalar,
int Dim>
class eigen2_Scaling;
254 #if EIGEN2_SUPPORT_STAGE < STAGE20_RESOLVE_API_CONFLICTS 256 template<
typename Scalar,
int Dim>
class Transform;
258 template <
typename _Scalar,
int _AmbientDim>
class Hyperplane;
259 template<
typename Scalar,
int Dim>
class Scaling;
262 #if EIGEN2_SUPPORT_STAGE > STAGE20_RESOLVE_API_CONFLICTS 263 template<
typename Scalar,
int Options = AutoAlign>
class Quaternion;
264 template<
typename Scalar,
int Dim,
int Mode,
int _Options=AutoAlign>
class Transform;
265 template <
typename _Scalar,
int _AmbientDim,
int Options=AutoAlign>
class ParametrizedLine;
266 template <
typename _Scalar,
int _AmbientDim,
int Options=AutoAlign>
class Hyperplane;
268 template<
typename MatrixType,
int Direction>
class Homogeneous;
280 template <
typename Scalar>
283 typedef std::complex<typename NumTraits<Scalar>::Real> ComplexScalar;
284 typedef ComplexScalar type(ComplexScalar,
int);
289 #ifdef EIGEN2_SUPPORT 290 template<
typename ExpressionType>
class Cwise;
291 template<
typename MatrixType>
class Minor;
292 template<
typename MatrixType>
class LU;
293 template<
typename MatrixType>
class QR;
294 template<
typename MatrixType>
class SVD;
296 template<
typename MatrixType,
unsigned int Mode>
struct eigen2_part_return_type;
302 #endif // EIGEN_FORWARDDECLARATIONS_H Expression of the product of two general matrices or vectors.
Definition: GeneralProduct.h:36
Generic expression of a matrix where all coefficients are defined by a functor.
Definition: CwiseNullaryOp.h:49
Robust Cholesky decomposition of a matrix with pivoting.
Definition: LDLT.h:48
Definition: ForwardDeclarations.h:277
Definition: Functors.h:368
Base class for Map and Block expression with direct access.
Definition: ForwardDeclarations.h:109
Read/write access via member functions.
Definition: Constants.h:312
Definition: ForwardDeclarations.h:124
Definition: GeneralProduct.h:176
Definition: PermutationMatrix.h:491
Definition: Functors.h:419
Enforce aligned packet loads and stores regardless of what is requested.
Definition: ForceAlignedAccess.h:34
Expression of a mathematical vector or matrix as an array object.
Definition: ArrayWrapper.h:41
Householder rank-revealing QR decomposition of a matrix with full pivoting.
Definition: ForwardDeclarations.h:223
Definition: Functors.h:480
Definition: ForwardDeclarations.h:151
Expression with modified flags.
Definition: Flagged.h:39
Pseudo expression providing an operator = assuming no aliasing.
Definition: NoAlias.h:31
Definition: Functors.h:744
Definition: Functors.h:903
Definition: Functors.h:802
A matrix or vector expression mapping an existing array of data.
Definition: Map.h:104
Proxy for the matrix square root of some matrix (expression).
Definition: ForwardDeclarations.h:274
Definition: ProductBase.h:63
Definition: TriangularMatrix.h:29
Expression of the transpose of a matrix.
Definition: Transpose.h:57
Definition: Functors.h:24
const unsigned int DirectAccessBit
Means that the underlying array of coefficients can be directly accessed as a plain strided array...
Definition: Constants.h:142
const unsigned int LvalueBit
Means the expression has a coeffRef() method, i.e.
Definition: Constants.h:131
Represents a rectangular matrix with a banded storage.
Definition: BandMatrix.h:199
Represents a diagonal matrix with its storage.
Definition: DiagonalMatrix.h:135
Definition: Functors.h:310
LU decomposition of a matrix with partial pivoting, and related features.
Definition: ForwardDeclarations.h:217
iterative scaling algorithm to equilibrate rows and column norms in matrices
Definition: TestIMU_Common.h:87
Definition: Functors.h:389
Holds strides information for Map.
Definition: Stride.h:44
Definition: ForwardDeclarations.h:228
Generic expression of a partially reduxed matrix.
Definition: ForwardDeclarations.h:211
Holds information about the various numeric (i.e.
Definition: NumTraits.h:88
Definition: ForwardDeclarations.h:50
Definition: Functors.h:464
Pseudo expression providing partial reduction operations.
Definition: ForwardDeclarations.h:212
Base class for all dense matrices, vectors, and arrays.
Definition: DenseBase.h:41
Proxy for the matrix function of some matrix (expression).
Definition: ForwardDeclarations.h:273
Definition: Functors.h:726
Base class for permutations.
Definition: PermutationMatrix.h:53
Helper class used by the comma initializer operator.
Definition: CommaInitializer.h:28
Common base class for all classes T such that MatrixBase has an operator=(T) and a constructor Matrix...
Definition: EigenBase.h:26
Definition: ReturnByValue.h:50
Definition: ForwardDeclarations.h:227
Definition: ForwardDeclarations.h:236
Permutation matrix.
Definition: PermutationMatrix.h:312
Generic lvalue expression of a coefficient-wise unary operator of a matrix or a vector.
Definition: CwiseUnaryView.h:59
Expression of an array as a mathematical vector or matrix.
Definition: ArrayBase.h:15
Definition: SelfCwiseBinaryOp.h:45
Expression of a fixed-size or dynamic-size sub-vector.
Definition: ForwardDeclarations.h:83
Definition: Functors.h:47
Generic expression where a coefficient-wise binary operator is applied to two expressions.
Definition: CwiseBinaryOp.h:107
Read-only access via a member function.
Definition: Constants.h:310
Base class of any sparse matrices or sparse expressions.
Definition: ForwardDeclarations.h:239
Definition: ForwardDeclarations.h:127
Storage order is column major (see TopicStorageOrders).
Definition: Constants.h:264
Definition: Functors.h:519
Pseudo expression providing additional coefficient-wise operations.
Definition: Cwise.h:50
Definition: Functors.h:208
Definition: GeneralProduct.h:57
Definition: Hyperplane.h:33
Definition: Functors.h:887
Householder rank-revealing QR decomposition of a matrix with column-pivoting.
Definition: ForwardDeclarations.h:222
Standard Cholesky decomposition (LL^T) of a matrix and associated features.
Definition: LLT.h:50
Definition: ForwardDeclarations.h:85
Dense storage base class for matrices and arrays.
Definition: PlainObjectBase.h:88
Expression of the multiple replication of a matrix or vector.
Definition: Replicate.h:62
Definition: ForwardDeclarations.h:25
Direct read-only access to the coefficients.
Definition: Constants.h:314
Common base class for compact rotation representations.
Definition: ForwardDeclarations.h:231
Expression of a minor.
Definition: Minor.h:53
Expression of a selfadjoint matrix from a triangular part of a dense matrix.
Definition: SelfAdjointView.h:53
Definition: ForwardDeclarations.h:116
Definition: ForwardDeclarations.h:219
Base class for all 1D and 2D array, and related expressions.
Definition: ArrayBase.h:39
Class to view a vector of integers as a permutation matrix.
Definition: PermutationMatrix.h:512
Definition: CoeffBasedProduct.h:114
Definition: Functors.h:351
Definition: ForwardDeclarations.h:281
Definition: ForwardDeclarations.h:233
Definition: Functors.h:539
Expression which must be nested by value.
Definition: NestByValue.h:35
Direct read/write access to the coefficients.
Definition: Constants.h:316
Definition: DiagonalProduct.h:45
Definition: Functors.h:404
Definition: Functors.h:821
Definition: BandTriangularSolver.h:13
Definition: Functors.h:104
Definition: Functors.h:841
Definition: ForwardDeclarations.h:234
Storage order is row major (see TopicStorageOrders).
Definition: Constants.h:266
Definition: Functors.h:504
Expression of a fixed-size or dynamic-size block.
Definition: Block.h:103
Definition: Functors.h:763
Definition: ForwardDeclarations.h:232
Definition: ForwardDeclarations.h:126
Definition: Quaternion.h:47
Definition: ForwardDeclarations.h:30
LU decomposition of a matrix with complete pivoting, and related features.
Definition: ForwardDeclarations.h:216
Definition: Functors.h:571
Householder QR decomposition of a matrix.
Definition: ForwardDeclarations.h:221
Definition: DiagonalMatrix.h:18
Definition: Functors.h:188
General-purpose arrays with easy API for coefficient-wise operations.
Definition: Array.h:42
Two-sided Jacobi SVD decomposition of a rectangular matrix.
Definition: ForwardDeclarations.h:224
Base class for triangular part in a matrix.
Definition: TriangularMatrix.h:158
Expression of a diagonal matrix.
Definition: DiagonalMatrix.h:248
Definition: ForwardDeclarations.h:125
Definition: ForwardDeclarations.h:129
Proxy for the matrix exponential of some matrix (expression).
Definition: ForwardDeclarations.h:272
Helper class to get the correct and optimized returned type of operator*.
Definition: GeneralProduct.h:149
Expression of a diagonal/subdiagonal/superdiagonal in a matrix.
Definition: Diagonal.h:64
Definition: Transpositions.h:49
Generic expression where a coefficient-wise unary operator is applied to an expression.
Definition: CwiseUnaryOp.h:59
The matrix class, also used for vectors and row-vectors.
Definition: Matrix.h:127
Expression of the reverse of a vector or matrix.
Definition: Reverse.h:70
Definition: Functors.h:75
Proxy for the matrix power of some matrix (expression).
Definition: ForwardDeclarations.h:276
Definition: Functors.h:871
Base class for all dense matrices, vectors, and expressions.
Definition: MatrixBase.h:48
Definition: ParametrizedLine.h:29
Definition: ForwardDeclarations.h:235
Definition: ForwardDeclarations.h:17
Represents a sequence of transpositions (row/column interchange)
Definition: Transpositions.h:156
Proxy for the matrix logarithm of some matrix (expression).
Definition: ForwardDeclarations.h:275
Definition: Functors.h:708
Definition: ForwardDeclarations.h:128
Align the matrix itself if it is vectorizable fixed-size.
Definition: Constants.h:268
Definition: Functors.h:127
Definition: Homogeneous.h:61
Expression of a coefficient wise version of the C++ ternary operator ?:
Definition: Select.h:55
Definition: Functors.h:329
Definition: Functors.h:783
Definition: Functors.h:556