Home | History | Annotate | Download | only in include

Lines Matching refs:row

392     typedef float* (CvSVMSolver::*GetRow)( int i, float* row, float* dst, bool existed );
466 virtual float* get_row_svc( int i, float* row, float* dst, bool existed );
467 virtual float* get_row_one_class( int i, float* row, float* dst, bool existed );
468 virtual float* get_row_svr( int i, float* row, float* dst, bool existed );
1317 /* i-th row is a set of weights of the i-th output plane */ \
1536 average row vector, <cov> - symmetric covariation matrix */