Namespaces | |
| namespace | drake |
| namespace | drake::ad |
Functions | |
| template<typename MatrixL, typename MatrixR> requires std::is_base_of_v<Eigen::MatrixBase<MatrixL>, MatrixL> && std::is_base_of_v<Eigen::MatrixBase<MatrixR>, MatrixR> && std::is_same_v<typename MatrixL::Scalar, AutoDiff> && std::is_same_v<typename MatrixR::Scalar, AutoDiff> | |
| internal::AutoDiffMatMulResult< MatrixL, MatrixR > | operator* (const MatrixL &lhs, const MatrixR &rhs) |