Template Struct SparseSolveInPlaceMethod

Struct Documentation

template<typename SparseCholeskySolver>
struct SparseSolveInPlaceMethod

Public Static Functions

template<typename Rhs, typename Dest, typename Temporary>
static inline void run(const SparseCholeskySolver &solver, const Eigen::MatrixBase<Rhs> &mat, const Eigen::MatrixBase<Dest> &dest, Eigen::MatrixBase<Temporary> &tmp)