Home | History | Annotate | Download | only in Core

Lines Matching refs:subVector

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 */
483 /** Returns the expression of the sum of the vector \a other to each subvector of \c *this */
495 /** Returns the expression of the difference between each subvector of \c *this and the vector \a other */
507 /** Returns the expression where each subvector is the product of the vector \a other
508 * by the corresponding subvector of \c *this */
521 /** Returns the expression where each subvector is the quotient of the corresponding
522 * subvector of \c *this by the vector \a other */