Searched defs:IdentityReturnType (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DMatrixBase.h128 typedef CwiseNullaryOp<internal::scalar_identity_op<Scalar>,Derived> IdentityReturnType; typedef in class:Eigen::MatrixBase
262 static const IdentityReturnType Identity();
263 static const IdentityReturnType Identity(Index rows, Index cols);

Completed in 137 milliseconds