Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
Polynomial< T >::Product< Rhs, Lhs > Struct Template Reference

#include <drake/common/polynomial.h>

Public Types

typedef decltype(static_cast< Rhs >(0) *static_cast< Lhs >(0)) type

Member Typedef Documentation

◆ type

template<typename T = double>
template<typename Rhs, typename Lhs>
typedef decltype(static_cast<Rhs>(0) * static_cast<Lhs>(0)) type

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