Home | History | Annotate | Download | only in src

Lines Matching refs:solutions

52     double *solutions = 0;
66 res = icvGaussMxN( M, B, 3, 3, &solutions );
71 if( res > 0 && solutions )
73 v[0] = (float) solutions[0];
74 v[1] = (float) solutions[1];
75 v[2] = (float) solutions[2];
81 if( solutions )
82 cvFree( &solutions );