Home | History | Annotate | Download | only in src

Lines Matching refs:icvGaussMxN

1418 icvGaussMxN( double *A, double *B, int M, int N, double **solutions )
1591 } /* icvGaussMxN */
1725 if( icvGaussMxN( A, B, 7, 9, &solutions ) == 2 )