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 Derived,
56 template<
typename _Scalar,
int _Rows,
int _Cols,
58 #if EIGEN_GNUC_AT(3,4) 65 : !(_Cols==1 && _Rows!=1) ? EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION
70 : EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION ),
77 template<
typename Derived>
class ArrayBase;
79 template<
typename ExpressionType,
unsigned int Added,
unsigned int Removed>
class Flagged;
80 template<
typename ExpressionType,
template <
typename>
class StorageBase >
class NoAlias;
81 template<
typename ExpressionType>
class NestByValue;
85 template<
typename XprType,
int BlockRows=Dynamic,
int BlockCols=Dynamic,
bool InnerPanel = false>
class Block;
87 template<
typename MatrixType,
int Size=Dynamic>
class VectorBlock;
88 template<
typename MatrixType>
class Transpose;
90 template<
typename NullaryOp,
typename MatrixType>
class CwiseNullaryOp;
91 template<
typename UnaryOp,
typename MatrixType>
class CwiseUnaryOp;
92 template<
typename ViewOp,
typename MatrixType>
class CwiseUnaryView;
93 template<
typename BinaryOp,
typename Lhs,
typename Rhs>
class CwiseBinaryOp;
94 template<
typename TernaryOp,
typename Arg1,
typename Arg2,
typename Arg3>
class CwiseTernaryOp;
95 template<
typename Decomposition,
typename Rhstype>
class Solve;
96 template<
typename XprType>
class Inverse;
98 template<
typename Lhs,
typename Rhs,
int Option = DefaultProduct>
class Product;
102 template<
typename _Scalar,
int SizeAtCompileTime,
int MaxSizeAtCompileTime=SizeAtCompileTime>
class DiagonalMatrix;
103 template<
typename MatrixType,
typename DiagonalType,
int ProductOrder>
class DiagonalProduct;
104 template<
typename MatrixType,
int Index = 0>
class Diagonal;
105 template<
int SizeAtCompileTime,
int MaxSizeAtCompileTime = SizeAtCompileTime,
typename IndexType=
int>
class PermutationMatrix;
106 template<
int SizeAtCompileTime,
int MaxSizeAtCompileTime = SizeAtCompileTime,
typename IndexType=
int>
class Transpositions;
112 template<
typename Derived,
115 template<
int InnerStr
ideAtCompileTime,
int OuterStr
ideAtCompileTime>
class Stride;
118 template<
typename MatrixType,
int MapOptions=Unaligned,
typename Str
ideType = Str
ide<0,0> >
class Map;
119 template<
typename Derived>
class RefBase;
120 template<
typename PlainObjectType,
int Options = 0,
124 template<
typename MatrixType,
unsigned int Mode>
class TriangularView;
125 template<
typename MatrixType,
unsigned int Mode>
class SelfAdjointView;
127 template<
typename ExpressionType>
class WithFormat;
143 template<
typename _Scalar,
int Rows=Dynamic,
int Cols=Dynamic,
int Supers=Dynamic,
int Subs=Dynamic,
int Options=0>
class BandMatrix;
147 template<
typename Lhs,
typename Rhs>
struct product_type;
156 template<
typename T,
158 typename LhsShape =
typename evaluator_traits<typename T::Lhs>::Shape,
159 typename RhsShape =
typename evaluator_traits<typename T::Rhs>::Shape,
165 template<
typename Lhs,
typename Rhs,
176 template<
typename LhsScalar,
typename RhsScalar,
bool ConjLhs=false,
bool ConjRhs=false>
struct conj_helper;
178 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_sum_op;
179 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_difference_op;
180 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_conj_product_op;
181 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_min_op;
182 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_max_op;
183 template<
typename Scalar>
struct scalar_opposite_op;
184 template<
typename Scalar>
struct scalar_conjugate_op;
185 template<
typename Scalar>
struct scalar_real_op;
186 template<
typename Scalar>
struct scalar_imag_op;
187 template<
typename Scalar>
struct scalar_abs_op;
188 template<
typename Scalar>
struct scalar_abs2_op;
189 template<
typename Scalar>
struct scalar_sqrt_op;
190 template<
typename Scalar>
struct scalar_rsqrt_op;
191 template<
typename Scalar>
struct scalar_exp_op;
192 template<
typename Scalar>
struct scalar_log_op;
193 template<
typename Scalar>
struct scalar_cos_op;
194 template<
typename Scalar>
struct scalar_sin_op;
195 template<
typename Scalar>
struct scalar_acos_op;
196 template<
typename Scalar>
struct scalar_asin_op;
197 template<
typename Scalar>
struct scalar_tan_op;
198 template<
typename Scalar>
struct scalar_inverse_op;
199 template<
typename Scalar>
struct scalar_square_op;
200 template<
typename Scalar>
struct scalar_cube_op;
201 template<
typename Scalar,
typename NewType>
struct scalar_cast_op;
202 template<
typename Scalar>
struct scalar_random_op;
203 template<
typename Scalar>
struct scalar_constant_op;
204 template<
typename Scalar>
struct scalar_identity_op;
205 template<
typename Scalar,
bool iscpx>
struct scalar_sign_op;
206 template<
typename Scalar,
typename ScalarExponent>
struct scalar_pow_op;
208 template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_product_op;
226 template<
typename _Scalar,
int _Rows,
int _Cols,
228 #if EIGEN_GNUC_AT(3,4) 235 : !(_Cols==1 && _Rows!=1) ? EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION
240 : EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION ),
242 int _MaxRows = _Rows,
int _MaxCols = _Cols>
class Array;
243 template<
typename ConditionMatrixType,
typename ThenMatrixType,
typename ElseMatrixType>
class Select;
246 template<
typename MatrixType,
int RowFactor,
int ColFactor>
class Replicate;
247 template<
typename MatrixType,
int Direction = BothDirections>
class Reverse;
258 template<
typename MatrixType,
int QRPreconditioner = ColPivHouseholderQRPreconditioner>
class JacobiSVD;
259 template<
typename MatrixType>
class BDCSVD;
260 template<
typename MatrixType,
int UpLo = Lower>
class LLT;
261 template<
typename MatrixType,
int UpLo = Lower>
class LDLT;
267 template<
typename Lhs,
typename Rhs>
class Cross;
273 template<
typename Scalar,
int Options = AutoAlign>
class Quaternion;
274 template<
typename Scalar,
int Dim,
int Mode,
int _Options=AutoAlign>
class Transform;
275 template <
typename _Scalar,
int _AmbientDim,
int Options=AutoAlign>
class ParametrizedLine;
276 template <
typename _Scalar,
int _AmbientDim,
int Options=AutoAlign>
class Hyperplane;
292 template <
typename Scalar>
295 typedef std::complex<typename NumTraits<Scalar>::Real> ComplexScalar;
296 typedef ComplexScalar type(ComplexScalar,
int);
302 #endif // EIGEN_FORWARDDECLARATIONS_H Definition: ForwardDeclarations.h:217
Generic expression of a matrix where all coefficients are defined by a functor.
Definition: CwiseNullaryOp.h:60
Robust Cholesky decomposition of a matrix with pivoting.
Definition: LDLT.h:50
Definition: ForwardDeclarations.h:114
Read/write access via member functions.
Definition: Constants.h:368
Definition: ForwardDeclarations.h:170
Definition: PermutationMatrix.h:483
Enforce aligned packet loads and stores regardless of what is requested.
Definition: ForceAlignedAccess.h:34
Storage order is column major (see TopicStorageOrders).
Definition: Constants.h:320
Definition: ForwardDeclarations.h:214
Expression of the product of two arbitrary matrices or vectors.
Definition: Product.h:71
Expression of a mathematical vector or matrix as an array object.
Definition: ArrayWrapper.h:41
Definition: ForwardDeclarations.h:162
Householder rank-revealing QR decomposition of a matrix with full pivoting.
Definition: ForwardDeclarations.h:256
Definition: ForwardDeclarations.h:79
Pseudo expression providing an operator = assuming no aliasing.
Definition: NoAlias.h:31
A matrix or vector expression mapping an existing array of data.
Definition: Map.h:88
Proxy for the matrix square root of some matrix (expression).
Definition: ForwardDeclarations.h:286
Base class for triangular part in a matrix.
Definition: TriangularMatrix.h:27
Expression of the transpose of a matrix.
Definition: Transpose.h:52
const unsigned int DirectAccessBit
Means that the underlying array of coefficients can be directly accessed as a plain strided array...
Definition: Constants.h:150
const unsigned int LvalueBit
Means the expression has a coeffRef() method, i.e.
Definition: Constants.h:139
Definition: CoreEvaluators.h:90
Represents a rectangular matrix with a banded storage.
Definition: BandMatrix.h:199
Represents a diagonal matrix with its storage.
Definition: DiagonalMatrix.h:116
LU decomposition of a matrix with partial pivoting, and related features.
Definition: ForwardDeclarations.h:250
Namespace containing all symbols from the Eigen library.
Definition: bench_norm.cpp:85
Holds strides information for Map.
Definition: Stride.h:44
Definition: ForwardDeclarations.h:263
Generic expression of a partially reduxed matrix.
Definition: ForwardDeclarations.h:244
Holds information about the various numeric (i.e.
Definition: NumTraits.h:150
Definition: ForwardDeclarations.h:54
Pseudo expression providing partial reduction operations.
Definition: ForwardDeclarations.h:245
Definition: ForwardDeclarations.h:215
Definition: ForwardDeclarations.h:218
Complete orthogonal decomposition (COD) of a matrix.
Definition: ForwardDeclarations.h:257
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:285
Proxy for the matrix power of some matrix (expression).
Definition: ForwardDeclarations.h:289
Definition: ForwardDeclarations.h:272
Base class for permutations.
Definition: PermutationMatrix.h:46
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:28
Definition: ReturnByValue.h:50
Definition: ForwardDeclarations.h:262
Definition: ForwardDeclarations.h:271
Expression of the inverse of another expression.
Definition: Inverse.h:43
Permutation matrix.
Definition: PermutationMatrix.h:308
Generic lvalue expression of a coefficient-wise unary operator of a matrix or a vector.
Definition: CwiseUnaryView.h:58
Expression of an array as a mathematical vector or matrix.
Definition: ArrayBase.h:15
Expression of a fixed-size or dynamic-size sub-vector.
Definition: ForwardDeclarations.h:87
Definition: BinaryFunctors.h:76
Definition: ForwardDeclarations.h:212
Generic expression where a coefficient-wise binary operator is applied to two expressions.
Definition: CwiseBinaryOp.h:77
Read-only access via a member function.
Definition: Constants.h:366
Align the matrix itself if it is vectorizable fixed-size.
Definition: Constants.h:324
Base class of any sparse matrices or sparse expressions.
Definition: ForwardDeclarations.h:281
Definition: ForwardDeclarations.h:137
Definition: BinaryFunctors.h:358
Definition: GeneralProduct.h:36
Definition: ForwardDeclarations.h:276
Householder rank-revealing QR decomposition of a matrix with column-pivoting.
Definition: ForwardDeclarations.h:255
Standard Cholesky decomposition (LL^T) of a matrix and associated features.
Definition: LLT.h:52
Convenience specialization of Stride to specify only an inner stride See class Map for some examples...
Definition: Stride.h:90
Definition: ForwardDeclarations.h:89
Dense storage base class for matrices and arrays.
Definition: PlainObjectBase.h:92
Generic expression where a coefficient-wise ternary operator is applied to two expressions.
Definition: CwiseTernaryOp.h:84
Expression of the multiple replication of a matrix or vector.
Definition: Replicate.h:61
Definition: ForwardDeclarations.h:25
Direct read-only access to the coefficients.
Definition: Constants.h:370
Common base class for compact rotation representations.
Definition: ForwardDeclarations.h:266
Expression of a selfadjoint matrix from a triangular part of a dense matrix.
Definition: SelfAdjointView.h:49
Definition: ForwardDeclarations.h:126
Definition: ForwardDeclarations.h:252
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:514
Definition: ForwardDeclarations.h:149
Definition: ForwardDeclarations.h:293
Definition: ForwardDeclarations.h:268
Expression which must be nested by value.
Definition: NestByValue.h:34
Direct read/write access to the coefficients.
Definition: Constants.h:372
class Bidiagonal Divide and Conquer SVD
Definition: ForwardDeclarations.h:259
Definition: ForwardDeclarations.h:103
A matrix or vector expression mapping an existing expression.
Definition: Ref.h:190
Definition: ForwardDeclarations.h:83
Definition: BandTriangularSolver.h:13
Definition: ForwardDeclarations.h:213
Definition: ForwardDeclarations.h:269
Definition: CoreEvaluators.h:79
Expression of a fixed-size or dynamic-size block.
Definition: Block.h:103
Definition: ForwardDeclarations.h:267
Definition: ForwardDeclarations.h:136
Definition: ForwardDeclarations.h:273
Definition: ForwardDeclarations.h:30
LU decomposition of a matrix with complete pivoting, and related features.
Definition: ForwardDeclarations.h:249
Householder QR decomposition of a matrix.
Definition: ForwardDeclarations.h:254
Definition: DiagonalMatrix.h:18
General-purpose arrays with easy API for coefficient-wise operations.
Definition: Array.h:45
Storage order is row major (see TopicStorageOrders).
Definition: Constants.h:322
Two-sided Jacobi SVD decomposition of a rectangular matrix.
Definition: ForwardDeclarations.h:258
Expression of a triangular part in a matrix.
Definition: TriangularMatrix.h:186
Definition: ForwardDeclarations.h:219
Expression of a diagonal matrix.
Definition: DiagonalMatrix.h:245
Definition: ForwardDeclarations.h:207
Definition: ForwardDeclarations.h:139
Proxy for the matrix exponential of some matrix (expression).
Definition: ForwardDeclarations.h:284
Definition: ForwardDeclarations.h:167
Expression of a diagonal/subdiagonal/superdiagonal in a matrix.
Definition: Diagonal.h:63
Pseudo expression representing a solving operation.
Definition: Solve.h:62
Definition: Transpositions.h:16
Generic expression where a coefficient-wise unary operator is applied to an expression.
Definition: CwiseUnaryOp.h:55
The matrix class, also used for vectors and row-vectors.
Definition: Matrix.h:178
Convenience specialization of Stride to specify only an outer stride See class Map for some examples...
Definition: Stride.h:101
Expression of the reverse of a vector or matrix.
Definition: Reverse.h:63
A base class for matrix decomposition and solvers.
Definition: SolverBase.h:41
Proxy for the matrix power of some matrix (expression).
Definition: ForwardDeclarations.h:288
Base class for all dense matrices, vectors, and expressions.
Definition: MatrixBase.h:48
Definition: ForwardDeclarations.h:275
Definition: ForwardDeclarations.h:270
Definition: ForwardDeclarations.h:17
Represents a sequence of transpositions (row/column interchange)
Definition: Transpositions.h:158
Proxy for the matrix logarithm of some matrix (expression).
Definition: ForwardDeclarations.h:287
Definition: ForwardDeclarations.h:216
Definition: ForwardDeclarations.h:138
Definition: ForwardDeclarations.h:278
Expression of a coefficient wise version of the C++ ternary operator ?:
Definition: Select.h:52
An InnerIterator allows to loop over the element of any matrix expression.
Definition: CoreIterators.h:33