11 #ifndef EIGEN_FORWARDDECLARATIONS_H
12 #define EIGEN_FORWARDDECLARATIONS_H
47 template<
typename Derived>
struct EigenBase;
48 template<
typename Derived>
class DenseBase;
52 template<
typename _Scalar,
int _Rows,
int _Cols,
54 #if EIGEN_GNUC_AT(3,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;
81 template<
typename XprType,
int BlockRows=Dynamic,
int BlockCols=Dynamic,
bool InnerPanel = false>
class Block;
82 template<
typename XprType,
typename RowIndices,
typename ColIndices>
class IndexedView;
83 template<
typename XprType,
int Rows=Dynamic,
int Cols=Dynamic,
int Order=0>
class Reshaped;
85 template<
typename MatrixType,
int Size=Dynamic>
class VectorBlock;
86 template<
typename MatrixType>
class Transpose;
88 template<
typename NullaryOp,
typename MatrixType>
class CwiseNullaryOp;
89 template<
typename UnaryOp,
typename MatrixType>
class CwiseUnaryOp;
90 template<
typename ViewOp,
typename MatrixType>
class CwiseUnaryView;
91 template<
typename BinaryOp,
typename Lhs,
typename Rhs>
class CwiseBinaryOp;
92 template<
typename TernaryOp,
typename Arg1,
typename Arg2,
typename Arg3>
class CwiseTernaryOp;
93 template<
typename Decomposition,
typename Rhstype>
class Solve;
94 template<
typename XprType>
class Inverse;
96 template<
typename Lhs,
typename Rhs,
int Option = DefaultProduct>
class Product;
100 template<
typename _Scalar,
int SizeAtCompileTime,
int MaxSizeAtCompileTime=SizeAtCompileTime>
class DiagonalMatrix;
101 template<
typename MatrixType,
typename DiagonalType,
int ProductOrder>
class DiagonalProduct;
102 template<
typename MatrixType,
int Index = 0>
class Diagonal;
103 template<
int SizeAtCompileTime,
int MaxSizeAtCompileTime = SizeAtCompileTime,
typename IndexType=
int>
class PermutationMatrix;
104 template<
int SizeAtCompileTime,
int MaxSizeAtCompileTime = SizeAtCompileTime,
typename IndexType=
int>
class Transpositions;
110 template<
typename Derived,
113 template<
int OuterStr
ideAtCompileTime,
int InnerStr
ideAtCompileTime>
class Stride;
116 template<
typename MatrixType,
int MapOptions=Unaligned,
typename Str
ideType = Str
ide<0,0> >
class Map;
117 template<
typename Derived>
class RefBase;
118 template<
typename PlainObjectType,
int Options = 0,
122 template<
typename MatrixType,
unsigned int Mode>
class TriangularView;
123 template<
typename MatrixType,
unsigned int Mode>
class SelfAdjointView;
124 template<
typename MatrixType>
class SparseView;
125 template<
typename ExpressionType>
class WithFormat;
134 template<
typename XprType>
class generic_randaccess_stl_iterator;
135 template<
typename XprType>
class pointer_based_stl_iterator;
136 template<
typename XprType, DirectionType Direction>
class subvector_stl_iterator;
137 template<
typename XprType, DirectionType Direction>
class subvector_stl_reverse_iterator;
138 template<
typename DecompositionType>
struct kernel_retval_base;
145 template<
typename _Scalar,
int Rows=Dynamic,
int Cols=Dynamic,
int Supers=Dynamic,
int Subs=Dynamic,
int Options=0>
class BandMatrix;
149 template<
typename Lhs,
typename Rhs>
struct product_type;
158 template<
typename T,
160 typename LhsShape =
typename evaluator_traits<typename T::Lhs>::Shape,
161 typename RhsShape =
typename evaluator_traits<typename T::Rhs>::Shape,
167 template<
typename Lhs,
typename Rhs,
178 template<
typename LhsScalar,
typename RhsScalar,
bool ConjLhs=false,
bool ConjRhs=false>
struct conj_helper;
180 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_sum_op;
181 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_difference_op;
182 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_conj_product_op;
183 template<
typename LhsScalar,
typename RhsScalar=LhsScalar,
int NaNPropagation=PropagateFast>
struct scalar_min_op;
184 template<
typename LhsScalar,
typename RhsScalar=LhsScalar,
int NaNPropagation=PropagateFast>
struct scalar_max_op;
185 template<
typename Scalar>
struct scalar_opposite_op;
186 template<
typename Scalar>
struct scalar_conjugate_op;
187 template<
typename Scalar>
struct scalar_real_op;
188 template<
typename Scalar>
struct scalar_imag_op;
189 template<
typename Scalar>
struct scalar_abs_op;
190 template<
typename Scalar>
struct scalar_abs2_op;
191 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_absolute_difference_op;
192 template<
typename Scalar>
struct scalar_sqrt_op;
193 template<
typename Scalar>
struct scalar_rsqrt_op;
194 template<
typename Scalar>
struct scalar_exp_op;
195 template<
typename Scalar>
struct scalar_log_op;
196 template<
typename Scalar>
struct scalar_cos_op;
197 template<
typename Scalar>
struct scalar_sin_op;
198 template<
typename Scalar>
struct scalar_acos_op;
199 template<
typename Scalar>
struct scalar_asin_op;
200 template<
typename Scalar>
struct scalar_tan_op;
201 template<
typename Scalar>
struct scalar_inverse_op;
202 template<
typename Scalar>
struct scalar_square_op;
203 template<
typename Scalar>
struct scalar_cube_op;
204 template<
typename Scalar,
typename NewType>
struct scalar_cast_op;
205 template<
typename Scalar>
struct scalar_random_op;
206 template<
typename Scalar>
struct scalar_constant_op;
207 template<
typename Scalar>
struct scalar_identity_op;
208 template<
typename Scalar,
bool is_complex,
bool is_
integer>
struct scalar_sign_op;
209 template<
typename Scalar,
typename ScalarExponent>
struct scalar_pow_op;
211 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_product_op;
245 template<
typename _Scalar,
int _Rows,
int _Cols,
247 #if EIGEN_GNUC_AT(3,4)
254 : !(_Cols==1 && _Rows!=1) ? EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION
259 : EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION ),
261 int _MaxRows = _Rows,
int _MaxCols = _Cols>
class Array;
262 template<
typename ConditionMatrixType,
typename ThenMatrixType,
typename ElseMatrixType>
class Select;
263 template<
typename MatrixType,
typename BinaryOp,
int Direction>
class PartialReduxExpr;
264 template<
typename ExpressionType,
int Direction>
class VectorwiseOp;
265 template<
typename MatrixType,
int RowFactor,
int ColFactor>
class Replicate;
266 template<
typename MatrixType,
int Direction = BothDirections>
class Reverse;
268 template<
typename MatrixType>
class FullPivLU;
277 template<
typename MatrixType>
class SVDBase;
278 template<
typename MatrixType,
int QRPreconditioner = ColPivHouseholderQRPreconditioner>
class JacobiSVD;
279 template<
typename MatrixType>
class BDCSVD;
280 template<
typename MatrixType,
int UpLo = Lower>
class LLT;
281 template<
typename MatrixType,
int UpLo = Lower>
class LDLT;
282 template<
typename VectorsType,
typename CoeffsType,
int S
ide=OnTheLeft>
class HouseholderSequence;
286 template<
typename Derived,
int _Dim>
class RotationBase;
287 template<
typename Lhs,
typename Rhs>
class Cross;
290 template<
typename Scalar>
class AngleAxis;
291 template<
typename Scalar,
int Dim>
class Translation;
292 template<
typename Scalar,
int Dim>
class AlignedBox;
293 template<
typename Scalar,
int Options = AutoAlign>
class Quaternion;
294 template<
typename Scalar,
int Dim,
int Mode,
int _Options=AutoAlign>
class Transform;
295 template <
typename _Scalar,
int _AmbientDim,
int Options=AutoAlign>
class ParametrizedLine;
296 template <
typename _Scalar,
int _AmbientDim,
int Options=AutoAlign>
class Hyperplane;
298 template<
typename MatrixType,
int Direction>
class Homogeneous;
312 template <
typename Scalar>
315 typedef std::complex<typename NumTraits<Scalar>::Real> ComplexScalar;
316 typedef ComplexScalar type(ComplexScalar,
int);
322 #endif // EIGEN_FORWARDDECLARATIONS_H
Expression of the inverse of another expression.
Definition: Inverse.h:44
Definition: ForwardDeclarations.h:287
Represents a rectangular matrix with a banded storage.
Definition: BandMatrix.h:200
Definition: ForwardDeclarations.h:226
Definition: Transpositions.h:17
Definition: ForwardDeclarations.h:79
Namespace containing all symbols from the Eigen library.
Definition: LDLT.h:16
Definition: ForwardDeclarations.h:307
Definition: ReturnByValue.h:52
Represents a diagonal matrix with its storage.
Definition: DiagonalMatrix.h:142
LU decomposition of a matrix with partial pivoting, and related features.
Definition: PartialPivLU.h:78
Expression of a fixed-size or dynamic-size block.
Definition: Block.h:105
Definition: ForwardDeclarations.h:221
Holds strides information for Map.
Definition: Stride.h:45
Generic expression where a coefficient-wise binary operator is applied to two expressions.
Definition: CwiseBinaryOp.h:84
Definition: BinaryFunctors.h:468
Enforce aligned packet loads and stores regardless of what is requested.
Definition: ForceAlignedAccess.h:36
Definition: ForwardDeclarations.h:215
Definition: ForwardDeclarations.h:306
Convenience specialization of Stride to specify only an inner stride See class Map for some examples.
Definition: Stride.h:91
Base class of SVD algorithms.
Definition: SVDBase.h:61
Definition: EigenBase.h:30
Definition: ForwardDeclarations.h:232
Definition: ForwardDeclarations.h:308
Represents a 3D rotation as a rotation angle around an arbitrary 3D axis.
Definition: AngleAxis.h:50
General-purpose arrays with easy API for coefficient-wise operations.
Definition: Array.h:47
Definition: ForwardDeclarations.h:314
Pseudo expression providing broadcasting and partial reduction operations.
Definition: VectorwiseOp.h:187
Definition: ForwardDeclarations.h:217
Definition: CoreEvaluators.h:80
Represents a sequence of transpositions (row/column interchange)
Definition: Transpositions.h:156
Expression of a selfadjoint matrix from a triangular part of a dense matrix.
Definition: SelfAdjointView.h:51
Expression of a mathematical vector or matrix as an array object.
Definition: ArrayWrapper.h:43
@ RowMajor
Definition: Constants.h:320
Expression of a non-sequential sub-matrix defined by arbitrary sequences of row and column indices.
Definition: IndexedView.h:110
Generic lvalue expression of a coefficient-wise unary operator of a matrix or a vector.
Definition: CwiseUnaryView.h:59
Pseudo expression providing an operator = assuming no aliasing.
Definition: NoAlias.h:32
Rotation given by a cosine-sine pair.
Definition: Jacobi.h:35
LU decomposition of a matrix with complete pivoting, and related features.
Definition: FullPivLU.h:62
An axis aligned box.
Definition: AlignedBox.h:67
Definition: BinaryFunctors.h:71
Definition: ForwardDeclarations.h:75
Expression of the transpose of a matrix.
Definition: Transpose.h:54
const unsigned int DirectAccessBit
Definition: Constants.h:154
Definition: ForwardDeclarations.h:219
Definition: ForwardDeclarations.h:304
Generic expression of a matrix where all coefficients are defined by a functor.
Definition: CwiseNullaryOp.h:61
Expression of one (or a set of) homogeneous vector(s)
Definition: Homogeneous.h:62
Definition: ForwardDeclarations.h:169
Definition: ForwardDeclarations.h:210
Definition: ForwardDeclarations.h:235
Householder rank-revealing QR decomposition of a matrix with full pivoting.
Definition: FullPivHouseholderQR.h:62
@ DirectAccessors
Definition: Constants.h:379
Definition: ForwardDeclarations.h:229
Definition: ForwardDeclarations.h:233
Definition: ForwardDeclarations.h:141
Definition: ForwardDeclarations.h:271
Class to view a vector of integers as a permutation matrix.
Definition: PermutationMatrix.h:487
const unsigned int LvalueBit
Definition: Constants.h:143
Base class for triangular part in a matrix.
Definition: TriangularMatrix.h:28
Definition: ForwardDeclarations.h:112
class Bidiagonal Divide and Conquer SVD
Definition: BDCSVD.h:74
Common base class for compact rotation representations.
Definition: RotationBase.h:30
Definition: ForwardDeclarations.h:101
Expression of a diagonal/subdiagonal/superdiagonal in a matrix.
Definition: Diagonal.h:65
Expression of the reverse of a vector or matrix.
Definition: Reverse.h:65
Expression of the multiple replication of a matrix or vector.
Definition: Replicate.h:63
Definition: ForwardDeclarations.h:236
Definition: ForwardDeclarations.h:218
Definition: ForwardDeclarations.h:164
A hyperplane.
Definition: Hyperplane.h:35
Definition: ForwardDeclarations.h:151
Convenience specialization of Stride to specify only an outer stride See class Map for some examples.
Definition: Stride.h:102
Complete orthogonal decomposition (COD) of a matrix.
Definition: CompleteOrthogonalDecomposition.h:52
Definition: PlainObjectBase.h:100
Expression of the product of two arbitrary matrices or vectors.
Definition: Product.h:75
Robust Cholesky decomposition of a matrix with pivoting.
Definition: LDLT.h:61
Definition: ForwardDeclarations.h:309
Definition: ForwardDeclarations.h:230
@ AutoAlign
Definition: Constants.h:322
Definition: CoreEvaluators.h:91
Householder rank-revealing QR decomposition of a matrix with column-pivoting.
Definition: ColPivHouseholderQR.h:53
A matrix or vector expression mapping an existing array of data.
Definition: Map.h:96
An InnerIterator allows to loop over the element of any matrix expression.
Definition: CoreIterators.h:34
Expression of a diagonal matrix.
Definition: DiagonalMatrix.h:295
Definition: ForwardDeclarations.h:228
A parametrized line.
Definition: ParametrizedLine.h:31
@ ReadOnlyAccessors
Definition: Constants.h:375
Base class for all 1D and 2D array, and related expressions.
Definition: ArrayBase.h:41
Represents a rotation/orientation in a 2 dimensional space.
Definition: Rotation2D.h:42
Definition: ForwardDeclarations.h:87
Two-sided Jacobi SVD decomposition of a rectangular matrix.
Definition: JacobiSVD.h:490
Generic expression where a coefficient-wise ternary operator is applied to two expressions.
Definition: CwiseTernaryOp.h:88
Definition: ForwardDeclarations.h:139
The quaternion class used to represent 3D orientations and rotations.
Definition: Quaternion.h:274
Standard Cholesky decomposition (LL^T) of a matrix and associated features.
Definition: LLT.h:68
Pseudo expression representing a solving operation.
Definition: Solve.h:63
A matrix or vector expression mapping an existing expression.
Definition: Ref.h:197
Base class for permutations.
Definition: PermutationMatrix.h:47
Definition: ForwardDeclarations.h:305
Definition: ForwardDeclarations.h:17
Base class for all dense matrices, vectors, and arrays.
Definition: DenseBase.h:47
Definition: GeneralProduct.h:52
Generic expression where a coefficient-wise unary operator is applied to an expression.
Definition: CwiseUnaryOp.h:56
Definition: ForwardDeclarations.h:172
Permutation matrix.
Definition: PermutationMatrix.h:298
Helper class used by the comma initializer operator.
Definition: CommaInitializer.h:29
Expression of a fixed-size or dynamic-size sub-vector.
Definition: VectorBlock.h:60
Expression which must be nested by value.
Definition: NestByValue.h:40
Expression of a dense or sparse matrix with zero or too small values removed.
Definition: SparseView.h:46
Base class of any sparse matrices or sparse expressions.
Definition: SparseMatrixBase.h:28
@ DirectWriteAccessors
Definition: Constants.h:381
Definition: ForwardDeclarations.h:223
Definition: ForwardDeclarations.h:231
Represents a translation transformation.
Definition: Translation.h:31
Definition: ForwardDeclarations.h:237
The matrix class, also used for vectors and row-vectors.
Definition: Matrix.h:180
Base class for all dense matrices, vectors, and expressions.
Definition: MatrixBase.h:50
@ ColMajor
Definition: Constants.h:318
Expression of an array as a mathematical vector or matrix.
Definition: ArrayWrapper.h:141
Expression of a fixed-size or dynamic-size reshape.
Definition: Reshaped.h:98
Definition: Transpositions.h:274
Generic expression of a partially reduxed matrix.
Definition: VectorwiseOp.h:58
Expression of a triangular part in a matrix.
Definition: TriangularMatrix.h:189
@ WriteAccessors
Definition: Constants.h:377
Definition: ForwardDeclarations.h:31
Definition: ForwardDeclarations.h:222
Definition: ForwardDeclarations.h:50
Base class for quaternion expressions.
Definition: Quaternion.h:36
Definition: DiagonalMatrix.h:19
Definition: ForwardDeclarations.h:234
Definition: ForwardDeclarations.h:220
Expression of a coefficient wise version of the C++ ternary operator ?:
Definition: Select.h:54
Holds information about the various numeric (i.e. scalar) types allowed by Eigen.
Definition: NumTraits.h:213
Definition: ForwardDeclarations.h:227
Definition: ForwardDeclarations.h:26
A base class for matrix decomposition and solvers.
Definition: SolverBase.h:69
Householder QR decomposition of a matrix.
Definition: HouseholderQR.h:58
Sequence of Householder reflections acting on subspaces with decreasing size.
Definition: HouseholderSequence.h:121
Definition: ForwardDeclarations.h:216