Searched defs:Ones (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
H A Dmatrix3_f.cc66 Matrix3F Matrix3F::Ones() { function in class:gfx::Matrix3F
/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h24 * It is the return type of the Ones(), Zero(), Constant(), Identity() and Random() methods,
547 * it is redundant to pass \a rows and \a cols as arguments, so Ones() should be used
553 * \sa Ones(), Ones(Index), isOnes(), class Ones
557 DenseBase<Derived>::Ones(Index nbRows, Index nbCols) function in class:Eigen::DenseBase
570 * it is redundant to pass \a size as argument, so Ones() should be used
576 * \sa Ones(), Ones(Index,Index), isOnes(), class Ones
580 DenseBase<Derived>::Ones(Index newSize) function in class:Eigen::DenseBase
597 DenseBase<Derived>::Ones() function in class:Eigen::DenseBase
[all...]

Completed in 57 milliseconds