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

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
covar.h 8 const VectorXi &ipvt,
22 assert(ipvt.size()==n);
48 jj = ipvt[j];
53 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,
54 x[ipvt[j]] = wa1[j];
74 l = ipvt[j];
91 wa1[j] = r.col(j).head(j+1).dot(qtb.head(j+1)) / diag[ipvt[j]];
115 qrsolv<Scalar>(r, ipvt, wa1, qtb, x, sdiag);
130 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 63 VectorXi ipvt; local
    [all...]

Completed in 161 milliseconds