MCPcopy Create free account
hub / github.com/PX4/eigen / solve

Method solve

Eigen/src/Core/SolveTriangular.h:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185template<typename Derived, unsigned int Mode>
186template<int Side, typename Other>
187const internal::triangular_solve_retval<Side,TriangularView<Derived,Mode>,Other>
188TriangularViewImpl<Derived,Mode,Dense>::solve(const MatrixBase<Other>& other) const
189{
190 return internal::triangular_solve_retval<Side,TriangularViewType,Other>(derived(), other.derived());
191}
192#endif
193
194namespace internal {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected