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

  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_bmod.h 86 Index u_rows = 0; local
99 u_rows = (std::max)(segsize,u_rows);
104 Index ldu = internal::first_multiple<Index>(u_rows, PacketSize);
105 Map<Matrix<Scalar,Dynamic,Dynamic>, Aligned, OuterStride<> > U(tempv.data(), u_rows, u_cols, OuterStride<>(ldu));
124 Index off = u_rows-segsize;
137 no_zeros = (krep - u_rows + 1) - fsupc;
139 Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > A(glu.lusup.data()+luptr, u_rows, u_rows, OuterStride<>(lda) );
143 luptr += u_rows;
    [all...]
  /external/opencv/cxcore/src/
cxsvd.cpp 1233 int u_rows = 0, u_cols = 0; local
1282 u_rows = u->rows;
1287 u_rows = u->cols;
1472 int u_rows, u_cols; local
    [all...]

Completed in 2707 milliseconds