/external/eigen/Eigen/src/misc/ |
SparseSolve.h | 39 inline Index rows() const { return m_dec.cols(); } function in struct:Eigen::internal::sparse_solve_retval_base 56 int size = m_rhs.rows(); 79 using Base::rows; \ 109 inline Index rows() const { return m_dec.cols(); } function in struct:Eigen::internal::solve_retval_with_guess
|
/external/eigen/bench/ |
bench_gemm.cpp | 47 int M = c.rows(); int N = c.cols(); int K = a.cols(); 48 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); 58 int M = c.rows(); int N = c.cols(); int K = a.cols(); 59 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); 69 int M = c.rows(); int N = c.cols(); int K = a.cols(); 70 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows() [all...] |
sparse_lu.cpp | 74 int rows = SIZE; local 87 EigenSparseMatrix sm1(rows, cols); 88 fillMatrix(density, rows, cols, sm1); 96 DenseMatrix m1(rows,cols);
|
/external/eigen/test/eigen2/ |
eigen2_visitor.cpp | 16 int rows = p.rows(); local 21 m = MatrixType::Random(rows, cols); 30 for(int i = 0; i < rows; i++)
|
/external/eigen/test/ |
visitor.cpp | 17 Index rows = p.rows(); local 22 m = MatrixType::Random(rows, cols); 31 for(Index i = 0; i < rows; i++)
|
/external/eigen/unsupported/test/ |
matrix_square_root.cpp | 16 generateTestMatrix<MatrixType>::run(A, m.rows());
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
PVecToTrieCompactHandler.java | 37 // too many rows for a 16-bit trie
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
sort.js | 63 var rows = body.rows; 65 for (var i = 0; i < rows.length; i++) { 66 r = rows[i];
|
/external/libmpeg2/decoder/ |
impeg2d_globals.h | 29 UWORD32 rows; member in struct:__anon15967
|
/external/mesa3d/docs/ |
index.html | 8 <frameset rows="80,*" border="0" frameborder="yes">
|
/external/mesa3d/src/glsl/builtins/tools/ |
generate_matrixCompMultGLSL.py | 23 gen_matrix(2,3) # mat2x3 means 2 columns, 3 rows
|
generate_transposeGLSL.py | 21 gen(2,3) # mat2x3 means 2 columns, 3 rows
|
/external/opencv/cvaux/src/ |
cvvideo.cpp | 65 frame->rows != even->rows*2 || odd->rows != even->rows )
|
/external/opencv3/3rdparty/libwebp/utils/ |
rescaler.h | 54 // Import multiple rows over all channels, until at least one row is ready to 59 // Return true if there is pending output rows ready. 69 // Export as many rows as possible. Return the numbers of rows written.
|
/external/opencv3/apps/traincascade/ |
features.cpp | 11 CV_DbgAssert( sum.cols > 3 && sqSum.rows > 3 ); 12 Rect normrect( 1, 1, sum.cols - 3, sum.rows - 3 ); 82 CV_Assert(img.rows == winSize.height); 83 CV_Assert(idx < cls.rows);
|
/external/opencv3/modules/core/src/opencl/ |
split_merge.cl | 55 int rows, int cols, int rowsPerWI) 65 for (int y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y, dst_index += dst_step) 83 __kernel void split(__global uchar* srcptr, int src_step, int src_offset, int rows, int cols DECLARE_DST_PARAMS, int rowsPerWI) 93 for (int y = y0, y1 = min(rows, y0 + rowsPerWI); y < y1; ++y, src_index += src_step)
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
integral.cu | 73 GpuMat dst = getOutputMat(_dst, src.rows + 1, src.cols + 1, CV_32SC1, stream); 77 GpuMat inner = dst(Rect(1, 1, src.cols, src.rows)); 97 GpuMat dst = getOutputMat(_dst, src.rows + 1, src.cols + 1, CV_64FC1, stream); 101 GpuMat inner = dst(Rect(1, 1, src.cols, src.rows));
|
/external/opencv3/modules/features2d/misc/java/src/cpp/ |
features2d_converters.cpp | 15 for(int i=0; i<mat.rows; i++) 41 for(int i=0; i<mat.rows; i++) 65 vm.reserve( mat.rows ); 91 vm.reserve( mat.rows );
|
/external/opencv3/modules/stitching/test/ |
test_matchers.cpp | 56 rois.push_back(Rect(0, 0, img.cols / 2, img.rows / 2)); 57 rois.push_back(Rect(img.cols / 2, img.rows / 2, img.cols - img.cols / 2, img.rows - img.rows / 2));
|
/external/opencv3/modules/video/misc/java/test/ |
BackgroundSubtractorMOGTest.java | 12 Point bottomRight = new Point(rgbLena.cols() / 2, rgbLena.rows() / 2);
|
/external/opencv3/samples/android/hello-android/ |
main.cpp | 18 putText(img, message, Point(10, img.rows - 10), FONT_HERSHEY_COMPLEX, 3, Scalar(0, 0, 0), 5);
|
/external/replicaisland/src/com/replica/replicaisland/ |
TiledWorld.java | 35 public TiledWorld(int cols, int rows) { 37 mTilesArray = new int[cols][rows]; 38 mRowCount = rows; 42 for (int y = 0; y < rows; y++) {
|
/external/tagsoup/ |
TODO | 13 Allow inline cruft in table bodies and rows
|
/external/webp/src/utils/ |
rescaler.h | 70 // Import multiple rows over all channels, until at least one row is ready to 75 // Export as many rows as possible. Return the numbers of rows written. 89 // Return true if there are pending output rows ready.
|
/frameworks/base/core/java/android/provider/ |
BaseColumns.java | 28 * The count of rows in a directory.
|