Home | History | Annotate | Download | only in linear

Lines Matching defs:rowCount

83         final int rowCount    = getRowDimension();
85 final RealMatrix out = createMatrix(rowCount, columnCount);
86 for (int row = 0; row < rowCount; ++row) {
102 final int rowCount = getRowDimension();
104 final RealMatrix out = createMatrix(rowCount, columnCount);
105 for (int row = 0; row < rowCount; ++row) {
118 final int rowCount = getRowDimension();
120 final RealMatrix out = createMatrix(rowCount, columnCount);
121 for (int row = 0; row < rowCount; ++row) {
134 final int rowCount = getRowDimension();
136 final RealMatrix out = createMatrix(rowCount, columnCount);
137 for (int row = 0; row < rowCount; ++row) {