Home | History | Annotate | Download | only in test

Lines Matching refs:col

292     SpVec c = B.col(0);
293 DenseVector dc = dB.col(0);
391 prune_column(Index col) : m_col(col) {}
393 bool operator()(Index, Index col, const Scalar&) const {
394 return col != m_col;
422 SpVec c = B.col(0);
423 DenseVector dc = dB.col(0);
437 Index col = internal::random<int>(0,int(size-1));
438 A.prune(prune_column(col));