Home | History | Annotate | Download | only in plugins

Lines Matching defs:segment

760 /** \returns a dynamic-size expression of a segment (i.e. a vector block) in *this.
764 * \param start the first coefficient in the segment
765 * \param n the number of coefficients in the segment
774 * \sa class Block, segment(Index)
776 inline SegmentReturnType segment(Index start, Index n)
783 /** This is the const version of segment(Index,Index).*/
784 inline ConstSegmentReturnType segment(Index start, Index n) const
794 * \param n the number of coefficients in the segment
822 * \param n the number of coefficients in the segment
846 /** \returns a fixed-size expression of a segment (i.e. a vector block) in \c *this
850 * \tparam N the number of coefficients in the segment as specified at compile-time
851 * \param start the index of the first element in the segment
852 * \param n the number of coefficients in the segment as specified at compile-time
863 inline typename FixedSegmentReturnType<N>::Type segment(Index start, Index n = N)
869 /** This is the const version of segment<int>(Index).*/
871 inline typename ConstFixedSegmentReturnType<N>::Type segment(Index start, Index n = N) const
881 * \tparam N the number of coefficients in the segment as specified at compile-time
882 * \param n the number of coefficients in the segment as specified at run-time
911 * \tparam N the number of coefficients in the segment as specified at compile-time
912 * \param n the number of coefficients in the segment as specified at run-time