HomeSort by relevance Sort by last modified time
    Searched defs:nRows (Results 1 - 21 of 21) sorted by null

  /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/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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierInfoManager.java 144 int nRows = mContentResolver.update(Telephony.CarrierColumns.CONTENT_URI,
150 if (nRows == 0) {
  /external/ImageMagick/coders/
mat.c 591 unsigned int nRows;
643 HDR.nRows=ReadBlobLSBLong(image);
651 HDR.nRows=ReadBlobMSBLong(image);
671 image->columns=(size_t) HDR.nRows;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
  /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...]
  /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 

Completed in 484 milliseconds