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 284 * struct NoChange_t {};
286 * EIGEN_UNUSED NoChange_t NoChange;
294 enum NoChange_t { NoChange };
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 223 * of rows and/or of columns, you can use resize(NoChange_t, Index), resize(Index, NoChange_t).
233 * \sa resize(Index) for vectors, resize(NoChange_t, Index), resize(Index, NoChange_t)
263 * \sa resize(Index,Index), resize(NoChange_t, Index), resize(Index, NoChange_t)
281 /** Resizes the matrix, changing only the number of columns. For the parameter of type NoChange_t, just pass the special value \c NoChange
289 inline void resize(NoChange_t, Index nbCols)
294 /** Resizes the matrix, changing only the number of rows. For the parameter of type NoChange_t, just pass the special value \c NoChange
302 inline void resize(Index nbRows, NoChange_t)
    [all...]

Completed in 159 milliseconds