/external/opencv3/samples/cpp/tutorial_code/core/how_to_scan_images/ |
how_to_scan_images.cpp | 141 int nRows = I.rows; 146 nCols *= nRows; 147 nRows = 1; 152 for( i = 0; i < nRows; ++i)
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/ |
Covariance.java | 266 int nRows = matrix.getRowDimension(); 268 if (nRows < 2 || nCols < 2) { 271 nRows, nCols);
|
PearsonsCorrelation.java | 277 int nRows = matrix.getRowDimension(); 279 if (nRows < 2 || nCols < 2) { 282 nRows, nCols);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
ChiSquareTestImpl.java | 154 int nRows = counts.length; 158 double[] rowSum = new double[nRows]; 161 for (int row = 0; row < nRows; row++) { 172 for (int row = 0; row < nRows; row++) {
|
/external/opencv3/modules/imgcodecs/src/ |
grfmt_gdal.cpp | 371 int nRows, nCols; 386 nRows = band->GetYSize(); 393 for( int y=0; y<nRows; y++ ){
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
AbstractRealMatrix.java | 154 final int nRows = getRowDimension(); 157 final RealMatrix out = createMatrix(nRows, nCols); 158 for (int row = 0; row < nRows; ++row) { 376 final int nRows = subMatrix.length; 377 if (nRows == 0) { 386 for (int r = 1; r < nRows; ++r) { 396 MatrixUtils.checkRowIndex(this, nRows + row - 1); 399 for (int i = 0; i < nRows; ++i) { 447 final int nRows = getRowDimension(); 448 final RealMatrix out = createMatrix(nRows, 1) [all...] |
Array2DRowFieldMatrix.java | 114 final int nRows = d.length; 115 if (nRows == 0) { 124 for (int r = 1; r < nRows; r++) { 144 final int nRows = v.length; 145 data = buildArray(getField(), nRows, 1); 146 for (int row = 0; row < nRows; row++) { 268 final int nRows = this.getRowDimension(); 271 final T[][] outData = buildArray(getField(), nRows, nCols); 272 for (int row = 0; row < nRows; row++) { 318 final int nRows = subMatrix.length [all...] |
Array2DRowRealMatrix.java | 123 final int nRows = d.length; 124 if (nRows == 0) { 133 for (int r = 1; r < nRows; r++) { 152 final int nRows = v.length; 153 data = new double[nRows][1]; 154 for (int row = 0; row < nRows; row++) { 276 final int nRows = this.getRowDimension(); 279 final double[][] outData = new double[nRows][nCols]; 280 for (int row = 0; row < nRows; row++) { 326 final int nRows = subMatrix.length [all...] |
MatrixUtils.java | 433 final int nRows = columnData.length; 434 final RealMatrix m = createRealMatrix(nRows, 1); 435 for (int i = 0; i < nRows; ++i) { 453 final int nRows = columnData.length; 454 if (nRows == 0) { 457 final FieldMatrix<T> m = createFieldMatrix(columnData[0].getField(), nRows, 1); 458 for (int i = 0; i < nRows; ++i) { 476 final int nRows = columnData.length; 477 final BigDecimal[][] data = new BigDecimal[nRows][1]; 478 for (int row = 0; row < nRows; row++) [all...] |
RealMatrixImpl.java | 125 final int nRows = d.length; 126 if (nRows == 0) { 133 for (int r = 1; r < nRows; r++) { 153 final int nRows = v.length; 154 data = new double[nRows][1]; 155 for (int row = 0; row < nRows; row++) { 277 final int nRows = this.getRowDimension(); 280 final double[][] outData = new double[nRows][nCols]; 281 for (int row = 0; row < nRows; row++) { 329 final int nRows = subMatrix.length [all...] |
AbstractFieldMatrix.java | 246 final int nRows = getRowDimension(); 249 final FieldMatrix<T> out = createMatrix(nRows, nCols); 250 for (int row = 0; row < nRows; ++row) { 402 final int nRows = subMatrix.length; 403 if (nRows == 0) { 412 for (int r = 1; r < nRows; ++r) { 422 checkRowIndex(nRows + row - 1); 425 for (int i = 0; i < nRows; ++i) { 471 final int nRows = getRowDimension(); 472 final FieldMatrix<T> out = createMatrix(nRows, 1) [all...] |
BigMatrixImpl.java | 156 final int nRows = d.length; 157 if (nRows == 0) { 165 for (int r = 1; r < nRows; r++) { 189 final int nRows = d.length; 190 if (nRows == 0) { 198 for (int row = 1; row < nRows; row++) { 219 final int nRows = d.length; 220 if (nRows == 0) { 228 for (int row = 1; row < nRows; row++) { 249 final int nRows = v.length 854 final int nrows = this.getRowDimension(); local [all...] |
BlockFieldMatrix.java | [all...] |
BlockRealMatrix.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XKBproto.h | 662 CARD8 nRows; 688 CARD8 nRows;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
XKBproto.h | 662 CARD8 nRows; 688 CARD8 nRows;
|
/external/opencv/cxcore/include/ |
cxtypes.h | 415 int nRows; 426 int nRows; [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
types_c.h | 355 int nRows; 366 int nRows; [all...] |
/prebuilts/devtools/tools/lib/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/jfreechart/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/ |
xhtmlrenderer-R8rc1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |