HomeSort by relevance Sort by last modified time
    Searched refs:cols (Results 301 - 325 of 667) sorted by null

<<11121314151617181920>>

  /external/ceres-solver/internal/ceres/
implicit_schur_complement_test.cc 76 const int num_col_blocks = bs->cols.size();
79 blocks[i - num_eliminate_blocks_] = bs->cols[i].size;
129 int num_sc_cols = lhs.cols();
dense_qr_solver.cc 98 LAPACK::EstimateWorkSizeForQR(lhs_.rows(), lhs_.cols());
107 lhs_.cols(),
schur_jacobi_preconditioner.cc 53 const int num_blocks = bs.cols.size() - options_.elimination_groups[0];
60 block_size_[i] = bs.cols[i + options_.elimination_groups[0]].size;
  /external/chromium_org/third_party/skia/samplecode/
SampleWarp.cpp 144 const int Cols = 16;
145 SkPoint pts[Rows * Cols];
146 patch.evalPatch(pts, Rows, Cols);
157 SkMeshUtils::Draw(canvas, bm, Rows, Cols, pts, NULL, paint);
187 const int Cols = 16;
188 SkPoint pts[Rows * Cols];
189 patch.evalPatch(pts, Rows, Cols);
204 SkMeshUtils::Draw(canvas, bm, Rows, Cols, pts, NULL, paint);
216 void init(const SkRect& bounds, int rows, int cols,
222 int cols() const { return fCols; function in class:Mesh
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 294 eigen_assert(matA.rows()==matA.cols());
363 Index cols() const { return m_hess.packedMatrix().cols(); } function in struct:Eigen::internal::HessenbergDecompositionMatrixHReturnType
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 111 m_rhs.resize(m_mat.cols());
118 m_refX.resize(m_mat.cols());
143 m_refX.resize(m_mat.cols());
BlockOfDynamicSparseMatrix.h 108 EIGEN_STRONG_INLINE Index cols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); }
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 66 const DenseIndex n = pts.cols();
69 chord_lengths.resize(pts.cols());
126 DenseIndex n = pts.cols();
  /external/libvterm/src/
vterm_internal.h 43 int cols; member in struct:VTermState
56 #define SCROLLREGION_RIGHT(state) ((state)->mode.leftrightmargin && (state)->scrollregion_right > -1 ? (state)->scrollregion_right : (state)->cols)
120 int cols; member in struct:VTerm
  /external/chromium_org/third_party/angle/src/compiler/translator/
StructureHLSL.cpp 302 int cols = ctorType.getCols(); local
307 for (int col = 0; col < cols; col++)
313 if (row < rows - 1 || col < cols - 1)
322 for (int col = 0; col < cols; col++)
335 if (row < rows - 1 || col < cols - 1)
344 ASSERT(rows == 2 && cols == 2 && parameter.isVector() && parameter.getNominalSize() == 4);
UtilsHLSL.cpp 107 int cols = type.getCols(); local
109 return "float" + str(cols) + "x" + str(rows);
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 121 inline Index cols() const { return IsRowMajor ? m_innerSize : m_outerSize; } function in class:Eigen::SparseMatrix
173 eigen_assert(row>=0 && row<rows() && col>=0 && col<cols());
191 eigen_assert(row>=0 && row<rows() && col>=0 && col<cols());
222 eigen_assert(row>=0 && row<rows() && col>=0 && col<cols());
529 /** Resizes the matrix to a \a rows x \a cols matrix leaving old values untouched.
532 void conservativeResize(Index rows, Index cols)
535 if (this->rows() == rows && this->cols() == cols) return;
538 if(rows==0 || cols==0) return resize(rows,cols);
    [all...]
  /external/eigen/test/
adjoint.cpp 69 Index cols = m.cols(); local
71 MatrixType m1 = MatrixType::Random(rows, cols),
72 m2 = MatrixType::Random(rows, cols),
73 m3(rows, cols),
101 c = internal::random<Index>(0, cols-1);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
help.c 76 int cols = 1, rows; local
86 cols = max_cols / space;
87 rows = (cmds->cnt + cols - 1) / cols;
92 for (j = 0; j < cols; j++) {
98 if (j == cols-1 || n + rows >= cmds->cnt)
  /external/opencv/cv/src/
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/eigen/Eigen/src/Core/
BooleanRedux.h 91 for(Index j = 0; j < cols(); ++j)
115 for(Index j = 0; j < cols(); ++j)
CwiseUnaryOp.h 71 EIGEN_STRONG_INLINE Index cols() const { return m_xpr.cols(); } function in class:Eigen::CwiseUnaryOp
DenseStorage.h 131 static inline DenseIndex cols(void) {return _Cols;} function in class:Eigen::DenseStorage
147 static inline DenseIndex cols(void) {return _Cols;} function in class:Eigen::DenseStorage
178 inline DenseIndex cols() const {return m_cols;} function in class:Eigen::DenseStorage
197 inline DenseIndex cols(void) const {return _Cols;} function in class:Eigen::DenseStorage
216 inline DenseIndex cols(void) const {return m_cols;} function in class:Eigen::DenseStorage
240 inline DenseIndex cols(void) const {return m_cols;} function in class:Eigen::DenseStorage
278 inline DenseIndex cols(void) const {return m_cols;} function in class:Eigen::DenseStorage
314 static inline DenseIndex cols(void) {return _Cols;} function in class:Eigen::DenseStorage
Flagged.h 54 inline Index cols() const { return m_matrix.cols(); } function in class:Eigen::Flagged
ForceAlignedAccess.h 45 inline Index cols() const { return m_expression.cols(); } function in class:Eigen::ForceAlignedAccess
ProductBase.h 93 eigen_assert(a_lhs.cols() == a_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/Core/products/
GeneralMatrixMatrix_MKL.h 56 static void run(Index rows, Index cols, Index depth, \
79 n = (MKL_INT)cols; \
  /external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h 45 return (min)(Derived::PlainObject::Constant(rows(), cols(), other));
70 return (max)(Derived::PlainObject::Constant(rows(), cols(), other));
  /external/eigen/bench/spbench/
sp_solver.cpp 55 n = A.cols();
94 cout<< "Rows and columns "<< A.rows() <<" " <<A.cols() <<"\n";
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 165 m_U(M.rows(),M.cols()),
166 m_V(M.rows(),M.cols()),
167 m_tmp1(M.rows(),M.cols()),
168 m_tmp2(M.rows(),M.cols()),
169 m_Id(MatrixType::Identity(M.rows(), M.cols())),
426 Index cols() const { return m_src.cols(); } function in struct:Eigen::MatrixExponentialReturnValue
445 eigen_assert(rows() == cols());

Completed in 401 milliseconds

<<11121314151617181920>>