OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:conservativeResize
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Core/
DenseStorage.h
213
EIGEN_DEVICE_FUNC void
conservativeResize
(Index,Index,Index) {}
231
EIGEN_DEVICE_FUNC void
conservativeResize
(Index,Index,Index) {}
273
EIGEN_DEVICE_FUNC void
conservativeResize
(Index, Index rows, Index cols) { m_rows = rows; m_cols = cols; }
302
EIGEN_DEVICE_FUNC void
conservativeResize
(Index, Index rows, Index) { m_rows = rows; }
331
void
conservativeResize
(Index, Index, Index cols) { m_cols = cols; }
396
void
conservativeResize
(Index size, Index rows, Index cols)
472
EIGEN_DEVICE_FUNC void
conservativeResize
(Index size, Index, Index cols)
546
void
conservativeResize
(Index size, Index rows, Index)
PlainObjectBase.h
383
* of rows and/or of columns, you can use
conservativeResize
(NoChange_t, Index) or
384
*
conservativeResize
(Index, NoChange_t).
390
EIGEN_STRONG_INLINE void
conservativeResize
(Index rows, Index cols)
397
* As opposed to
conservativeResize
(Index rows, Index cols), this version leaves
403
EIGEN_STRONG_INLINE void
conservativeResize
(Index rows, NoChange_t)
405
// Note: see the comment in
conservativeResize
(Index,Index)
406
conservativeResize
(rows, cols());
411
* As opposed to
conservativeResize
(Index rows, Index cols), this version leaves
417
EIGEN_STRONG_INLINE void
conservativeResize
(NoChange_t, Index cols)
419
// Note: see the comment in
conservativeResize
(Index,Index
[
all
...]
/external/eigen/Eigen/src/SparseCore/
SparseVector.h
232
* \sa
conservativeResize
(), setZero() */
246
void
conservativeResize
(Index newSize)
SparseMatrix.h
553
void
conservativeResize
(Index rows, Index cols)
[
all
...]
Completed in 227 milliseconds