HomeSort by relevance Sort by last modified time
    Searched refs:middleRows (Results 1 - 6 of 6) sorted by null

  /external/eigen/doc/examples/
DenseBase_middleRows_int.cpp 13 cout << "A(2..3,:) =\n" << A.middleRows(2,2) << endl;
DenseBase_template_int_middleRows.cpp 13 cout << "A(1..3,:) =\n" << A.middleRows<3>(1) << endl;
  /external/eigen/test/
corners.cpp 39 COMPARE_CORNER(middleRows(sr,nr), block(sr,0,nr,cols));
66 VERIFY_IS_EQUAL((matrix.template middleRows<r>(sr)), (matrix.template block<r,cols>(sr,0)));
78 VERIFY_IS_EQUAL((const_matrix.template middleRows<r>(sr)), (const_matrix.template block<r,cols>(sr,0)));
  /external/eigen/Eigen/src/plugins/
BlockMethods.h 347 inline RowsBlockXpr middleRows(Index startRow, Index numRows)
352 /** This is the const version of middleRows(Index,Index).*/
353 inline ConstRowsBlockXpr middleRows(Index startRow, Index numRows) const
369 inline typename NRowsBlockXpr<N>::Type middleRows(Index startRow)
374 /** This is the const version of middleRows<int>().*/
376 inline typename ConstNRowsBlockXpr<N>::Type middleRows(Index startRow) const
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 337 SparseInnerVectorSet<Derived,Dynamic> SparseMatrixBase<Derived>::middleRows(Index start, Index size)
346 const SparseInnerVectorSet<Derived,Dynamic> SparseMatrixBase<Derived>::middleRows(Index start, Index size) const
SparseMatrixBase.h 409 SparseInnerVectorSet<Derived,Dynamic> middleRows(Index start, Index size);
410 const SparseInnerVectorSet<Derived,Dynamic> middleRows(Index start, Index size) const;

Completed in 288 milliseconds