/external/eigen/test/ |
product_trmv.cpp | 22 Index cols = m.cols(); local 24 MatrixType m1 = MatrixType::Random(rows, cols), 25 m3(rows, cols); 30 m1 = MatrixType::Random(rows, cols);
|
qtvector.cpp | 24 Index cols = m.cols(); local 25 MatrixType x = MatrixType::Random(rows,cols), y = MatrixType::Random(rows,cols); 26 QVector<MatrixType> v(10, MatrixType(rows,cols)), w(20, y);
|
stdvector.cpp | 18 typename MatrixType::Index cols = m.cols(); local 19 MatrixType x = MatrixType::Random(rows,cols), y = MatrixType::Random(rows,cols); 20 std::vector<MatrixType,Eigen::aligned_allocator<MatrixType> > v(10, MatrixType(rows,cols)), w(20, y);
|
stdvector_overload.cpp | 32 typename MatrixType::Index cols = m.cols(); local 33 MatrixType x = MatrixType::Random(rows,cols), y = MatrixType::Random(rows,cols); 34 std::vector<MatrixType> v(10, MatrixType(rows,cols)), w(20, y);
|
/external/eigen/unsupported/test/ |
kronecker_product.cpp | 18 void check_dimension(const MatrixType& ab, const unsigned int rows, const unsigned int cols) 21 VERIFY_IS_EQUAL(ab.cols(), cols); 29 VERIFY_IS_EQUAL(ab.cols(), 6); 74 VERIFY_IS_EQUAL(ab.cols(), 10);
|
/external/opencv/cv/src/ |
cvadapthresh.cpp | 53 int i, j, rows, cols; local 67 cols = src->cols; 72 CV_CALL( mean = cvCreateMat( rows, cols, CV_8UC1 )); 92 for( j = 0; j < cols; j++ )
|
cvstereogc.cpp | 444 int k, x, y, rows = left->rows, cols = left->cols; local 460 for( x = 0; x < cols; x++, dptr += 3 ) 470 if( x < cols-1 ) 489 int x, y, x1, d, i, j, rows = state->left->rows, cols = state->left->cols, n = 0; local 499 for( x = 0; x < cols; x++ ) 504 if( (unsigned)x1 >= (unsigned)cols ) 528 int x, y, rows = state->left->rows, cols = state->left->cols; local 666 int k, a, d, d1, x, y, x1, y1, rows = state->left->rows, cols = state->left->cols; local [all...] |
/external/opencv/cxcore/src/ |
cxutils.cpp | 78 if( (labels->rows != 1 && (labels->cols != 1 || !CV_IS_MAT_CONT(labels->type))) || 79 labels->rows + labels->cols - 1 != samples->rows ) 91 dims = samples->cols*CV_MAT_CN(samples->type); 102 counters->cols = cluster_count; // cut down counters 289 coeff_count = coeffs->rows + coeffs->cols - 1; 291 if( (coeffs->rows != 1 && coeffs->cols != 1) || (coeff_count != 3 && coeff_count != 4) ) 295 if( (roots->rows != 1 && roots->cols != 1) || 296 roots->rows + roots->cols - 1 != 3 ) 657 m = a->rows * a->cols; 658 n = r->rows * r->cols; 819 int cont_flag, arr_size, elem_size, cols, step; local 918 int rows, cols; local [all...] |
cxmatrix.cpp | 144 int size = MIN(mat->rows,mat->cols); 553 CV_ASSERT( CV_IS_MAT(matrix) && matrix->rows == matrix->cols ); [all...] |
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCDatabaseMetaData.java | 554 String cols[] = { "TABLE_SCHEM" }; local 556 tr.columns(cols); 564 String cols[] = { "TABLE_CAT" }; local 566 tr.columns(cols); 574 String cols[] = { "TABLE_TYPE" }; local 576 tr.columns(cols); 615 String cols[] = { local 632 tr.columns(cols); 652 String row[] = new String[cols.length]; 688 String cols[] = local 708 String cols[] = { local 751 String cols[] = { local 842 String cols[] = { local 877 String cols[] = { local 1040 String cols[] = { local 1066 String cols[] = { local 1112 String cols[] = { local 1141 String cols[] = { local 1291 String cols[] = { local [all...] |
/external/ceres-solver/internal/ceres/ |
covariance_impl.cc | 154 const int* cols = covariance_matrix_->cols(); local 156 const int* cols_begin = cols + rows[row_begin]; 337 int* cols = covariance_matrix_->mutable_cols(); local 381 cols[cursor++] = col_begin++; 433 cholmod_jacobian_view.i = reinterpret_cast<void*>(&jacobian.cols[0]); 469 const int* cols = covariance_matrix_->cols(); local 500 const int c = cols[idx]; 567 const int c = cols[idx] 699 const int* cols = covariance_matrix_->cols(); local 831 const int* cols = covariance_matrix_->cols(); local [all...] |
schur_eliminator_test.cc | 72 num_eliminate_cols += bs->cols[i].size; 88 const int schur_size = J.cols() - num_eliminate_cols; 96 sol_expected.resize(J.cols()); 111 const int block_size = bs->cols[i].size; 131 const int num_col_blocks = bs->cols.size(); 134 blocks[i - num_eliminate_blocks] = bs->cols[i].size;
|
/external/chromium/googleurl/ |
PRESUBMIT.py | 34 # TODO(brettw) Enforce 80 cols. 39 # TODO(brettw) Enforce 80 cols. 49 - contains a line >|max_cols| cols unless |max_cols| is 0.
|
/external/chromium_org/third_party/jstemplate/ |
jstemplate_example.html | 43 <textarea id="template" rows="15" cols="80"></textarea> 46 <textarea id="js" rows="15" cols="80"> 76 <textarea id="html" rows="15" cols="80"></textarea>
|
/external/eigen/Eigen/src/Core/ |
Product.h | 71 eigen_assert(lhs.cols() == rhs.rows() 77 inline Index cols() const { return m_rhs.cols(); } function in class:Product
|
NestByValue.h | 46 inline Index cols() const { return m_expression.cols(); } function in class:Eigen::NestByValue
|
ProductBase.h | 93 eigen_assert(lhs.cols() == rhs.rows() 99 inline Index cols() const { return m_rhs.cols(); } function in class:Eigen::ProductBase 119 m_result.resize(m_lhs.rows(), m_rhs.cols()); 141 eigen_assert(this->rows() == 1 && this->cols() == 1); 150 eigen_assert(this->rows() == 1 && this->cols() == 1); 158 eigen_assert(this->rows() == 1 && this->cols() == 1); 165 eigen_assert(this->rows() == 1 && this->cols() == 1);
|
/external/eigen/Eigen/src/Eigen2Support/ |
Minor.h | 66 && col >= 0 && col < matrix.cols()); 72 inline Index cols() const { return m_matrix.cols() - 1; } function in class:Eigen::Minor
|
CwiseOperators.h | 216 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s)); 225 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s)); 234 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s)); 243 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s)); 252 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s)); 261 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s));
|
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexSchur_MKL.h | 52 assert(matrix.cols() == matrix.rows()); \ 55 if(matrix.cols() == 1) \ 64 lapack_int n = matrix.cols(), sdim, info; \
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
BasicPreconditioners.h | 46 DiagonalPreconditioner(const MatType& mat) : m_invdiag(mat.cols()) 52 Index cols() const { return m_invdiag.size(); } function in class:Eigen::DiagonalPreconditioner 63 m_invdiag.resize(mat.cols());
|
/external/llvm/test/CodeGen/ARM/ |
divmod.ll | 46 define void @do_indent(i32 %cols) nounwind { 61 %4 = srem i32 %cols, %3 62 %5 = sdiv i32 %cols, %3
|
/external/smack/src/org/jivesoftware/smackx/search/ |
SimpleUserSearch.java | 125 Iterator<ReportedData.Column> cols = data.getColumns(); local 126 while (cols.hasNext()) { 127 ReportedData.Column column = cols.next();
|
/external/qemu/ |
curses.c | 66 width = COLS; 78 if (width > COLS) { 79 px = (width - COLS) / 2; 81 smaxx = COLS; 84 sminx = (COLS - width) / 2; 143 if (x >= 0 && y >= 0 && x < COLS && y < LINES) {
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
index.html | 39 <textarea id="saveFileEditor" cols="40" rows="10" wrap="hard" 50 <textarea cols="40" rows="10" wrap="hard"></textarea>
|