cppduals  0.5.4
Dual numbers for C++
Public Member Functions | List of all members
duals::CwiseDconjOp< Scalar > Struct Template Reference

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar operator() (const Scalar &x) const
 

Detailed Description

template<typename Scalar>
struct duals::CwiseDconjOp< Scalar >

template unary functor to dual-conjugate a matrix of duals use it like this: m2 = m1.unaryExpr(CwiseDconjOp<double>()); or just call m2 = dconj(m1);

Definition at line 94 of file dual_eigen.


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