HomeSort by relevance Sort by last modified time
    Searched refs:NoChange_t (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/util/
Constants.h 277 * struct NoChange_t {};
279 * EIGEN_UNUSED NoChange_t NoChange;
287 enum NoChange_t { NoChange };
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 207 * of rows and/or of columns, you can use resize(NoChange_t, Index), resize(Index, NoChange_t).
217 * \sa resize(Index) for vectors, resize(NoChange_t, Index), resize(Index, NoChange_t)
242 * \sa resize(Index,Index), resize(NoChange_t, Index), resize(Index, NoChange_t)
260 /** Resizes the matrix, changing only the number of columns. For the parameter of type NoChange_t, just pass the special value \c NoChange
268 inline void resize(NoChange_t, Index cols)
273 /** Resizes the matrix, changing only the number of rows. For the parameter of type NoChange_t, just pass the special value \c NoChange
281 inline void resize(Index rows, NoChange_t)
    [all...]

Completed in 28 milliseconds