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 192 typename ExpressionType::RowXpr>::type SubVector;
194 * \returns the i-th subvector according to the \c Direction */
196 SubVector subVector(Index i)
198 return SubVector(m_matrix.derived(),i);
495 /** Copies the vector \a other to each subvector of \c *this */
506 /** Adds the vector \a other to each subvector of \c *this */
516 /** Substracts the vector \a other to each subvector of \c *this */
526 /** Multiples each subvector of \c *this by the vector \a other */
538 /** 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 105 milliseconds