Searched refs:rightCols (Results 1 - 13 of 13) sorted by relevance

/external/eigen/doc/snippets/
H A DMatrixBase_rightCols_int.cpp3 cout << "Here is a.rightCols(2):" << endl;
4 cout << a.rightCols(2) << endl;
5 a.rightCols(2).setZero();
H A DMatrixBase_template_int_rightCols.cpp3 cout << "Here is a.rightCols<2>():" << endl;
4 cout << a.rightCols<2>() << endl;
5 a.rightCols<2>().setZero();
/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h71 chord_lengths.rightCols(n-1) = (pts.array().leftCols(n-1) - pts.array().rightCols(n-1)).matrix().colwise().norm();
/external/eigen/test/
H A Dcorners.cpp43 COMPARE_CORNER(rightCols(c), block(0,cols-c,rows,c));
80 VERIFY_IS_EQUAL((matrix.template rightCols<c>()), (matrix.template block<rows,c>(0,cols-c)));
102 VERIFY_IS_EQUAL((const_matrix.template rightCols<c>()), (const_matrix.template block<rows,c>(0,cols-c)));
H A Dsparse_basic.cpp469 if (incCols > 0) refMat1.rightCols(incCols).setZero();
/external/eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h241 m_S.rightCols(dim-j-1).applyOnTheLeft(i-1,i,G.adjoint());
242 m_T.rightCols(dim-i+1).applyOnTheLeft(i-1,i,G.adjoint());
336 m_S.rightCols(dim-i).applyOnTheLeft(i,i+1,G.adjoint());
337 m_T.rightCols(dim-i).applyOnTheLeft(i,i+1,G.adjoint());
370 m_S.rightCols(dim-firstColS).applyOnTheLeft(zz,zz+1,G.adjoint());
371 m_T.rightCols(dim-zz).applyOnTheLeft(zz,zz+1,G.adjoint());
486 m_S.template middleRows<3>(k).rightCols(dim-fc).applyHouseholderOnTheLeft(essential2, tau, m_workspace.data());
487 m_T.template middleRows<3>(k).rightCols(dim-fc).applyHouseholderOnTheLeft(essential2, tau, m_workspace.data());
H A DHessenbergDecomposition.h315 matA.rightCols(remainingSize)
H A DComplexSchur.h431 m_matT.rightCols(m_matT.cols()-il).applyOnTheLeft(il, il+1, rot.adjoint());
439 m_matT.rightCols(m_matT.cols()-i).applyOnTheLeft(i, i+1, rot.adjoint());
H A DRealSchur.h386 m_matT.rightCols(size-iu+1).applyOnTheLeft(iu-1, iu, rot.adjoint());
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h574 inline ColsBlockXpr rightCols(Index n) function
579 /** This is the const version of rightCols(Index).*/
580 inline ConstColsBlockXpr rightCols(Index n) const function
599 inline typename NColsBlockXpr<N>::Type rightCols(Index n = N) function
604 /** This is the const version of rightCols<int>().*/
606 inline typename ConstNColsBlockXpr<N>::Type rightCols(Index n = N) const function
/external/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h294 dst.rightCols(rows()-m_shift-actual_k)
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermNode.cpp713 const int rightCols = constantNode->getType().getCols(); local
715 const int resultCols = rightCols;
/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h723 _this.bottomRightCorner(other.rows(), new_cols) = other.rightCols(new_cols);

Completed in 1807 milliseconds