HomeSort by relevance Sort by last modified time
    Searched defs:SubVector (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
vector.h 36 Vector<T> SubVector(int from, int to) {
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 202 * \returns the i-th subvector according to the \c Direction */
205 typename ExpressionType::RowXpr>::type SubVector;
206 SubVector subVector(Index i)
208 return SubVector(m_matrix.derived(),i);
433 /** Copies the vector \a other to each subvector of \c *this */
443 /** Adds the vector \a other to each subvector of \c *this */
452 /** Substracts the vector \a other to each subvector of \c *this */
461 /** Multiples each subvector of \c *this by the vector \a other */
472 /** Divides each subvector of \c *this by the vector \a other *
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
VectorTest.java 1317 SubVector<String> subvector = new SubVector<String>(); local
    [all...]

Completed in 97 milliseconds