MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / _solve_impl

Function _solve_impl

include/Eigen/Eigen/src/Core/TriangularMatrix.h:550–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548
549 template<typename RhsType, typename DstType>
550 EIGEN_DEVICE_FUNC
551 EIGEN_STRONG_INLINE void _solve_impl(const RhsType &rhs, DstType &dst) const {
552 if(!internal::is_same_dense(dst,rhs))
553 dst = rhs;
554 this->solveInPlace(dst);
555 }
556
557 template<typename ProductType>
558 EIGEN_DEVICE_FUNC

Callers

nothing calls this directly

Calls 1

solveInPlaceMethod · 0.45

Tested by

no test coverage detected