#include <drake/math/gradient_util.h>
|
| typedef Eigen::Matrix< typename DerivedA::Scalar,(DerivedA::RowsAtCompileTime==Eigen::Dynamic||DerivedB::ColsAtCompileTime==Eigen::Dynamic ? Eigen::Dynamic :static_cast< int >(DerivedA::RowsAtCompileTime) *static_cast< int >(DerivedB::ColsAtCompileTime)), DerivedDA::ColsAtCompileTime > | type |
◆ type
template<typename DerivedA, typename DerivedB, typename DerivedDA>
| typedef Eigen::Matrix< typename DerivedA::Scalar, (DerivedA::RowsAtCompileTime == Eigen::Dynamic || DerivedB::ColsAtCompileTime == Eigen::Dynamic ? Eigen::Dynamic : static_cast<int>(DerivedA::RowsAtCompileTime) * static_cast<int>(DerivedB::ColsAtCompileTime)), DerivedDA::ColsAtCompileTime> type |
The documentation for this struct was generated from the following file: