Searched defs:u_cols (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_panel_bmod.h87 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/
H A Dcxsvd.cpp1233 int u_rows = 0, u_cols = 0; local
1283 u_cols = u->cols;
1288 u_cols = u->rows;
1294 if( u_rows != m || (u_cols != m && u_cols != n))
1298 temp_u = (u_rows != u_cols && !(flags & CV_SVD_U_T)) || u->data.ptr==a->data.ptr;
1300 if( w_is_mat && u_cols != w_rows )
1388 cvInitMatHeader( &ustub, u_cols, u_rows, type, buffer + u_buf_offset*pix_size );
1398 (float*)tw, u->data.fl, u->step/sizeof(float), u_cols,
1404 (double*)tw, u->data.db, u->step/sizeof(double), u_cols,
1472 int u_rows, u_cols; local
[all...]

Completed in 150 milliseconds