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

  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMcovar.h 22 const VectorXi& ipvt,
35 eigen_assert(ipvt.size()==n);
61 jj = ipvt[j];
66 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/lmfit/test/
test_qr.c 23 void lm_qrfac(int m, int n, double *a, int *ipvt,
79 int i, ipvt[3]; local
92 lm_qrfac(3, 3, A, ipvt, rdiag, acnorm, wa);
103 printf( "Output vector ipvt:\n" );
105 printf( "%i ", ipvt[i] );
  /external/eigen/bench/btl/libs/blaze/
blaze_interface.hh 122 // std::vector<int> ipvt(N);
123 // lu_factor(R, ipvt);
  /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 66 VectorXi ipvt; local
    [all...]

Completed in 3893 milliseconds