Home | History | Annotate | Download | only in src

Lines Matching refs:is_sparse

1163     int is_sparse = CV_IS_SPARSE_MAT(sample);
1168 if( !is_sparse && !CV_IS_MAT(sample) )
1176 if( !(is_sparse && d == 1 || !is_sparse && d == 2 && (sample->rows == 1 || sample->cols == 1)) )
1261 assert( is_sparse );
1538 int is_sparse = CV_IS_SPARSE_MAT(predict_input);
1553 if( !is_sparse && !CV_IS_MAT(predict_input) )
1624 if( is_sparse )
1693 if( !is_sparse )