HomeSort by relevance Sort by last modified time
    Searched full:ipvt (Results 1 - 7 of 7) sorted by null

  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMcovar.h 22 const VectorXi& ipvt,
36 eigen_assert(ipvt.size()==n);
62 jj = ipvt[j];
67 ii = ipvt[i];
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
covar.h 8 const VectorXi &ipvt,
23 eigen_assert(ipvt.size()==n);
49 jj = ipvt[j];
54 ii = ipvt[i];
qrsolv.h 5 // TODO : once qrsolv2 is removed, use ColPivHouseholderQR or PermutationMatrix instead of ipvt
10 const VectorXi &ipvt,
42 l = ipvt[j];
86 for (j = 0; j < n; ++j) x[ipvt[j]] = wa[j];
lmpar.h 8 const VectorXi &ipvt,
56 x[ipvt[j]] = wa1[j];
76 l = ipvt[j];
93 wa1[j] = r.col(j).head(j+1).dot(qtb.head(j+1)) / diag[ipvt[j]];
117 qrsolv<Scalar>(r, ipvt, wa1, qtb, x, sdiag);
132 l = ipvt[j];
  /external/eigen/bench/btl/libs/gmm/
gmm_interface.hh 128 std::vector<int> ipvt(N);
129 gmm::lu_factor(R, ipvt);
  /external/eigen/bench/btl/libs/mtl4/
mtl4_interface.hh 126 // std::vector<int> ipvt(N);
127 // lu_factor(R, ipvt);
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 65 VectorXi ipvt; local
    [all...]

Completed in 181 milliseconds