Searched refs:A_short (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlmeds.cpp681 double *A_short; local
714 A_short = (double *) cvAlloc( (num8) * sizeof( double ));
716 if( !A_short )
728 A_short[j8 + i] = A[j9 + i + 1];
741 A_short[j8 + i - 1] = A[j9 + i - 1];
744 value = icvSingularValueDecomposition( num, 8, A_short, W, 1, U, 1, V );
835 cvFree( &A_short );

Completed in 609 milliseconds