HomeSort by relevance Sort by last modified time
    Searched refs:cols (Results 501 - 525 of 774) sorted by null

<<21222324252627282930>>

  /external/eigen/Eigen/src/SparseCore/
SparseView.h 59 inline Index cols() const { return m_matrix.cols(); } function in class:Eigen::SparseView
  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 83 Index cols() { return m_col; } function in class:Eigen::internal::MappedSuperNodalMatrix
238 // eigen_assert(X.cols() <= NumTraits<Index>::highest());
240 Index nrhs = Index(X.cols());
SparseLU_kernel_bmod.h 73 internal::sparselu_gemm<Scalar>(l.rows(), l.cols(), B.cols(), B.data(), B.outerStride(), u.data(), u.outerStride(), l.data(), l.outerStride());
SparseLU_panel_bmod.h 152 internal::sparselu_gemm<Scalar>(L.rows(), L.cols(), B.cols(), B.data(), B.outerStride(), U.data(), U.outerStride(), L.data(), L.outerStride());
  /external/eigen/test/
main.h 544 void createRandomPIMatrixOfRank(Index desired_rank, Index rows, Index cols, MatrixType& m);
546 void createRandomPIMatrixOfRank(Index desired_rank, Index rows, Index cols, MatrixType& m)
549 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime };
553 typedef Matrix<Scalar, Cols, Cols> MatrixBType;
557 m.setZero(rows,cols);
564 m = VectorType::Random(rows).normalized() * VectorType::Random(cols).normalized().transpose();
569 MatrixType d = MatrixType::Identity(rows,cols);
570 MatrixBType b = MatrixBType::Random(cols,cols);
    [all...]
sparse_vector.cpp 12 template<typename Scalar,typename StorageIndex> void sparse_vector(int rows, int cols)
14 double densityMat = (std::max)(8./(rows*cols), 0.01);
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h 52 const Index N(mat.cols()); // the size of the matrix
260 for(int j=0; j<b.cols(); ++j)
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMqrsolv.h 22 template <typename Scalar,int Rows, int Cols, typename PermIndex>
24 Matrix<Scalar,Rows,Cols> &s,
34 Index n = s.cols();
114 Index n = s.cols();
  /external/opencv/cv/src/
cvcondens.cpp 249 if( (lowerBound->cols != 1) || (upperBound->cols != 1) )
cvconvhull.cpp 296 if( (mat->cols != 1 && mat->rows != 1) || !CV_IS_MAT_CONT(mat->type))
300 if( mat->cols + mat->rows - 1 < ptseq->total )
311 mat->cols + mat->rows - 1, &hull_header.s, &hullblock ));
489 if( mat->rows > mat->cols )
492 mat->cols = hullseq->total;
578 if( (mat->cols != 1 && mat->rows != 1) ||
583 if( mat->cols + mat->rows - 1 > ptseq->total )
589 mat->cols + mat->rows - 1, &hull_header.s, &hullblock ));
cvfeatureselect.cpp 98 CV_CALL( _eigImg = cvCreateMat( img->rows, img->cols, CV_32FC1 ));
108 CV_CALL( _tmpImg = cvCreateMat( img->rows, img->cols, CV_32FC1 ));
cvgeometry.cpp 370 matrixM->cols == 3 && matrixM->rows == 3 &&
548 if(projMatr->cols != 4 || projMatr->rows != 3)
551 if(calibMatr->cols != 3 || calibMatr->rows != 3 || rotMatr->cols != 3 || rotMatr->rows != 3)
554 if(posVect->cols != 1 || posVect->rows != 4)
  /external/webrtc/webrtc/common_audio/
lapped_transform_unittest.cc 80 void SetFloatArray(float value, int rows, int cols, float* const* array) {
82 for (int j = 0; j < cols; ++j) {
  /frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java 70 private ArrayList<ArrayList> createTestList(int rows, int cols) {
77 for (int j = 0; j < cols; j++) {
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 130 String[] cols = new String[] {MediaStore.Audio.Playlists.NAME}; local
133 Cursor c = resolver.query(MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI, cols,
  /packages/apps/Music/tests/src/com/android/music/functional/
TestPlaylist.java 130 String[] cols = new String[] { local
140 cols, whereclause, null,
TestSongs.java 124 String[] cols = new String[] { local
133 cols, whereclause, null,
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 71 Index cols() const { return (Direction==Horizontal ? 1 : m_matrix.cols()); } function in class:Eigen::PartialReduxExpr
205 { return isVertical?m_matrix.cols():m_matrix.rows(); }
227 isHorizontal ? 1 : m_matrix.cols());
250 isVertical ? 1 : m_matrix.cols());
ProductEvaluators.h 108 : m_result(xpr.rows(), xpr.cols())
144 Index dstCols = src.cols();
145 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
161 eigen_assert(dst.rows() == src.rows() && dst.cols() == src.cols());
176 eigen_assert(dst.rows() == src.rows() && dst.cols() == src.cols());
270 // FIXME if cols is large enough, then it might be useful to make sure that lhs is sequentially stored
272 const Index cols = dst.cols(); local
    [all...]
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 201 inline Index cols() const { return m_size; } function in class:Eigen::PastixBase
297 eigen_assert(mat.rows() == mat.cols() && "The input matrix should be squared");
376 for (int i = 0; i < b.cols(); i++){
584 out.resize(matrix.rows(), matrix.cols());
670 out.resize(matrix.rows(), matrix.cols());
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 351 eigen_assert(A.cols() == A.rows());
352 eigen_assert(B.cols() == B.rows());
353 eigen_assert(B.rows() == 0 || A.cols() == B.rows());
358 bool isBempty = (B.rows() == 0) || (B.cols() == 0);
366 int n = (int)A.cols();
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 390 if( src->cols != src->rows )
396 if( (evals->rows != src->rows || evals->cols != 1) &&
397 (evals->cols != src->rows || evals->rows != 1))
411 evals->data.fl, src->cols, (float)eps ));
418 evals->data.db, src->cols, eps ));
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 941 int cols = numColumns(row); local
943 for (int i = 0; i < cols; i++) {
1110 int cols = numColumns(mRow); local
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 83 cols []interface{} // must be same size as its table colname + coltype
699 var cols []interface{}
701 cols = make([]interface{}, len(t.colname))
727 cols[colidx] = val
732 t.rows = append(t.rows, &row{cols: cols})
810 tcol := trow.cols[idx]
831 mrow := &row{cols: make([]interface{}, len(s.colName))}
833 mrow.cols[seli] = trow.cols[colIdx[name]
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
fakedb_test.go 83 cols []interface{} // must be same size as its table colname + coltype
699 var cols []interface{}
701 cols = make([]interface{}, len(t.colname))
727 cols[colidx] = val
732 t.rows = append(t.rows, &row{cols: cols})
810 tcol := trow.cols[idx]
831 mrow := &row{cols: make([]interface{}, len(s.colName))}
833 mrow.cols[seli] = trow.cols[colIdx[name]
    [all...]

Completed in 1023 milliseconds

<<21222324252627282930>>