HomeSort by relevance Sort by last modified time
    Searched refs:nrow (Results 1 - 9 of 9) sorted by null

  /external/ceres-solver/internal/ceres/
corrector.h 69 void CorrectResiduals(int nrow, double* residuals);
77 void CorrectJacobian(int nrow, int ncol,
corrector.cc 105 void Corrector::CorrectResiduals(int nrow, double* residuals) {
107 VectorRef r_ref(residuals, nrow);
112 void Corrector::CorrectJacobian(int nrow, int ncol,
116 ConstVectorRef r_ref(residuals, nrow);
117 MatrixRef j_ref(jacobian, nrow, ncol);
suitesparse.cc 43 triplet.nrow = A->num_rows();
64 triplet.nrow = A->num_cols();
83 m->nrow = A->num_cols();
140 CHECK_EQ(ordering.size(), A->nrow);
170 block_matrix.nrow = num_row_blocks;
suitesparse.h 96 cholmod_sparse*m = cholmod_aat(A, NULL, A->nrow, 1, &cc_);
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 57 res.nrow = mat.rows();;
122 res.nrow = mat.rows();
124 res.nzmax = res.nrow * res.ncol;
140 (cm.nrow, cm.ncol, reinterpret_cast<Index*>(cm.p)[cm.ncol],
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 159 res.nrow = mat.rows();
174 res.nrow = mat.cols();
180 res.nrow = mat.rows();
216 res.nrow = mat.rows();
233 res.nrow = mat.cols();
239 res.nrow = mat.rows();
277 Index outerSize = (Flags&RowMajor)==RowMajor ? sluMat.ncol : sluMat.nrow;
280 sluMat.nrow, sluMat.ncol, sluMat.storage.outerInd[outerSize],
406 m_sluB.nrow = 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 80 int nrow; /* off-screen rows */ member in struct:fieldnode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 80 int nrow; /* off-screen rows */ member in struct:fieldnode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 80 int nrow; /* off-screen rows */ member in struct:fieldnode

Completed in 821 milliseconds