Home | History | Annotate | Download | only in Core

Lines Matching refs:PlainObject

179       * \sa PlainObject */
189 * \sa PlainObject */
202 * that the return type of eval() is either PlainObject or const PlainObject&.
205 PlainMatrix, PlainArray>::type PlainObject;
262 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,PlainObject> ConstantReturnType;
264 typedef CwiseNullaryOp<internal::linspaced_op<Scalar,PacketScalar>,PlainObject> SequentialLinSpacedReturnType;
266 typedef CwiseNullaryOp<internal::linspaced_op<Scalar,PacketScalar>,PlainObject> RandomAccessLinSpacedReturnType;
345 static const CwiseNullaryOp<CustomNullaryOp, PlainObject>
348 static const CwiseNullaryOp<CustomNullaryOp, PlainObject>
351 static const CwiseNullaryOp<CustomNullaryOp, PlainObject>
521 typedef CwiseNullaryOp<internal::scalar_random_op<Scalar>,PlainObject> RandomReturnType;