/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | FieldMatrix.java | 133 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()
|
D | RealMatrixImpl.java | 501 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
|
D | Array2DRowRealMatrix.java | 493 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
|
D | Array2DRowFieldMatrix.java | 485 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
|
D | RealMatrix.java | 140 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()
|
D | AbstractFieldMatrix.java | 287 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 …]
|
D | FieldMatrixChangingVisitor.java | 43 int startRow, int endRow, int startColumn, int endColumn); in start()
|
D | DefaultRealMatrixPreservingVisitor.java | 36 int startRow, int endRow, int startColumn, int endColumn) { in start()
|
D | RealMatrixPreservingVisitor.java | 42 int startRow, int endRow, int startColumn, int endColumn); in start()
|
D | DefaultRealMatrixChangingVisitor.java | 36 int startRow, int endRow, int startColumn, int endColumn) { in start()
|
D | FieldMatrixPreservingVisitor.java | 43 int startRow, int endRow, int startColumn, int endColumn); in start()
|
D | RealMatrixChangingVisitor.java | 42 int startRow, int endRow, int startColumn, int endColumn); in start()
|
D | DefaultFieldMatrixChangingVisitor.java | 49 int startRow, int endRow, int startColumn, int endColumn) { in start()
|
D | DefaultFieldMatrixPreservingVisitor.java | 49 int startRow, int endRow, int startColumn, int endColumn) { in start()
|
D | AbstractRealMatrix.java | 209 final int startRow, final int endRow, in getNorm() 242 final int startRow, final int endRow, in getFrobeniusNorm()
|
D | MatrixUtils.java | 563 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()
|
D | BigMatrix.java | 136 BigMatrix getSubMatrix(int startRow, int endRow, int startColumn, in getSubMatrix()
|
D | BlockFieldMatrix.java | 679 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()
|
D | BlockRealMatrix.java | 704 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()
|
/external/eigen/Eigen/src/plugins/ |
D | BlockMethods.h | 56 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) in block() 62 inline const Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index bloc… in block() 477 inline RowsBlockXpr middleRows(Index startRow, Index n) in middleRows() 483 inline ConstRowsBlockXpr middleRows(Index startRow, Index n) const in middleRows() 680 inline Block<Derived, BlockRows, BlockCols> block(Index startRow, Index startCol) in block() 687 inline const Block<const Derived, BlockRows, BlockCols> block(Index startRow, Index startCol) const in block() 712 inline Block<Derived, BlockRows, BlockCols> block(Index startRow, Index startCol, in block() 720 inline const Block<const Derived, BlockRows, BlockCols> block(Index startRow, Index startCol, in block()
|
/external/skia/tests/ |
D | SwizzlerTest.cpp | 17 uint32_t startRow, in check_fill() 110 for (uint32_t startRow = 0; startRow < height; startRow++) { in DEF_TEST() local
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 57 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl() 122 …inline BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int block… in BlockImpl() 293 …inline BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int block… in BlockImpl() 403 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | AdamsMoultonIntegrator.java | 372 int startRow, int endRow, int startColumn, int endColumn) { in start()
|
/external/skia/src/images/ |
D | SkMovie_gif.cpp | 134 int startRow) in copyInterlaceGroup()
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | TestCertUtils.java | 721 private static String getData(int col, int startRow) { in getData()
|