Home | History | Annotate | Download | only in plugins

Lines Matching full:columns

20 /** \internal expression type of a block of whole columns */
26 /** \internal expression type of a block of whole columns */
45 * \param blockCols the number of columns in the block
73 * \param cCols the number of columns in the corner
94 * \tparam CCols the number of columns in the corner
117 * \tparam CCols number of columns in corner as specified at compile-time
119 * \param cCols number of columns in corner as specified at run-time
122 * and the number of columns is specified at run-time, or vice versa. The compile-time and run-time
124 * \a CRows is \a Dynamic, and the same for the number of columns.
149 * \param cCols the number of columns in the corner
169 * The template parameters CRows and CCols are the number of rows and columns in the corner.
192 * \tparam CCols number of columns in corner as specified at compile-time
194 * \param cCols number of columns in corner as specified at run-time
197 * and the number of columns is specified at run-time, or vice versa. The compile-time and run-time
199 * \a CRows is \a Dynamic, and the same for the number of columns.
224 * \param cCols the number of columns in the corner
244 * The template parameters CRows and CCols are the number of rows and columns in the corner.
267 * \tparam CCols number of columns in corner as specified at compile-time
269 * \param cCols number of columns in corner as specified at run-time
272 * and the number of columns is specified at run-time, or vice versa. The compile-time and run-time
274 * \a CRows is \a Dynamic, and the same for the number of columns.
299 * \param cCols the number of columns in the corner
319 * The template parameters CRows and CCols are the number of rows and columns in the corner.
342 * \tparam CCols number of columns in corner as specified at compile-time
344 * \param cCols number of columns in corner as specified at run-time
347 * and the number of columns is specified at run-time, or vice versa. The compile-time and run-time
349 * \a CRows is \a Dynamic, and the same for the number of columns.
517 /** \returns a block consisting of the left columns of *this.
519 * \param n the number of columns in the block
537 /** \returns a block consisting of the left columns of *this.
539 * \tparam N the number of columns in the block as specified at compile-time
540 * \param n the number of columns in the block as specified at run-time
565 /** \returns a block consisting of the right columns of *this.
567 * \param n the number of columns in the block
585 /** \returns a block consisting of the right columns of *this.
587 * \tparam N the number of columns in the block as specified at compile-time
588 * \param n the number of columns in the block as specified at run-time
613 /** \returns a block consisting of a range of columns of *this.
616 * \param numCols the number of columns in the block
634 /** \returns a block consisting of a range of columns of *this.
636 * \tparam N the number of columns in the block as specified at compile-time
638 * \param n the number of columns in the block as specified at run-time
666 * rows and columns in the block.
695 * \tparam BlockCols number of columns in block as specified at compile-time
699 * \param blockCols number of columns in block as specified at run-time
702 * and the number of columns is specified at run-time, or vice versa. The compile-time and run-time
704 * \a BlockRows is \a Dynamic, and the same for the number of columns.