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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
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...]
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...]
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...]
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...]
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...]
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...]
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...]
BlockFieldMatrix.java     [all...]
BlockRealMatrix.java     [all...]
  /external/clang/test/SemaCXX/
cxx11-call-to-deleted-constructor.cpp 27 Matrix(const unsigned int nRows, const unsigned int nColumns, const value_type* data = nullptr);
  /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/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_filters.cpp 107 int nRows = 0;
115 nRows = pParam->GetInteger(FX_BSTRC("Rows"));
120 if (nRows == 0) {
121 nRows = height;
124 pFilter->Initialize(Encoding, bEndOfLine, bByteAlign, bBlack, nRows, nColumns);
797 FX_BOOL CPDF_FaxFilter::Initialize(int Encoding, int bEndOfLine, int bByteAlign, int bBlack, int nRows, int nColumns)
803 m_nRows = nRows;
filters_int.h 111 FX_BOOL Initialize(int Encoding, int bEndOfLine, int bByteAlign, int bBlack, int nRows, int nColumns);
  /external/opencv/cv/src/
cvmorph.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 415 int nRows;
426 int nRows;
    [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;
  /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 

Completed in 467 milliseconds