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

  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_bmod.h 87 Index u_cols = 0; local
98 u_cols++;
105 Map<Matrix<Scalar,Dynamic,Dynamic>, Aligned, OuterStride<> > U(tempv.data(), u_rows, u_cols, OuterStride<>(ldu));
149 Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > L(tempv.data()+w*ldu+offset, nrow, u_cols, OuterStride<>(ldl));
  /external/opencv/cxcore/src/
cxsvd.cpp 1233 int u_rows = 0, u_cols = 0; local
1283 u_cols = u->cols;
1288 u_cols = u->rows;
1472 int u_rows, u_cols; local
    [all...]

Completed in 63 milliseconds