Go to the documentation of this file.
10 #ifndef EIGEN_ITERATIVE_SOLVER_BASE_H
11 #define EIGEN_ITERATIVE_SOLVER_BASE_H
17 template<
typename MatrixType>
21 template <
typename T0>
28 struct no {
int a[2];};
40 template<
typename MatrixType>
46 template<typename MatrixType, bool MatrixFree = !internal::is_ref_compatible<MatrixType>::value>
50 template<
typename MatrixType>
55 template<
int UpLo>
struct ConstSelfAdjointViewReturnType {
64 : m_dummy(0,0), m_matrix(m_dummy)
67 template<
typename InputType>
77 template<
typename MatrixDerived>
86 if(&(
mat.derived()) != &m_matrix)
99 template<
typename MatrixType>
104 template<
int UpLo>
struct ConstSelfAdjointViewReturnType
142 template<
typename Derived>
181 template<
typename MatrixDerived>
196 template<
typename MatrixDerived>
216 template<
typename MatrixDerived>
237 template<
typename MatrixDerived>
316 template<
typename Rhs,
typename Guess>
333 template<
typename Rhs,
typename DestDerived>
340 DestDerived& dest(aDest.
derived());
346 typename DestDerived::PlainObject tmp(
cols(),rhsCols);
347 for(
Index k=0; k<rhsCols; ++k)
351 tmp.col(k) = tx.sparseView(0);
374 template<
typename InputType>
394 #endif // EIGEN_ITERATIVE_SOLVER_BASE_H
internal::traits< Derived >::MatrixType MatrixType
SparseSolverBase< Derived > Base
generic_matrix_wrapper(const InputType &mat)
ActualMatrixType::template ConstSelfAdjointViewReturnType< UpLo >::Type Type
NumTraits< Scalar >::Real RealScalar
MatrixType::Scalar Scalar
const SolveWithGuess< Derived, Rhs, Guess > solveWithGuess(const MatrixBase< Rhs > &b, const Guess &x0) const
Preconditioner & preconditioner()
static yes test(const Ref< const T > &, int)
const ActualMatrixType & matrix() const
Derived & setMaxIterations(Index maxIters)
IterativeSolverBase(const EigenBase< MatrixDerived > &A)
const ActualMatrixType * mp_matrix
MatrixType::RealScalar RealScalar
static MatrixType ms_from
Ref< const MatrixType > ActualMatrixType
const ActualMatrixType & matrix() const
ComputationInfo info() const
Index maxIterations() const
generic_matrix_wrapper(const MatrixType &mat)
internal::traits< Derived >::Preconditioner Preconditioner
void grab(const InputType &A)
void grab(const MatrixType &mat)
MatrixType ActualMatrixType
void grab(const Ref< const MatrixType > &mat)
Derived & compute(const EigenBase< MatrixDerived > &A)
Base class for linear iterative solvers.
Derived & factorize(const EigenBase< MatrixDerived > &A)
A base class for sparse solvers.
A matrix or vector expression mapping an existing expression.
any_conversion(const volatile T &)
void _solve_impl(const Rhs &b, SparseMatrixBase< DestDerived > &aDest) const
MatrixWrapper m_matrixWrapper
ActualMatrixType m_matrix
const ActualMatrixType & matrix() const
RealScalar tolerance() const
Base class of any sparse matrices or sparse expressions.
const Derived & derived() const
static constexpr size_t size(Tuple< Args... > &)
Provides access to the number of elements in a tuple as a compile-time constant expression.
The matrix class, also used for vectors and row-vectors.
Derived & setTolerance(const RealScalar &tolerance)
Pseudo expression representing a solving operation.
Base class for all dense matrices, vectors, and expressions.
MatrixType A(a, *n, *n, *lda)
MatrixWrapper::ActualMatrixType ActualMatrixType
const Preconditioner & preconditioner() const
Preconditioner m_preconditioner
EIGEN_DEVICE_FUNC void swap(DenseBase< OtherDerived > &other)
void grab(const EigenBase< MatrixDerived > &mat)
Holds information about the various numeric (i.e. scalar) types allowed by Eigen.
MatrixType::StorageIndex StorageIndex
internal::generic_matrix_wrapper< MatrixType > MatrixWrapper
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Derived & analyzePattern(const EigenBase< MatrixDerived > &A)
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:05:49