Home
Installation
Gallery
API Documentation
C++
Python
Resources
Getting Help
Tutorials
Python Bindings
For Developers
Credits
GitHub
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:
drake/common/
polynomial.h
drake
Polynomial
Product