Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
eigen_specializations.h File Reference
#include <limits>
#include <Eigen/Core>
#include "drake/common/drake_assert.h"
Include dependency graph for eigen_specializations.h:
This graph shows which files directly or indirectly include this file:

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)