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

  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 201 * \returns the i-th subvector according to the \c Direction */
204 typename ExpressionType::RowXpr>::type SubVector;
205 SubVector subVector(Index i)
207 return SubVector(m_matrix.derived(),i);
406 /** Copies the vector \a other to each subvector of \c *this */
416 /** Adds the vector \a other to each subvector of \c *this */
425 /** Substracts the vector \a other to each subvector of \c *this */
434 /** Multiples each subvector of \c *this by the vector \a other */
445 /** Divides each subvector of \c *this by the vector \a other *
    [all...]
  /external/v8/src/
utils.h 349 Vector<T> SubVector(int from, int to) {
655 chunks_.Add(current_chunk_.SubVector(0, index_));
693 return this->current_chunk_.SubVector(sequence_start, this->index_);
728 this->chunks_.Add(this->current_chunk_.SubVector(0, sequence_start_));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
VectorTest.java 1217 SubVector<String> subvector = new SubVector<String>(); local
    [all...]

Completed in 639 milliseconds