Public Member Functions | Protected Attributes | List of all members
Eigen::SparseSolverBase< Derived > Class Template Reference

A base class for sparse solvers. More...

#include <SparseSolverBase.h>

Inheritance diagram for Eigen::SparseSolverBase< Derived >:
Inheritance graph
[legend]

Public Member Functions

template<typename Rhs , typename Dest >
void _solve_impl (const SparseMatrixBase< Rhs > &b, SparseMatrixBase< Dest > &dest) const
 
Derived & derived ()
 
const Derived & derived () const
 
template<typename Rhs >
const Solve< Derived, Rhs > solve (const MatrixBase< Rhs > &b) const
 
template<typename Rhs >
const Solve< Derived, Rhs > solve (const SparseMatrixBase< Rhs > &b) const
 
 SparseSolverBase ()
 
 ~SparseSolverBase ()
 

Protected Attributes

bool m_isInitialized
 

Additional Inherited Members

- Private Member Functions inherited from Eigen::internal::noncopyable
EIGEN_DEVICE_FUNC noncopyable ()
 
EIGEN_DEVICE_FUNC ~noncopyable ()
 

Detailed Description

template<typename Derived>
class Eigen::SparseSolverBase< Derived >

A base class for sparse solvers.

Template Parameters
Derivedthe actual type of the solver.

Definition at line 67 of file SparseSolverBase.h.

Constructor & Destructor Documentation

template<typename Derived>
Eigen::SparseSolverBase< Derived >::SparseSolverBase ( )
inline

Default constructor

Definition at line 72 of file SparseSolverBase.h.

template<typename Derived>
Eigen::SparseSolverBase< Derived >::~SparseSolverBase ( )
inline

Definition at line 76 of file SparseSolverBase.h.

Member Function Documentation

template<typename Derived>
template<typename Rhs , typename Dest >
void Eigen::SparseSolverBase< Derived >::_solve_impl ( const SparseMatrixBase< Rhs > &  b,
SparseMatrixBase< Dest > &  dest 
) const
inline

Definition at line 111 of file SparseSolverBase.h.

template<typename Derived>
Derived& Eigen::SparseSolverBase< Derived >::derived ( )
inline

Definition at line 79 of file SparseSolverBase.h.

template<typename Derived>
const Derived& Eigen::SparseSolverBase< Derived >::derived ( ) const
inline

Definition at line 80 of file SparseSolverBase.h.

template<typename Derived>
template<typename Rhs >
const Solve<Derived, Rhs> Eigen::SparseSolverBase< Derived >::solve ( const MatrixBase< Rhs > &  b) const
inline
Returns
an expression of the solution x of $ A x = b $ using the current decomposition of A.
See also
compute()

Definition at line 88 of file SparseSolverBase.h.

template<typename Derived>
template<typename Rhs >
const Solve<Derived, Rhs> Eigen::SparseSolverBase< Derived >::solve ( const SparseMatrixBase< Rhs > &  b) const
inline
Returns
an expression of the solution x of $ A x = b $ using the current decomposition of A.
See also
compute()

Definition at line 101 of file SparseSolverBase.h.

Member Data Documentation

template<typename Derived>
bool Eigen::SparseSolverBase< Derived >::m_isInitialized
mutableprotected

Definition at line 119 of file SparseSolverBase.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:21