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

  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 34 * form \f$ H = \prod_{i=0}^{n-1} H_i \f$ where the i-th Householder reflection is \f$ H_i = I - h_i v_i
35 * v_i^* \f$. The i-th Householder coefficient \f$ h_i \f$ is a scalar and the i-th Householder vector \f$
36 * v_i \f$ is a vector of the form
38 * v_i = [\underbrace{0, \ldots, 0}_{i-1\mbox{ zeros}}, 1, \underbrace{*, \ldots,*}_{n-i\mbox{ arbitrary entries}} ].
40 * The last \f$ n-i \f$ entries of \f$ v_i \f$ are called the essential part of the Householder vector.
143 * Householder vector \f$ v_i \f$ is given by \p v(k,i) with \p k > \p i (the subdiagonal part of the
186 * This function returns the essential part of the Householder vector \f$ v_i \f$. This is a vector of
189 * v_i = [\underbrace{0, \ldots, 0}_{i-1\mbox{ zeros}}, 1, \underbrace{*, \ldots,*}_{n-i\mbox{ arbitrary entries}} ].
  /external/wpa_supplicant_8/src/crypto/
aes-gcm.c 76 /* Z_(i + 1) = Z_i XOR V_i */
83 /* V_(i + 1) = (V_i >> 1) XOR R */
88 /* V_(i + 1) = V_i >> 1 */
  /external/eigen/Eigen/src/Eigenvalues/
Tridiagonalization.h 204 * \f$ H_i = (I - h_i v_i v_i^T) \f$
206 * \f$ v_i \f$ is the Householder vector defined by
207 * \f$ v_i = [ 0, \ldots, 0, 1, M(i+2,i), \ldots, M(N-1,i) ]^T \f$
336 * \f$ H_i = (I - h_i v_i v_i^T) \f$
338 * \f$ v_i \f$ is the Householder vector defined by
339 * \f$ v_i = [ 0, \ldots, 0, 1, matA(i+2,i), \ldots, matA(N-1,i) ]^T \f$.
HessenbergDecomposition.h 199 * \f$ H_i = (I - h_i v_i v_i^T) \f$
201 * \f$ v_i \f$ is the Householder vector defined by
202 * \f$ v_i = [ 0, \ldots, 0, 1, M(i+2,i), \ldots, M(N-1,i) ]^T \f$
  /external/clang/test/Parser/
altivec.c 34 vector int v_i; variable
cxx-altivec.cpp 34 vector int v_i; variable
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h.pump 476 // where u_i is the desired type of v_i.
gmock-generated-actions.h     [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]

Completed in 5939 milliseconds