Template Struct SimplicialCholeskyWrapper

Inheritance Relationships

Base Type

  • public Derived

Struct Documentation

template<typename Derived>
struct SimplicialCholeskyWrapper : public Derived

Public Types

typedef Eigen::SimplicialCholeskyBase<Derived> Base

Public Functions

template<typename Rhs, typename Dest, typename Temporary>
inline void _solve_impl(const Eigen::MatrixBase<Rhs> &b, Eigen::MatrixBase<Dest> &dest, Eigen::MatrixBase<Temporary> &tmp) const