![]() |
Prusa Slicer 2.6.0
|
Pseudo expression representing a solving operation. More...
#include <src/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h>
Inheritance diagram for Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >:
Collaboration diagram for Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >:Public Types | |
| typedef internal::traits< SolveWithGuess >::Scalar | Scalar |
| typedef internal::traits< SolveWithGuess >::PlainObject | PlainObject |
| typedef internal::generic_xpr_base< SolveWithGuess< Decomposition, RhsType, GuessType >, MatrixXpr, typenameinternal::traits< RhsType >::StorageKind >::type | Base |
| typedef internal::ref_selector< SolveWithGuess >::type | Nested |
Public Member Functions | |
| SolveWithGuess (const Decomposition &dec, const RhsType &rhs, const GuessType &guess) | |
| EIGEN_DEVICE_FUNC Index | rows () const |
| EIGEN_DEVICE_FUNC Index | cols () const |
| EIGEN_DEVICE_FUNC const Decomposition & | dec () const |
| EIGEN_DEVICE_FUNC const RhsType & | rhs () const |
| EIGEN_DEVICE_FUNC const GuessType & | guess () const |
Protected Attributes | |
| const Decomposition & | m_dec |
| const RhsType & | m_rhs |
| const GuessType & | m_guess |
Private Member Functions | |
| Scalar | coeff (Index row, Index col) const |
| Scalar | coeff (Index i) const |
Pseudo expression representing a solving operation.
| Decomposition | the type of the matrix or decomposion object |
| Rhstype | the type of the right-hand side |
This class represents an expression of A.solve(B) and most of the time this is the only way it is used.
| typedef internal::generic_xpr_base<SolveWithGuess<Decomposition,RhsType,GuessType>,MatrixXpr,typenameinternal::traits<RhsType>::StorageKind>::type Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::Base |
| typedef internal::ref_selector<SolveWithGuess>::type Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::Nested |
| typedef internal::traits<SolveWithGuess>::PlainObject Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::PlainObject |
| typedef internal::traits<SolveWithGuess>::Scalar Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::Scalar |
|
inline |
|
private |
|
private |
|
inline |
References Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::m_rhs.
Here is the caller graph for this function:
|
inline |
References Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::m_dec.
Referenced by Eigen::internal::evaluator< SolveWithGuess< Decomposition, RhsType, GuessType > >::evaluator(), and Eigen::internal::Assignment< DstXprType, SolveWithGuess< DecType, RhsType, GuessType >, internal::assign_op< Scalar, Scalar >, Dense2Dense >::run().
Here is the caller graph for this function:
|
inline |
References Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::m_guess.
Referenced by Eigen::internal::evaluator< SolveWithGuess< Decomposition, RhsType, GuessType > >::evaluator(), and Eigen::internal::Assignment< DstXprType, SolveWithGuess< DecType, RhsType, GuessType >, internal::assign_op< Scalar, Scalar >, Dense2Dense >::run().
Here is the caller graph for this function:
|
inline |
References Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::m_rhs.
Referenced by Eigen::internal::evaluator< SolveWithGuess< Decomposition, RhsType, GuessType > >::evaluator(), and Eigen::internal::Assignment< DstXprType, SolveWithGuess< DecType, RhsType, GuessType >, internal::assign_op< Scalar, Scalar >, Dense2Dense >::run().
Here is the caller graph for this function:
|
inline |
References Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::m_dec.
Here is the caller graph for this function:
|
protected |
|
protected |
|
protected |