Home | History | Annotate | Download | only in Polynomials

Lines Matching refs:row

63     EIGEN_STRONG_INLINE const _Scalar operator()(Index row, Index col ) const
67 if( 0 < row ){ return m_bl_diag[col]; }
70 else{ return m_monic[row]; }
105 * \returns true if the row and the column, having colNorm and rowNorm
108 * the column and the row in order to balance them.
114 * \returns true if the row and the column, having colNorm and rowNorm
117 * the column and the row in order to balance them.
127 * A matrix with non zero row and non zero column is balanced
128 * for a certain norm if the i-th row and the i-th column
151 // then the balancing coefficient for the row is \f$ 1/2^{\sigma} \f$
192 * Set the norm of the column and the row to the geometric mean
193 * of the row and column norm
224 //First row, first column excluding the diagonal
229 //Compute balancing of the row and the column
243 // row norm, excluding the diagonal
246 //Compute balancing of the row and the column
255 //Last row, last column excluding the diagonal
262 //Compute balancing of the row and the column