Home
last modified time | relevance | path

Searched defs:startRow (Results 1 – 25 of 273) sorted by relevance

1234567891011

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DAbstractFieldMatrix.java331 final int startRow, final int endRow, final int startColumn, final int endColumn) in getSubMatrix()
370 final int startRow, in copySubMatrix()
802 final int startRow, in walkInRowOrder()
809 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
823 final int startRow, in walkInRowOrder()
830 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
870 final int startRow, in walkInColumnOrder()
877 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
891 final int startRow, in walkInColumnOrder()
898 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
[all …]
H A DFieldMatrix.java152 FieldMatrix<T> getSubMatrix(int startRow, int endRow, int startColumn, int endColumn) in getSubMatrix()
185 void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, T[][] destination) in copySubMatrix()
545 int startRow, in walkInRowOrder()
581 int startRow, in walkInRowOrder()
661 int startRow, in walkInColumnOrder()
697 int startRow, in walkInColumnOrder()
777 int startRow, in walkInOptimizedOrder()
813 int startRow, in walkInOptimizedOrder()
H A DRealMatrix.java154 RealMatrix getSubMatrix(int startRow, int endRow, int startColumn, int endColumn) in getSubMatrix()
185 int startRow, int endRow, int startColumn, int endColumn, double[][] destination) in copySubMatrix()
554 int startRow, in walkInRowOrder()
590 int startRow, in walkInRowOrder()
670 int startRow, in walkInColumnOrder()
706 int startRow, in walkInColumnOrder()
786 int startRow, in walkInOptimizedOrder()
822 int startRow, in walkInOptimizedOrder()
H A DArray2DRowFieldMatrix.java477 final int startRow, in walkInRowOrder()
484 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
498 final int startRow, in walkInRowOrder()
505 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
548 final int startRow, in walkInColumnOrder()
555 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
569 final int startRow, in walkInColumnOrder()
576 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
H A DArray2DRowRealMatrix.java405 final int startRow, in walkInRowOrder()
412 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
426 final int startRow, in walkInRowOrder()
433 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
476 final int startRow, in walkInColumnOrder()
483 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
497 final int startRow, in walkInColumnOrder()
504 getRowDimension(), getColumnDimension(), startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
H A DBlockRealMatrix.java655 final int startRow, final int endRow, final int startColumn, final int endColumn) in getSubMatrix()
1448 final int startRow, in walkInRowOrder()
1483 final int startRow, in walkInRowOrder()
1568 final int startRow, in walkInOptimizedOrder()
1603 final int startRow, in walkInOptimizedOrder()
H A DBlockFieldMatrix.java646 final int startRow, final int endRow, final int startColumn, final int endColumn) in getSubMatrix()
1459 final int startRow, in walkInRowOrder()
1494 final int startRow, in walkInRowOrder()
1579 final int startRow, in walkInOptimizedOrder()
1614 final int startRow, in walkInOptimizedOrder()
H A DAbstractRealMatrix.java249 final int startRow, in getNorm()
286 final int startRow, in getFrobeniusNorm()
H A DMatrixUtils.java490 final int startRow, in checkSubMatrixIndex()
625 int rows, int columns, int startRow, int endRow, int startColumn, int endColumn) { in start()
672 int rows, int columns, int startRow, int endRow, int startColumn, int endColumn) { in start()
H A DFieldMatrixChangingVisitor.java41 void start(int rows, int columns, int startRow, int endRow, int startColumn, int endColumn); in start()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DAbstractFieldMatrix.java287 public FieldMatrix<T> getSubMatrix(final int startRow, final int endRow, in getSubMatrix()
330 public void copySubMatrix(final int startRow, final int endRow, in copySubMatrix()
809 final int startRow, final int endRow, in walkInRowOrder()
814 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
827 final int startRow, final int endRow, in walkInRowOrder()
832 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
873 final int startRow, final int endRow, in walkInColumnOrder()
878 startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
891 final int startRow, final int endRow, in walkInColumnOrder()
896 startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
[all …]
H A DFieldMatrix.java133 FieldMatrix<T> getSubMatrix(int startRow, int endRow, int startColumn, int endColumn) in getSubMatrix()
162 void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, in copySubMatrix()
553 int startRow, int endRow, int startColumn, int endColumn) in walkInRowOrder()
583 int startRow, int endRow, int startColumn, int endColumn) in walkInRowOrder()
661 int startRow, int endRow, int startColumn, int endColumn) in walkInColumnOrder()
691 int startRow, int endRow, int startColumn, int endColumn) in walkInColumnOrder()
766 int startRow, int endRow, int startColumn, int endColumn) in walkInOptimizedOrder()
795 int startRow, int endRow, int startColumn, int endColumn) in walkInOptimizedOrder()
H A DArray2DRowRealMatrix.java493 final int startRow, final int endRow, in walkInRowOrder()
498 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
511 final int startRow, final int endRow, in walkInRowOrder()
516 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
560 final int startRow, final int endRow, in walkInColumnOrder()
565 startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
578 final int startRow, final int endRow, in walkInColumnOrder()
583 startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
H A DRealMatrix.java140 RealMatrix getSubMatrix(int startRow, int endRow, int startColumn, int endColumn) in getSubMatrix()
169 void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, in copySubMatrix()
598 int startRow, int endRow, int startColumn, int endColumn) in walkInRowOrder()
628 int startRow, int endRow, int startColumn, int endColumn) in walkInRowOrder()
706 int startRow, int endRow, int startColumn, int endColumn) in walkInColumnOrder()
736 int startRow, int endRow, int startColumn, int endColumn) in walkInColumnOrder()
811 int startRow, int endRow, int startColumn, int endColumn) in walkInOptimizedOrder()
840 int startRow, int endRow, int startColumn, int endColumn) in walkInOptimizedOrder()
H A DRealMatrixImpl.java501 final int startRow, final int endRow, in walkInRowOrder()
506 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
519 final int startRow, final int endRow, in walkInRowOrder()
524 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
568 final int startRow, final int endRow, in walkInColumnOrder()
573 startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
586 final int startRow, final int endRow, in walkInColumnOrder()
591 startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
H A DArray2DRowFieldMatrix.java485 final int startRow, final int endRow, in walkInRowOrder()
490 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
503 final int startRow, final int endRow, in walkInRowOrder()
508 startRow, endRow, startColumn, endColumn); in walkInRowOrder() local
552 final int startRow, final int endRow, in walkInColumnOrder()
557 startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
570 final int startRow, final int endRow, in walkInColumnOrder()
575 startRow, endRow, startColumn, endColumn); in walkInColumnOrder() local
H A DMatrixUtils.java563 final int startRow, final int endRow, in checkSubMatrixIndex()
684 int startRow, int endRow, int startColumn, int endColumn) { in start()
728 int startRow, int endRow, int startColumn, int endColumn) { in start()
H A DAbstractRealMatrix.java209 final int startRow, final int endRow, in getNorm()
242 final int startRow, final int endRow, in getFrobeniusNorm()
H A DBlockRealMatrix.java704 public BlockRealMatrix getSubMatrix(final int startRow, final int endRow, in getSubMatrix()
1503 final int startRow, final int endRow, in walkInRowOrder()
1533 final int startRow, final int endRow, in walkInRowOrder()
1615 final int startRow, final int endRow, in walkInOptimizedOrder()
1645 final int startRow, final int endRow, in walkInOptimizedOrder()
H A DBlockFieldMatrix.java679 public FieldMatrix<T> getSubMatrix(final int startRow, final int endRow, in getSubMatrix()
1483 final int startRow, final int endRow, in walkInRowOrder()
1513 final int startRow, final int endRow, in walkInRowOrder()
1595 final int startRow, final int endRow, in walkInOptimizedOrder()
1625 final int startRow, final int endRow, in walkInOptimizedOrder()
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl()
66 Index startRow() const { return IsRowMajor ? m_outerStart : 0; } in startRow() function
115 …inline sparse_matrix_block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index block… in sparse_matrix_block_impl()
271 Index startRow() const { return IsRowMajor ? m_outerStart : 0; } in startRow() function
298 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl()
317 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl()
357 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl()
388 Index startRow() const { return m_startRow.value(); } in startRow() function
/aosp_15_r20/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h96 block(Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) in block()
110 block(Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) const in block()
721 middleRows(Index startRow, NRowsType n) in middleRows()
735 middleRows(Index startRow, NRowsType n) const in middleRows()
1027 typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol) in block()
1035 const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol) const in block()
1073 typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol, in block()
1082 const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol, in block()
/aosp_15_r20/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java291 int startRow = (mScrollY - mSpec.mCellSpacing) / mBlockHeight; in moveDataWindow() local
618 int startRow = in onKeyDown() local
660 int startRow = (mScrollY - mSpec.mCellSpacing) / mBlockHeight; in paintDecoration() local
768 public void setVisibleRows(int startRow, int endRow) { in setVisibleRows()
/aosp_15_r20/external/skia/tests/
H A DSwizzlerTest.cpp23 uint32_t startRow, in check_fill()
107 for (uint32_t startRow = 0; startRow < height; startRow++) { in DEF_TEST() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/detector/
H A DDetector.java177 private static ResultPoint[] findVertices(BitMatrix matrix, int startRow, int startColumn) { in findVertices()
209 int startRow, in findRowsWithPattern()

1234567891011