/external/eigen/Eigen/src/SparseCore/ |
SparsePermutation.h | 53 inline int cols() const { return m_matrix.cols(); } function in struct:Eigen::internal::permut_sparsematrix_product_retval 59 SparseMatrix<Scalar,SrcStorageOrder,Index> tmp(m_matrix.rows(), m_matrix.cols()); 79 SparseMatrix<Scalar,int(SrcStorageOrder)==RowMajor?ColMajor:RowMajor,Index> tmp(m_matrix.rows(), m_matrix.cols());
|
SparseUtil.h | 94 template<typename T,int Rows,int Cols> struct sparse_eval; 100 template<typename T,int Cols> struct sparse_eval<T,1,Cols> { 114 template<typename T,int Rows,int Cols> struct sparse_eval {
|
SparseVector.h | 78 EIGEN_STRONG_INLINE Index cols() const { return IsColVector ? 1 : m_size; } function in class:Eigen::SparseVector 177 void resize(Index rows, Index cols) 179 eigen_assert(rows==1 || cols==1); 180 resize(IsColVector ? rows : cols); 195 inline SparseVector(Index rows, Index cols) : m_size(0) { resize(rows,cols); }
|
/external/eigen/test/eigen2/ |
sparse.h | 52 sparseMat.startFill(int(refMat.rows()*refMat.cols()*density)); 53 for(int j=0; j<refMat.cols(); j++) 95 sparseMat.startFill(int(refMat.rows()*refMat.cols()*density)); 96 for(int j=0; j<refMat.cols(); j++)
|
/external/eigen/test/ |
sparse.h | 66 //sparseMat.reserve(int(refMat.rows()*refMat.cols()*density)); 67 sparseMat.reserve(VectorXi::Constant(IsRowMajor ? refMat.rows() : refMat.cols(), int((1.5*density)*(IsRowMajor?refMat.cols():refMat.rows())))); 118 sparseMat.reserve(int(refMat.rows()*refMat.cols()*density));
|
main.h | 311 void createRandomPIMatrixOfRank(typename MatrixType::Index desired_rank, typename MatrixType::Index rows, typename MatrixType::Index cols, MatrixType& m) 315 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; 319 typedef Matrix<Scalar, Cols, Cols> MatrixBType; 323 m.setZero(rows,cols); 330 m = VectorType::Random(rows).normalized() * VectorType::Random(cols).normalized().transpose(); 335 MatrixType d = MatrixType::Identity(rows,cols); 336 MatrixBType b = MatrixBType::Random(cols,cols); 339 const Index diag_size = (std::min)(d.rows(),d.cols()); [all...] |
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
rwupdt.h | 14 const Index n = r.cols();
|
/external/jsr305/javadoc/ |
index.html | 23 <FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
|
/external/libvpx/libvpx/examples/includes/geshi/docs/api/ |
index.html | 14 <FRAMESET cols='25%,*'>
|
/external/llvm/utils/emacs/ |
emacs.el | 5 ;; Max 80 cols per line, indent by two spaces, no tabs.
|
/external/skia/include/utils/ |
SkBoundaryPatch.h | 41 bool evalPatch(SkPoint verts[], int rows, int cols);
|
/external/eigen/Eigen/src/Core/ |
Matrix.h | 238 /** \brief Constructs an uninitialized matrix with \a rows rows and \a cols columns. 243 Matrix(Index rows, Index cols); 273 : Base(other.rows() * other.cols(), other.rows(), other.cols()) 285 : Base(other.rows() * other.cols(), other.rows(), other.cols()) 295 Base::resize(other.rows(), other.cols()); 304 : Base(other.derived().rows() * other.derived().cols(), other.derived().rows(), other.derived().cols()) 307 Base::resize(other.rows(), other.cols()); [all...] |
Block.h | 118 m_blockCols(BlockCols==1 ? 1 : xpr.cols()) 122 ||((BlockRows==XprType::RowsAtCompileTime) && (BlockCols==1) && i<xpr.cols()))); 133 && startCol >= 0 && BlockCols >= 1 && startCol + BlockCols <= xpr.cols()); 147 && startCol >= 0 && blockCols >= 0 && startCol + blockCols <= xpr.cols()); 153 inline Index cols() const { return m_blockCols.value(); } function in class:Eigen::Block 275 BlockCols==1 ? 1 : xpr.cols()), 280 ||((BlockRows==XprType::RowsAtCompileTime) && (BlockCols==1) && i<xpr.cols()))); 290 && startCol >= 0 && BlockCols >= 1 && startCol + BlockCols <= xpr.cols()); 305 && startCol >= 0 && blockCols >= 0 && startCol + blockCols <= xpr.cols());
|
/external/opencv/cxcore/src/ |
cxarray.cpp | 124 cvCreateMatHeader( int rows, int cols, int type ) 135 if( rows <= 0 || cols <= 0 ) 138 min_step = CV_ELEM_SIZE(type)*cols; 148 arr->cols = cols; 166 cvInitMatHeader( CvMat* arr, int rows, int cols, 181 if( rows <= 0 || cols <= 0 ) 182 CV_ERROR( CV_StsBadSize, "Non-positive cols or rows" ); 187 arr->cols = cols; 1583 int cols; local [all...] |
cximage.cpp | 88 CV_CALL( img = cvCreateImageHeader( cvSize(m->cols,m->rows), 215 CvMatrix::CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data ) 220 cvInitMatHeader( matrix, rows, cols, type, alloc_data ? 221 cvMemStorageAlloc( storage, rows*cols*CV_ELEM_SIZE(type) ) : 0 ); 242 CV_CALL( m = cvCreateMat( src->rows, src->cols, src->type )); 275 CV_CALL( temp_mat = cvCreateMat( m->rows, m->cols,
|
/external/opencv/cv/src/ |
cvmorph.cpp | 229 _ksize.width == element->cols && _ksize.height == element->rows) ) 384 int i, j, cols, rows; local 396 anchor.x = element->cols/2; 401 if( (unsigned)anchor.x >= (unsigned)element->cols || 409 cols = element->cols; 411 if( rows == 1 || cols == 1 ) 417 c = cols/2; 427 j2 = cols; 437 j2 = MIN( c + dx + 1, cols ); [all...] |
/external/opencv/cvaux/src/ |
cvcorrimages.cpp | 90 needNumPoints = points->cols; 109 if( status->cols != needNumPoints ) 243 numPoints = points1->cols; 250 if( points2->cols != numPoints || pntStatus1->cols != numPoints || pntStatus2->cols != numPoints ) 471 oldNum = (*oldPoints)->cols; 484 addNum = addPoints->cols; 485 if( addStatus->cols != addNum ) 585 oldNumPoints = oldPoints->cols; [all...] |
/external/eigen/Eigen/src/Core/products/ |
CoeffBasedProduct.h | 155 eigen_assert(lhs.cols() == rhs.rows() 161 EIGEN_STRONG_INLINE Index cols() const { return m_rhs.cols(); } function in class:Eigen::CoeffBasedProduct 265 eigen_assert(lhs.cols()>0 && "you are using a non initialized matrix"); 267 for(Index i = 1; i < lhs.cols(); ++i) 417 eigen_assert(lhs.cols()>0 && "you are using a non initialized matrix"); 419 for(Index i = 1; i < lhs.cols(); ++i) 430 eigen_assert(lhs.cols()>0 && "you are using a non initialized matrix"); 432 for(Index i = 1; i < lhs.cols(); ++i)
|
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexSchur.h | 112 : m_matT(matrix.rows(),matrix.cols()), 113 m_matU(matrix.rows(),matrix.cols()), 274 eigen_assert(matrix.cols() == matrix.rows()); 276 if(matrix.cols() == 1) 336 Index iu = m_matT.cols() - 1; 355 if(iter > m_maxIterations * m_matT.cols()) break; 371 m_matT.rightCols(m_matT.cols()-il).applyOnTheLeft(il, il+1, rot.adjoint()); 379 m_matT.rightCols(m_matT.cols()-i).applyOnTheLeft(i, i+1, rot.adjoint()); 385 if(iter <= m_maxIterations * m_matT.cols())
|
/external/libvpx/libvpx/vp8/common/x86/ |
postproc_sse2.asm | 92 ; int cols, 144 cmp edx, dword arg(4) ;cols 150 ; done with the all cols, start the across filtering in place 196 cmp edx, dword arg(4) ;cols 234 ; int pitch, int rows, int cols,int flimit) 266 ;for(c=0; c<cols; c+=8) 444 sub dword arg(3), 8 ; cols -= 8 463 ; int pitch, int rows, int cols,int flimit) 538 movsxd rdx, dword arg(3) ;cols
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderFrameSet.cpp | 133 size_t cols = m_cols.m_sizes.size(); local 139 for (size_t c = 0; c < cols; c++) { 404 size_t cols = m_cols.m_sizes.size(); local 406 for (size_t c = 0; c < cols; ++c) { 425 int cols = frameSet()->totalCols(); local 426 if (rows && cols) { 429 result.setPreventResize(RightFrameEdge, m_cols.m_preventResize[cols]); 430 result.setAllowBorder(RightFrameEdge, m_cols.m_allowBorder[cols]); 458 unsigned cols = frameSet()->totalCols(); local 461 if (m_rows.m_sizes.size() != rows || m_cols.m_sizes.size() != cols) { 505 int cols = frameSet()->totalCols(); local [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
shell5.test | 111 # import file with 1 row, 1 column (expecting 2 cols) 119 # import file with 1 row, 3 columns (expecting 2 cols) 211 set cols 999 215 for {set i 1} {$i<$cols} {incr i} { 219 append sql "c$cols);" 220 append data "$cols"
|
/external/linux-tools-perf/util/ |
help.c | 75 int cols = 1, rows; local 91 cols = max_cols / space; 92 rows = (cmds->cnt + cols - 1) / cols; 97 for (j = 0; j < cols; j++) { 103 if (j == cols-1 || n + rows >= cmds->cnt)
|
/external/llvm/utils/lit/lit/ |
ProgressBar.py | 40 they will be stored in the `COLS` and `LINES` attributes. 67 COLS = None #: Width of the terminal (None for unknown) 106 self.COLS = curses.tigetnum('cols') 219 if self.term.COLS: 220 self.width = self.term.COLS
|
/external/opencv/ml/src/ |
_ml.h | 76 if( MIN( (mat).rows, (mat).cols ) != 1 ) \ 82 (num) = (mat).cols; \ 98 (n) = (mat).cols; \ 105 (m) = (mat).cols; \ 110 (mat)->cols > 0 && (mat)->rows > 0) 229 int dims = (matrice)->cols; \
|