11#ifndef EIGEN_FORWARDDECLARATIONS_H
12#define EIGEN_FORWARDDECLARATIONS_H
47template<
typename Derived>
struct EigenBase;
48template<
typename Derived>
class DenseBase;
52template<
typename Derived,
56template<
typename _Scalar,
int _Rows,
int _Cols,
65 : !(
_Cols==1 &&
_Rows!=1) ? EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION
70 : EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION ),
77template<
typename Derived>
class ArrayBase;
79template<
typename ExpressionType,
unsigned int Added,
unsigned int Removed>
class Flagged;
80template<
typename ExpressionType,
template <
typename>
class StorageBase >
class NoAlias;
85template<
typename XprType,
int BlockRows=Dynamic,
int BlockCols=Dynamic,
bool InnerPanel = false>
class Block;
87template<
typename MatrixType,
int Size=Dynamic>
class VectorBlock;
88template<
typename MatrixType>
class Transpose;
90template<
typename NullaryOp,
typename MatrixType>
class CwiseNullaryOp;
91template<
typename UnaryOp,
typename MatrixType>
class CwiseUnaryOp;
92template<
typename ViewOp,
typename MatrixType>
class CwiseUnaryView;
93template<
typename BinaryOp,
typename Lhs,
typename Rhs>
class CwiseBinaryOp;
94template<
typename Decomposition,
typename Rhstype>
class Solve;
95template<
typename XprType>
class Inverse;
101template<
typename Lhs,
typename Rhs,
int Option = DefaultProduct>
class Product;
105template<
typename _Scalar,
int SizeAtCompileTime,
int MaxSizeAtCompileTime=SizeAtCompileTime>
class DiagonalMatrix;
106template<
typename MatrixType,
typename DiagonalType,
int ProductOrder>
class DiagonalProduct;
107template<
typename MatrixType,
int Index = 0>
class Diagonal;
108template<
int SizeAtCompileTime,
int MaxSizeAtCompileTime = SizeAtCompileTime,
typename IndexType=
int>
class PermutationMatrix;
109template<
int SizeAtCompileTime,
int MaxSizeAtCompileTime = SizeAtCompileTime,
typename IndexType=
int>
class Transpositions;
115template<
typename Derived,
118template<
int InnerStr
ideAtCompileTime,
int OuterStr
ideAtCompileTime>
class Stride;
121template<
typename MatrixType,
int MapOptions=Unaligned,
typename Str
ideType = Str
ide<0,0> >
class Map;
122template<
typename Derived>
class RefBase;
123template<
typename PlainObjectType,
int Options = 0,
127template<
typename MatrixType,
unsigned int Mode>
class TriangularView;
129template<
typename MatrixType>
class SparseView;
130template<
typename ExpressionType>
class WithFormat;
139template<
typename DecompositionType>
struct kernel_retval_base;
146template<
typename _Scalar,
int Rows=Dynamic,
int Cols=Dynamic,
int Supers=Dynamic,
int Subs=Dynamic,
int Options=0>
class BandMatrix;
150template<
typename Lhs,
typename Rhs>
struct product_type;
161 typename LhsShape =
typename evaluator_traits<typename T::Lhs>::Shape,
162 typename RhsShape =
typename evaluator_traits<typename T::Rhs>::Shape,
168template<
typename Lhs,
typename Rhs,
179template<
typename LhsScalar,
typename RhsScalar,
bool ConjLhs=false,
bool ConjRhs=false>
struct conj_helper;
214template<
typename LhsScalar,
typename RhsScalar=LhsScalar>
struct scalar_product_op;
224template<
typename _Scalar,
int _Rows,
int _Cols,
226#if EIGEN_GNUC_AT(3,4)
233 : !(
_Cols==1 &&
_Rows!=1) ? EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION
238 : EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION ),
241template<
typename ConditionMatrixType,
typename ThenMatrixType,
typename ElseMatrixType>
class Select;
242template<
typename MatrixType,
typename BinaryOp,
int Direction>
class PartialReduxExpr;
243template<
typename ExpressionType,
int Direction>
class VectorwiseOp;
244template<
typename MatrixType,
int RowFactor,
int ColFactor>
class Replicate;
245template<
typename MatrixType,
int Direction = BothDirections>
class Reverse;
247template<
typename MatrixType>
class FullPivLU;
255template<
typename MatrixType,
int QRPreconditioner = ColPivHouseholderQRPreconditioner>
class JacobiSVD;
256template<
typename MatrixType>
class BDCSVD;
257template<
typename MatrixType,
int UpLo = Lower>
class LLT;
258template<
typename MatrixType,
int UpLo = Lower>
class LDLT;
259template<
typename VectorsType,
typename CoeffsType,
int S
ide=OnTheLeft>
class HouseholderSequence;
264template<
typename Lhs,
typename Rhs>
class Cross;
267template<
typename Scalar>
class AngleAxis;
268template<
typename Scalar,
int Dim>
class Translation;
269template<
typename Scalar,
int Dim>
class AlignedBox;
270template<
typename Scalar,
int Options = AutoAlign>
class Quaternion;
271template<
typename Scalar,
int Dim,
int Mode,
int _Options=AutoAlign>
class Transform;
272template <
typename _Scalar,
int _AmbientDim,
int Options=AutoAlign>
class ParametrizedLine;
273template <
typename _Scalar,
int _AmbientDim,
int Options=AutoAlign>
class Hyperplane;
275template<
typename MatrixType,
int Direction>
class Homogeneous;
289template <
typename Scalar>
292 typedef std::complex<typename NumTraits<Scalar>::Real> ComplexScalar;
293 typedef ComplexScalar type(ComplexScalar,
int);
\geometry_module
Definition AlignedBox.h:31
\geometry_module
Definition AngleAxis.h:50
Base class for all 1D and 2D array, and related expressions.
Definition ArrayBase.h:41
Expression of a mathematical vector or matrix as an array object.
Definition ArrayWrapper.h:42
General-purpose arrays with easy API for coefficient-wise operations.
Definition Array.h:47
class Bidiagonal Divide and Conquer SVD
Definition BDCSVD.h:56
Expression of a fixed-size or dynamic-size block.
Definition Block.h:106
Householder rank-revealing QR decomposition of a matrix with column-pivoting.
Definition ColPivHouseholderQR.h:47
Definition ForwardDeclarations.h:89
Definition ForwardDeclarations.h:264
Generic expression where a coefficient-wise binary operator is applied to two expressions.
Definition CwiseBinaryOp.h:85
Generic expression of a matrix where all coefficients are defined by a functor.
Definition CwiseNullaryOp.h:45
Generic expression where a coefficient-wise unary operator is applied to an expression.
Definition CwiseUnaryOp.h:57
Generic lvalue expression of a coefficient-wise unary operator of a matrix or a vector.
Definition CwiseUnaryView.h:60
Base class for all dense matrices, vectors, and arrays.
Definition DenseBase.h:49
Definition ForwardDeclarations.h:54
Definition DiagonalMatrix.h:19
Represents a diagonal matrix with its storage.
Definition DiagonalMatrix.h:119
Definition ForwardDeclarations.h:106
Expression of a diagonal matrix.
Definition DiagonalMatrix.h:248
Expression of a diagonal/subdiagonal/superdiagonal in a matrix.
Definition Diagonal.h:65
Definition ForwardDeclarations.h:79
Enforce aligned packet loads and stores regardless of what is requested.
Definition ForceAlignedAccess.h:36
Householder rank-revealing QR decomposition of a matrix with full pivoting.
Definition FullPivHouseholderQR.h:56
LU decomposition of a matrix with complete pivoting, and related features.
Definition FullPivLU.h:59
\geometry_module
Definition Homogeneous.h:62
Householder QR decomposition of a matrix.
Definition HouseholderQR.h:43
\householder_module
Definition HouseholderSequence.h:121
\geometry_module
Definition Hyperplane.h:35
An InnerIterator allows to loop over the element of any matrix expression.
Definition CoreIterators.h:34
Convenience specialization of Stride to specify only an inner stride See class Map for some examples.
Definition Stride.h:91
Expression of the inverse of another expression.
Definition Inverse.h:44
\jacobi_module
Definition Jacobi.h:35
Two-sided Jacobi SVD decomposition of a rectangular matrix.
Definition JacobiSVD.h:500
Robust Cholesky decomposition of a matrix with pivoting.
Definition LDLT.h:49
Standard Cholesky decomposition (LL^T) of a matrix and associated features.
Definition LLT.h:51
Base class for Map and Block expression with direct access.
Definition ForwardDeclarations.h:117
A matrix or vector expression mapping an existing array of data.
Definition Map.h:91
Base class for all dense matrices, vectors, and expressions.
Definition MatrixBase.h:50
Definition ForwardDeclarations.h:286
Definition ForwardDeclarations.h:282
Definition ForwardDeclarations.h:284
Definition ForwardDeclarations.h:285
Definition ForwardDeclarations.h:283
Expression of an array as a mathematical vector or matrix.
Definition ArrayWrapper.h:185
The matrix class, also used for vectors and row-vectors.
Definition Matrix.h:180
Expression which must be nested by value.
Definition NestByValue.h:37
Pseudo expression providing an operator = assuming no aliasing.
Definition NoAlias.h:32
Convenience specialization of Stride to specify only an outer stride See class Map for some examples.
Definition Stride.h:102
\geometry_module
Definition ParametrizedLine.h:31
LU decomposition of a matrix with partial pivoting, and related features.
Definition PartialPivLU.h:64
Generic expression of a partially reduxed matrix.
Definition VectorwiseOp.h:58
Base class for permutations.
Definition PermutationMatrix.h:48
Permutation matrix.
Definition PermutationMatrix.h:311
Class to view a vector of integers as a permutation matrix.
Definition PermutationMatrix.h:518
Dense storage base class for matrices and arrays.
Definition PlainObjectBase.h:93
Expression of the product of two arbitrary matrices or vectors.
Definition Product.h:111
\geometry_module
Definition Quaternion.h:36
\geometry_module
Definition Quaternion.h:228
A matrix or vector expression mapping an existing expression.
Definition Ref.h:188
Expression of the multiple replication of a matrix or vector.
Definition Replicate.h:62
Definition ReturnByValue.h:53
Expression of the reverse of a vector or matrix.
Definition Reverse.h:65
\geometry_module
Definition Rotation2D.h:42
Common base class for compact rotation representations.
Definition RotationBase.h:30
Expression of a coefficient wise version of the C++ ternary operator ?:
Definition Select.h:54
Expression of a selfadjoint matrix from a triangular part of a dense matrix.
Definition SelfAdjointView.h:51
Pseudo expression representing a solving operation.
Definition Solve.h:63
A base class for matrix decomposition and solvers.
Definition SolverBase.h:42
Base class of any sparse matrices or sparse expressions.
Definition SparseMatrixBase.h:34
Definition SparseView.h:32
Holds strides information for Map.
Definition Stride.h:45
Definition ForwardDeclarations.h:83
\geometry_module
Definition Translation.h:31
Expression of the transpose of a matrix.
Definition Transpose.h:55
Definition Transpositions.h:46
Definition Transpositions.h:290
Represents a sequence of transpositions (row/column interchange)
Definition Transpositions.h:159
Base class for triangular part in a matrix.
Definition TriangularMatrix.h:28
Expression of a triangular part in a matrix.
Definition TriangularMatrix.h:188
Expression of a fixed-size or dynamic-size sub-vector.
Definition VectorBlock.h:61
Pseudo expression providing partial reduction operations.
Definition VectorwiseOp.h:157
Represents a rectangular matrix with a banded storage.
Definition BandMatrix.h:200
@ ColMajor
Storage order is column major (see TopicStorageOrders).
Definition Constants.h:320
@ RowMajor
Storage order is row major (see TopicStorageOrders).
Definition Constants.h:322
@ AutoAlign
Align the matrix itself if it is vectorizable fixed-size.
Definition Constants.h:324
@ DirectAccessors
Direct read-only access to the coefficients.
Definition Constants.h:370
@ ReadOnlyAccessors
Read-only access via a member function.
Definition Constants.h:366
@ WriteAccessors
Read/write access via member functions.
Definition Constants.h:368
@ DirectWriteAccessors
Direct read/write access to the coefficients.
Definition Constants.h:372
const unsigned int DirectAccessBit
Means that the underlying array of coefficients can be directly accessed as a plain strided array.
Definition Constants.h:149
const unsigned int LvalueBit
Means the expression has a coeffRef() method, i.e.
Definition Constants.h:138
Helper class used by the comma initializer operator.
Definition CommaInitializer.h:29
Common base class for all classes T such that MatrixBase has an operator=(T) and a constructor Matrix...
Definition EigenBase.h:29
Definition ForwardDeclarations.h:173
Definition ForwardDeclarations.h:281
Holds information about the various numeric (i.e.
Definition NumTraits.h:108
Definition ForwardDeclarations.h:170
Definition ForwardDeclarations.h:152
Definition ForwardDeclarations.h:31
Definition ForwardDeclarations.h:179
Definition CoreEvaluators.h:75
Definition CoreEvaluators.h:82
Definition ForwardDeclarations.h:26
Definition ForwardDeclarations.h:142
Definition ForwardDeclarations.h:250
Definition ForwardDeclarations.h:140
Definition ForwardDeclarations.h:165
Definition ForwardDeclarations.h:98
Definition GeneralProduct.h:36
Definition UnaryFunctors.h:91
Definition UnaryFunctors.h:41
Definition UnaryFunctors.h:372
Definition BinaryFunctors.h:438
Definition UnaryFunctors.h:391
Definition UnaryFunctors.h:152
Definition BinaryFunctors.h:87
Definition UnaryFunctors.h:109
Definition NullaryFunctors.h:18
Definition UnaryFunctors.h:314
Definition UnaryFunctors.h:591
Definition BinaryFunctors.h:266
Definition UnaryFunctors.h:231
Definition NullaryFunctors.h:31
Definition UnaryFunctors.h:183
Definition UnaryFunctors.h:559
Definition UnaryFunctors.h:247
Definition BinaryFunctors.h:139
Definition BinaryFunctors.h:116
Definition BinaryFunctors.h:376
Definition BinaryFunctors.h:358
Definition UnaryFunctors.h:22
Definition BinaryFunctors.h:493
Definition BinaryFunctors.h:59
Definition BinaryFunctors.h:396
Definition BinaryFunctors.h:411
Definition BinaryFunctors.h:286
Definition UnaryFunctors.h:167
Definition UnaryFunctors.h:295
Definition UnaryFunctors.h:734
Definition UnaryFunctors.h:333
Definition UnaryFunctors.h:277
Definition UnaryFunctors.h:575
Definition BinaryFunctors.h:24
Definition UnaryFunctors.h:353
Definition ForwardDeclarations.h:291
Definition ForwardDeclarations.h:17