Searched refs:NoChange_t (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DConstants.h284 * struct NoChange_t {};
286 * EIGEN_UNUSED NoChange_t NoChange;
294 enum NoChange_t { NoChange }; enum in namespace:Eigen
/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h223 * 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 100 milliseconds