Public Types | Private Types | Private Member Functions | List of all members
Eigen::SolveImpl< Decomposition, RhsType, Dense > Class Template Reference

#include <Solve.h>

Inheritance diagram for Eigen::SolveImpl< Decomposition, RhsType, Dense >:
Inheritance graph
[legend]

Public Types

typedef MatrixBase< Solve< Decomposition, RhsType > > Base
 
- Public Types inherited from Eigen::MatrixBase< Solve< Decomposition, RhsType > >
enum  
 
enum  
 
typedef internal::conditional< NumTraits< Scalar >::IsComplex, CwiseUnaryOp< internal::scalar_conjugate_op< Scalar >, ConstTransposeReturnType >, ConstTransposeReturnType >::type AdjointReturnType
 
typedef DenseBase< Solve< Decomposition, RhsType > > Base
 
typedef Block< const CwiseNullaryOp< internal::scalar_identity_op< Scalar >, SquareMatrixType >, internal::traits< Solve< Decomposition, RhsType > >::RowsAtCompileTime, internal::traits< Solve< Decomposition, RhsType > >::ColsAtCompileTimeBasisReturnType
 
typedef Base::CoeffReturnType CoeffReturnType
 
typedef Base::ColXpr ColXpr
 
typedef CwiseNullaryOp< internal::scalar_constant_op< Scalar >, PlainObjectConstantReturnType
 
typedef internal::add_const< Diagonal< const Solve< Decomposition, RhsType >, DynamicIndex > >::type ConstDiagonalDynamicIndexReturnType
 
typedef internal::add_const< Diagonal< const Solve< Decomposition, RhsType > > >::type ConstDiagonalReturnType
 
typedef Block< const Solve< Decomposition, RhsType >, internal::traits< Solve< Decomposition, RhsType > >::ColsAtCompileTime==1 ? SizeMinusOne :1, internal::traits< Solve< Decomposition, RhsType > >::ColsAtCompileTime==1 ? 1 :SizeMinusOneConstStartMinusOne
 
typedef Base::ConstTransposeReturnType ConstTransposeReturnType
 
typedef Diagonal< Solve< Decomposition, RhsType >, DynamicIndex > DiagonalDynamicIndexReturnType
 
typedef Diagonal< Solve< Decomposition, RhsType > > DiagonalReturnType
 
typedef Matrix< std::complex< RealScalar >, internal::traits< Solve< Decomposition, RhsType > >::ColsAtCompileTime, 1, ColMajor > EigenvaluesReturnType
 
typedef Homogeneous< Solve< Decomposition, RhsType >, HomogeneousReturnTypeDirectionHomogeneousReturnType
 
typedef CwiseNullaryOp< internal::scalar_identity_op< Scalar >, PlainObjectIdentityReturnType
 
typedef internal::packet_traits< Scalar >::type PacketScalar
 
typedef Base::PlainObject PlainObject
 
typedef NumTraits< Scalar >::Real RealScalar
 
typedef Base::RowXpr RowXpr
 
typedef internal::traits< Solve< Decomposition, RhsType > >::Scalar Scalar
 
typedef Matrix< Scalar, EIGEN_SIZE_MAX(RowsAtCompileTime, ColsAtCompileTime), EIGEN_SIZE_MAX(RowsAtCompileTime, ColsAtCompileTime)> SquareMatrixType
 
typedef internal::stem_function< Scalar >::type StemFunction
 
typedef MatrixBase StorageBaseType
 
typedef internal::traits< Solve< Decomposition, RhsType > >::StorageIndex StorageIndex
 
typedef internal::traits< Solve< Decomposition, RhsType > >::StorageKind StorageKind
 
- Public Types inherited from Eigen::DenseBase< Solve< Decomposition, RhsType > >
enum  
 
enum  
 
typedef DenseCoeffsBase< Solve< Decomposition, RhsType >, internal::accessors_level< Solve< Decomposition, RhsType > >::valueBase
 
typedef Base::CoeffReturnType CoeffReturnType
 
typedef VectorwiseOp< Solve< Decomposition, RhsType >, Vertical > ColwiseReturnType
 
typedef internal::conditional< IsVectorAtCompileTime, const_iterator_type, void >::type const_iterator
 
typedef internal::conditional<(Flags &DirectAccessBit)==DirectAccessBit, internal::pointer_based_stl_iterator< const Solve< Decomposition, RhsType > >, internal::generic_randaccess_stl_iterator< const Solve< Decomposition, RhsType > > >::type const_iterator_type
 
typedef CwiseNullaryOp< internal::scalar_constant_op< Scalar >, PlainObjectConstantReturnType
 
typedef internal::add_const< Transpose< const Solve< Decomposition, RhsType > > >::type ConstTransposeReturnType
 
typedef Matrix< typename NumTraits< typename internal::traits< Solve< Decomposition, RhsType > >::Scalar >::Real, internal::traits< Solve< Decomposition, RhsType > >::ColsAtCompileTime, 1 > EigenvaluesReturnType
 
typedef internal::add_const_on_value_type< typename internal::eval< Solve< Decomposition, RhsType > >::type >::type EvalReturnType
 
typedef Eigen::InnerIterator< Solve< Decomposition, RhsType > > InnerIterator
 
typedef internal::conditional< IsVectorAtCompileTime, iterator_type, void >::type iterator
 
typedef internal::conditional<(Flags &DirectAccessBit)==DirectAccessBit, internal::pointer_based_stl_iterator< Solve< Decomposition, RhsType > >, internal::generic_randaccess_stl_iterator< Solve< Decomposition, RhsType > > >::type iterator_type
 
typedef internal::find_best_packet< Scalar, SizeAtCompileTime >::type PacketScalar
 
typedef Array< typename internal::traits< Solve< Decomposition, RhsType > >::Scalar, internal::traits< Solve< Decomposition, RhsType > >::RowsAtCompileTime, internal::traits< Solve< Decomposition, RhsType > >::ColsAtCompileTime, AutoAlign|(internal::traits< Solve< Decomposition, RhsType > >::Flags &RowMajorBit ? RowMajor :ColMajor), internal::traits< Solve< Decomposition, RhsType > >::MaxRowsAtCompileTime, internal::traits< Solve< Decomposition, RhsType > >::MaxColsAtCompileTimePlainArray
 
typedef Matrix< typename internal::traits< Solve< Decomposition, RhsType > >::Scalar, internal::traits< Solve< Decomposition, RhsType > >::RowsAtCompileTime, internal::traits< Solve< Decomposition, RhsType > >::ColsAtCompileTime, AutoAlign|(internal::traits< Solve< Decomposition, RhsType > >::Flags &RowMajorBit ? RowMajor :ColMajor), internal::traits< Solve< Decomposition, RhsType > >::MaxRowsAtCompileTime, internal::traits< Solve< Decomposition, RhsType > >::MaxColsAtCompileTimePlainMatrix
 
typedef internal::conditional< internal::is_same< typename internal::traits< Solve< Decomposition, RhsType > >::XprKind, MatrixXpr >::value, PlainMatrix, PlainArray >::type PlainObject
 The plain matrix or array type corresponding to this expression. More...
 
typedef CwiseNullaryOp< internal::linspaced_op< Scalar >, PlainObjectRandomAccessLinSpacedReturnType
 
typedef CwiseNullaryOp< internal::scalar_random_op< Scalar >, PlainObjectRandomReturnType
 
typedef NumTraits< Scalar >::Real RealScalar
 
typedef Reverse< Solve< Decomposition, RhsType >, BothDirections > ReverseReturnType
 
typedef VectorwiseOp< Solve< Decomposition, RhsType >, Horizontal > RowwiseReturnType
 
typedef internal::traits< Solve< Decomposition, RhsType > >::Scalar Scalar
 
typedef internal::traits< Solve< Decomposition, RhsType > >::StorageIndex StorageIndex
 The type used to store indices. More...
 
typedef internal::traits< Solve< Decomposition, RhsType > >::StorageKind StorageKind
 
typedef Transpose< Solve< Decomposition, RhsType > > TransposeReturnType
 
typedef Scalar value_type
 

Private Types

typedef Solve< Decomposition, RhsType > Derived
 

Private Member Functions

Scalar coeff (Index i) const
 
Scalar coeff (Index row, Index col) const
 

Additional Inherited Members

- Public Member Functions inherited from Eigen::MatrixBase< Solve< Decomposition, RhsType > >
const EIGEN_DEVICE_FUNC AdjointReturnType adjoint () const
 
EIGEN_DEVICE_FUNC void adjointInPlace ()
 
EIGEN_DEVICE_FUNC void applyHouseholderOnTheLeft (const EssentialPart &essential, const Scalar &tau, Scalar *workspace)
 
EIGEN_DEVICE_FUNC void applyHouseholderOnTheRight (const EssentialPart &essential, const Scalar &tau, Scalar *workspace)
 
void applyOnTheLeft (const EigenBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC void applyOnTheLeft (Index p, Index q, const JacobiRotation< OtherScalar > &j)
 
void applyOnTheRight (const EigenBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC void applyOnTheRight (Index p, Index q, const JacobiRotation< OtherScalar > &j)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper< Solve< Decomposition, RhsType > > array ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE ArrayWrapper< const Solve< Decomposition, RhsType > > array () const
 
const EIGEN_DEVICE_FUNC DiagonalWrapper< const Solve< Decomposition, RhsType > > asDiagonal () const
 
const PermutationWrapper< const Solve< Decomposition, RhsType > > asPermutation () const
 
BDCSVD< PlainObjectbdcSvd (unsigned int computationOptions=0) const
 
RealScalar blueNorm () const
 
const ColPivHouseholderQR< PlainObjectcolPivHouseholderQr () const
 
const CompleteOrthogonalDecomposition< PlainObjectcompleteOrthogonalDecomposition () const
 
void computeInverseAndDetWithCheck (ResultType &inverse, typename ResultType::Scalar &determinant, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const
 
void computeInverseWithCheck (ResultType &inverse, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE MatrixBase< Solve< Decomposition, RhsType > >::template cross_product_return_type< OtherDerived >::type cross (const MatrixBase< OtherDerived > &other) const
 
EIGEN_DEVICE_FUNC cross_product_return_type< OtherDerived >::type cross (const MatrixBase< OtherDerived > &other) const
 
EIGEN_DEVICE_FUNC PlainObject cross3 (const MatrixBase< OtherDerived > &other) const
 
const EIGEN_STRONG_INLINE SparseMatrixBase< OtherDerived >::template CwiseProductDenseReturnType< Solve< Decomposition, RhsType > >::Type cwiseProduct (const SparseMatrixBase< OtherDerived > &other) const
 
EIGEN_DEVICE_FUNC Scalar determinant () const
 
EIGEN_DEVICE_FUNC DiagonalReturnType diagonal ()
 
EIGEN_DEVICE_FUNC DiagonalIndexReturnType< Index >::Type diagonal ()
 
EIGEN_DEVICE_FUNC ConstDiagonalReturnType diagonal () const
 
EIGEN_DEVICE_FUNC ConstDiagonalIndexReturnType< Index >::Type diagonal () const
 
EIGEN_DEVICE_FUNC DiagonalDynamicIndexReturnType diagonal (Index index)
 
EIGEN_DEVICE_FUNC ConstDiagonalDynamicIndexReturnType diagonal (Index index) const
 
EIGEN_DEVICE_FUNC Index diagonalSize () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarBinaryOpTraits< typename internal::traits< Solve< Decomposition, RhsType > >::Scalar, typename internal::traits< OtherDerived >::Scalar >::ReturnType dot (const MatrixBase< OtherDerived > &other) const
 
EIGEN_DEVICE_FUNC ScalarBinaryOpTraits< typename internal::traits< Solve< Decomposition, RhsType > >::Scalar, typename internal::traits< OtherDerived >::Scalar >::ReturnType dot (const MatrixBase< OtherDerived > &other) const
 
typedef EIGEN_EXPR_BINARYOP_SCALAR_RETURN_TYPE (ConstStartMinusOne, Scalar, quotient) HNormalizedReturnType
 
EigenvaluesReturnType eigenvalues () const
 Computes the eigenvalues of a matrix. More...
 
EIGEN_DEVICE_FUNC Matrix< Scalar, 3, 1 > eulerAngles (Index a0, Index a1, Index a2) const
 
Solve< Decomposition, RhsType > & forceAlignedAccess ()
 
const Solve< Decomposition, RhsType > & forceAlignedAccess () const
 
internal::conditional< Enable, ForceAlignedAccess< Solve< Decomposition, RhsType > >, Solve< Decomposition, RhsType > & >::type forceAlignedAccessIf ()
 
Solve< Decomposition, RhsType > & forceAlignedAccessIf ()
 
internal::add_const_on_value_type< typename internal::conditional< Enable, ForceAlignedAccess< Solve< Decomposition, RhsType > >, Solve< Decomposition, RhsType > & >::type >::type forceAlignedAccessIf () const
 
const Solve< Decomposition, RhsType > & forceAlignedAccessIf () const
 
const FullPivHouseholderQR< PlainObjectfullPivHouseholderQr () const
 
const FullPivLU< PlainObjectfullPivLu () const
 
const EIGEN_DEVICE_FUNC HNormalizedReturnType hnormalized () const
 homogeneous normalization More...
 
EIGEN_DEVICE_FUNC HomogeneousReturnType homogeneous () const
 
const HouseholderQR< PlainObjecthouseholderQr () const
 
RealScalar hypotNorm () const
 
const EIGEN_DEVICE_FUNC Inverse< Solve< Decomposition, RhsType > > inverse () const
 
bool isDiagonal (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
bool isIdentity (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
bool isLowerTriangular (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
bool isOrthogonal (const MatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
bool isUnitary (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
bool isUpperTriangular (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
JacobiSVD< PlainObjectjacobiSvd (unsigned int computationOptions=0) const
 
const EIGEN_DEVICE_FUNC Product< Solve< Decomposition, RhsType >, OtherDerived, LazyProduct > lazyProduct (const MatrixBase< OtherDerived > &other) const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Product< Solve< Decomposition, RhsType >, OtherDerived, LazyProduct > lazyProduct (const MatrixBase< OtherDerived > &other) const
 
const LDLT< PlainObjectldlt () const
 
const LLT< PlainObjectllt () const
 
EIGEN_DEVICE_FUNC NumTraits< typename internal::traits< Solve< Decomposition, RhsType > >::Scalar >::Real lpNorm () const
 
EIGEN_DEVICE_FUNC RealScalar lpNorm () const
 
const PartialPivLU< PlainObjectlu () const
 
EIGEN_DEVICE_FUNC void makeHouseholder (EssentialPart &essential, Scalar &tau, RealScalar &beta) const
 
EIGEN_DEVICE_FUNC void makeHouseholderInPlace (Scalar &tau, RealScalar &beta)
 
EIGEN_DEVICE_FUNC MatrixBase< Solve< Decomposition, RhsType > > & matrix ()
 
const EIGEN_DEVICE_FUNC MatrixBase< Solve< Decomposition, RhsType > > & matrix () const
 
const MatrixFunctionReturnValue< Solve< Decomposition, RhsType > > matrixFunction (StemFunction f) const
 Helper function for the unsupported MatrixFunctions module. More...
 
NoAlias< Solve< Decomposition, RhsType >, Eigen::MatrixBase > EIGEN_DEVICE_FUNC noalias ()
 
EIGEN_DEVICE_FUNC RealScalar norm () const
 
EIGEN_DEVICE_FUNC void normalize ()
 
const EIGEN_DEVICE_FUNC PlainObject normalized () const
 
EIGEN_DEVICE_FUNC bool operator!= (const MatrixBase< OtherDerived > &other) const
 
const EIGEN_DEVICE_FUNC Product< Solve< Decomposition, RhsType >, DiagonalDerived, LazyProduct > operator* (const DiagonalBase< DiagonalDerived > &diagonal) const
 
const EIGEN_DEVICE_FUNC Product< Solve< Decomposition, RhsType >, OtherDerived > operator* (const MatrixBase< OtherDerived > &other) const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Product< Solve< Decomposition, RhsType >, OtherDerived > operator* (const MatrixBase< OtherDerived > &other) const
 
Solve< Decomposition, RhsType > & operator*= (const EigenBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Solve< Decomposition, RhsType > & operator+= (const MatrixBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Solve< Decomposition, RhsType > & operator-= (const MatrixBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Solve< Decomposition, RhsType > & operator= (const DenseBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Solve< Decomposition, RhsType > & operator= (const EigenBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & operator= (const EigenBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Solve< Decomposition, RhsType > & operator= (const MatrixBase &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Solve< Decomposition, RhsType > & operator= (const ReturnByValue< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & operator= (const ReturnByValue< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC bool operator== (const MatrixBase< OtherDerived > &other) const
 
RealScalar operatorNorm () const
 Computes the L2 operator norm. More...
 
const PartialPivLU< PlainObjectpartialPivLu () const
 
EIGEN_DEVICE_FUNC SelfAdjointViewReturnType< UpLo >::Type selfadjointView ()
 
EIGEN_DEVICE_FUNC MatrixBase< Solve< Decomposition, RhsType > >::template SelfAdjointViewReturnType< UpLo >::Type selfadjointView ()
 
EIGEN_DEVICE_FUNC ConstSelfAdjointViewReturnType< UpLo >::Type selfadjointView () const
 
EIGEN_DEVICE_FUNC MatrixBase< Solve< Decomposition, RhsType > >::template ConstSelfAdjointViewReturnType< UpLo >::Type selfadjointView () const
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & setIdentity ()
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & setIdentity (Index rows, Index cols)
 Resizes to the given size, and writes the identity expression (not necessarily square) into *this. More...
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & setUnit (Index i)
 Set the coefficients of *this to the i-th unit (basis) vector. More...
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & setUnit (Index newSize, Index i)
 Resizes to the given newSize, and writes the i-th unit (basis) vector into *this. More...
 
const SparseView< Solve< Decomposition, RhsType > > sparseView (const Scalar &m_reference=Scalar(0), const typename NumTraits< Scalar >::Real &m_epsilon=NumTraits< Scalar >::dummy_precision()) const
 
EIGEN_DEVICE_FUNC RealScalar squaredNorm () const
 
RealScalar stableNorm () const
 
EIGEN_DEVICE_FUNC void stableNormalize ()
 
const EIGEN_DEVICE_FUNC PlainObject stableNormalized () const
 
EIGEN_DEVICE_FUNC Scalar trace () const
 
EIGEN_DEVICE_FUNC TriangularViewReturnType< Mode >::Type triangularView ()
 
EIGEN_DEVICE_FUNC MatrixBase< Solve< Decomposition, RhsType > >::template TriangularViewReturnType< Mode >::Type triangularView ()
 
EIGEN_DEVICE_FUNC ConstTriangularViewReturnType< Mode >::Type triangularView () const
 
EIGEN_DEVICE_FUNC MatrixBase< Solve< Decomposition, RhsType > >::template ConstTriangularViewReturnType< Mode >::Type triangularView () const
 
EIGEN_DEVICE_FUNC PlainObject unitOrthogonal (void) const
 
- Public Member Functions inherited from Eigen::DenseBase< Solve< Decomposition, RhsType > >
EIGEN_DEVICE_FUNC bool all () const
 
bool allFinite () const
 
EIGEN_DEVICE_FUNC bool any () const
 
iterator begin ()
 
const_iterator begin () const
 
const_iterator cbegin () const
 
const_iterator cend () const
 
EIGEN_DEVICE_FUNC ColwiseReturnType colwise ()
 
EIGEN_DEVICE_FUNC ConstColwiseReturnType colwise () const
 
EIGEN_DEVICE_FUNC Index count () const
 
iterator end ()
 
const_iterator end () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EvalReturnType eval () const
 
EIGEN_DEVICE_FUNC void evalTo (Dest &) const
 
EIGEN_DEVICE_FUNC void fill (const Scalar &value)
 
const EIGEN_DEPRECATED Solve< Decomposition, RhsType > & flagged () const
 
EIGEN_DEVICE_FUNC ForceAlignedAccess< Solve< Decomposition, RhsType > > forceAlignedAccess ()
 
const EIGEN_DEVICE_FUNC ForceAlignedAccess< Solve< Decomposition, RhsType > > forceAlignedAccess () const
 
EIGEN_DEVICE_FUNC internal::conditional< Enable, ForceAlignedAccess< Solve< Decomposition, RhsType > >, Solve< Decomposition, RhsType > & >::type forceAlignedAccessIf ()
 
const EIGEN_DEVICE_FUNC internal::conditional< Enable, ForceAlignedAccess< Solve< Decomposition, RhsType > >, Solve< Decomposition, RhsType > & >::type forceAlignedAccessIf () const
 
const WithFormat< Solve< Decomposition, RhsType > > format (const IOFormat &fmt) const
 
bool hasNaN () const
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index innerSize () const
 
EIGEN_DEVICE_FUNC bool isApprox (const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
EIGEN_DEVICE_FUNC bool isApproxToConstant (const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
EIGEN_DEVICE_FUNC bool isConstant (const Scalar &value, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
EIGEN_DEVICE_FUNC bool isMuchSmallerThan (const DenseBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
EIGEN_DEVICE_FUNC bool isMuchSmallerThan (const RealScalar &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
EIGEN_DEVICE_FUNC bool isMuchSmallerThan (const typename NumTraits< Scalar >::Real &other, const RealScalar &prec) const
 
EIGEN_DEVICE_FUNC bool isOnes (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
EIGEN_DEVICE_FUNC bool isZero (const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Solve< Decomposition, RhsType > & lazyAssign (const DenseBase< OtherDerived > &other)
 
EIGEN_DEPRECATED EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & lazyAssign (const DenseBase< OtherDerived > &other)
 
RealScalar lpNorm () const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar maxCoeff () const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar maxCoeff () const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar maxCoeff (IndexType *index) const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar maxCoeff (IndexType *index) const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar maxCoeff (IndexType *row, IndexType *col) const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar maxCoeff (IndexType *row, IndexType *col) const
 
EIGEN_DEVICE_FUNC Scalar mean () const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar minCoeff () const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar minCoeff () const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar minCoeff (IndexType *index) const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar minCoeff (IndexType *index) const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar minCoeff (IndexType *row, IndexType *col) const
 
EIGEN_DEVICE_FUNC internal::traits< Solve< Decomposition, RhsType > >::Scalar minCoeff (IndexType *row, IndexType *col) const
 
const EIGEN_DEVICE_FUNC NestByValue< Solve< Decomposition, RhsType > > nestByValue () const
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index nonZeros () const
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE CwiseNullaryOp< CustomNullaryOp, typename DenseBase< Solve< Decomposition, RhsType > >::PlainObjectNullaryExpr (const CustomNullaryOp &func)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE CwiseNullaryOp< CustomNullaryOp, typename DenseBase< Solve< Decomposition, RhsType > >::PlainObjectNullaryExpr (Index rows, Index cols, const CustomNullaryOp &func)
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE CwiseNullaryOp< CustomNullaryOp, typename DenseBase< Solve< Decomposition, RhsType > >::PlainObjectNullaryExpr (Index size, const CustomNullaryOp &func)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Solve< Decomposition, RhsType > & operator*= (const Scalar &other)
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & operator+= (const EigenBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & operator-= (const EigenBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Solve< Decomposition, RhsType > & operator/= (const Scalar &other)
 
EIGEN_DEVICE_FUNC CommaInitializer< Solve< Decomposition, RhsType > > operator<< (const DenseBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC CommaInitializer< Solve< Decomposition, RhsType > > operator<< (const Scalar &s)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Solve< Decomposition, RhsType > & operator= (const DenseBase &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Solve< Decomposition, RhsType > & operator= (const DenseBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & operator= (const EigenBase< OtherDerived > &other)
 Copies the generic expression other into *this. More...
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & operator= (const ReturnByValue< OtherDerived > &func)
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index outerSize () const
 
EIGEN_DEVICE_FUNC Scalar prod () const
 
EIGEN_DEVICE_FUNC Scalar redux (const BinaryOp &func) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::traits< Solve< Decomposition, RhsType > >::Scalar redux (const Func &func) const
 
const EIGEN_DEVICE_FUNC Replicate< Solve< Decomposition, RhsType >, RowFactor, ColFactor > replicate () const
 
const EIGEN_DEVICE_FUNC Replicate< Solve< Decomposition, RhsType >, Dynamic, Dynamic > replicate (Index rowFactor, Index colFactor) const
 
EIGEN_DEVICE_FUNC void resize (Index newSize)
 
EIGEN_DEVICE_FUNC void resize (Index rows, Index cols)
 
EIGEN_DEVICE_FUNC ReverseReturnType reverse ()
 
EIGEN_DEVICE_FUNC ConstReverseReturnType reverse () const
 
EIGEN_DEVICE_FUNC void reverseInPlace ()
 
EIGEN_DEVICE_FUNC RowwiseReturnType rowwise ()
 
EIGEN_DEVICE_FUNC ConstRowwiseReturnType rowwise () const
 
const EIGEN_DEVICE_FUNC Select< Solve< Decomposition, RhsType >, ThenDerived, ElseDerived > select (const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const
 
const EIGEN_DEVICE_FUNC Select< Solve< Decomposition, RhsType >, ThenDerived, typename ThenDerived::ConstantReturnType > select (const DenseBase< ThenDerived > &thenMatrix, const typename ThenDerived::Scalar &elseScalar) const
 
const EIGEN_DEVICE_FUNC Select< Solve< Decomposition, RhsType >, typename ElseDerived::ConstantReturnType, ElseDerived > select (const typename ElseDerived::Scalar &thenScalar, const DenseBase< ElseDerived > &elseMatrix) const
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & setConstant (const Scalar &value)
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & setLinSpaced (const Scalar &low, const Scalar &high)
 Sets a linearly spaced vector. More...
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & setLinSpaced (Index size, const Scalar &low, const Scalar &high)
 Sets a linearly spaced vector. More...
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & setOnes ()
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & setRandom ()
 
EIGEN_DEVICE_FUNC Solve< Decomposition, RhsType > & setZero ()
 
EIGEN_DEVICE_FUNC Scalar sum () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void swap (const DenseBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void swap (PlainObjectBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC Scalar trace () const
 
EIGEN_DEVICE_FUNC TransposeReturnType transpose ()
 
EIGEN_DEVICE_FUNC ConstTransposeReturnType transpose () const
 
EIGEN_DEVICE_FUNC void transposeInPlace ()
 
EIGEN_DEVICE_FUNC CoeffReturnType value () const
 
EIGEN_DEVICE_FUNC void visit (Visitor &func) const
 
- Static Public Member Functions inherited from Eigen::MatrixBase< Solve< Decomposition, RhsType > >
static const EIGEN_DEVICE_FUNC IdentityReturnType Identity ()
 
static const EIGEN_DEVICE_FUNC IdentityReturnType Identity (Index rows, Index cols)
 
static const EIGEN_DEVICE_FUNC BasisReturnType Unit (Index i)
 
static const EIGEN_DEVICE_FUNC BasisReturnType Unit (Index size, Index i)
 
static const EIGEN_DEVICE_FUNC BasisReturnType UnitW ()
 
static const EIGEN_DEVICE_FUNC BasisReturnType UnitX ()
 
static const EIGEN_DEVICE_FUNC BasisReturnType UnitY ()
 
static const EIGEN_DEVICE_FUNC BasisReturnType UnitZ ()
 
- Static Public Member Functions inherited from Eigen::DenseBase< Solve< Decomposition, RhsType > >
static const EIGEN_DEVICE_FUNC ConstantReturnType Constant (const Scalar &value)
 
static const EIGEN_DEVICE_FUNC ConstantReturnType Constant (Index rows, Index cols, const Scalar &value)
 
static const EIGEN_DEVICE_FUNC ConstantReturnType Constant (Index size, const Scalar &value)
 
static const EIGEN_DEVICE_FUNC RandomAccessLinSpacedReturnType LinSpaced (const Scalar &low, const Scalar &high)
 
static const EIGEN_DEVICE_FUNC RandomAccessLinSpacedReturnType LinSpaced (Index size, const Scalar &low, const Scalar &high)
 Sets a linearly spaced vector. More...
 
EIGEN_DEPRECATED static const EIGEN_DEVICE_FUNC RandomAccessLinSpacedReturnType LinSpaced (Sequential_t, const Scalar &low, const Scalar &high)
 
EIGEN_DEPRECATED static const EIGEN_DEVICE_FUNC RandomAccessLinSpacedReturnType LinSpaced (Sequential_t, Index size, const Scalar &low, const Scalar &high)
 
static const EIGEN_DEVICE_FUNC CwiseNullaryOp< CustomNullaryOp, PlainObjectNullaryExpr (const CustomNullaryOp &func)
 
static const EIGEN_DEVICE_FUNC CwiseNullaryOp< CustomNullaryOp, PlainObjectNullaryExpr (Index rows, Index cols, const CustomNullaryOp &func)
 
static const EIGEN_DEVICE_FUNC CwiseNullaryOp< CustomNullaryOp, PlainObjectNullaryExpr (Index size, const CustomNullaryOp &func)
 
static const EIGEN_DEVICE_FUNC ConstantReturnType Ones ()
 
static const EIGEN_DEVICE_FUNC ConstantReturnType Ones (Index rows, Index cols)
 
static const EIGEN_DEVICE_FUNC ConstantReturnType Ones (Index size)
 
static const RandomReturnType Random ()
 
static const RandomReturnType Random (Index rows, Index cols)
 
static const RandomReturnType Random (Index size)
 
static const EIGEN_DEVICE_FUNC ConstantReturnType Zero ()
 
static const EIGEN_DEVICE_FUNC ConstantReturnType Zero (Index rows, Index cols)
 
static const EIGEN_DEVICE_FUNC ConstantReturnType Zero (Index size)
 
- Public Attributes inherited from Eigen::DenseBase< Solve< Decomposition, RhsType > >
const typedef VectorwiseOp< const Solve< Decomposition, RhsType >, Vertical > ConstColwiseReturnType
 
const typedef Reverse< const Solve< Decomposition, RhsType >, BothDirections > ConstReverseReturnType
 
const typedef VectorwiseOp< const Solve< Decomposition, RhsType >, Horizontal > ConstRowwiseReturnType
 
EIGEN_DEPRECATED typedef CwiseNullaryOp< internal::linspaced_op< Scalar >, PlainObjectSequentialLinSpacedReturnType
 
- Protected Member Functions inherited from Eigen::MatrixBase< Solve< Decomposition, RhsType > >
Solve< Decomposition, RhsType > & operator+= (const ArrayBase< OtherDerived > &)
 
Solve< Decomposition, RhsType > & operator-= (const ArrayBase< OtherDerived > &)
 
- Protected Member Functions inherited from Eigen::DenseBase< Solve< Decomposition, RhsType > >
EIGEN_DEVICE_FUNC DenseBase ()
 

Detailed Description

template<typename Decomposition, typename RhsType>
class Eigen::SolveImpl< Decomposition, RhsType, Dense >

Definition at line 86 of file Solve.h.

Member Typedef Documentation

◆ Base

template<typename Decomposition , typename RhsType >
typedef MatrixBase<Solve<Decomposition,RhsType> > Eigen::SolveImpl< Decomposition, RhsType, Dense >::Base

Definition at line 93 of file Solve.h.

◆ Derived

template<typename Decomposition , typename RhsType >
typedef Solve<Decomposition,RhsType> Eigen::SolveImpl< Decomposition, RhsType, Dense >::Derived
private

Definition at line 89 of file Solve.h.

Member Function Documentation

◆ coeff() [1/2]

template<typename Decomposition , typename RhsType >
Scalar Eigen::SolveImpl< Decomposition, RhsType, Dense >::coeff ( Index  i) const
private

◆ coeff() [2/2]

template<typename Decomposition , typename RhsType >
Scalar Eigen::SolveImpl< Decomposition, RhsType, Dense >::coeff ( Index  row,
Index  col 
) const
private

The documentation for this class was generated from the following file:


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:10:41