Searched refs:A_short (Results 1 – 1 of 1) sorted by relevance
681 double *A_short; in icvAnalyticPoints8() local714 A_short = (double *) cvAlloc( (num8) * sizeof( double )); in icvAnalyticPoints8()716 if( !A_short ) in icvAnalyticPoints8()728 A_short[j8 + i] = A[j9 + i + 1]; in icvAnalyticPoints8()741 A_short[j8 + i - 1] = A[j9 + i - 1]; in icvAnalyticPoints8()744 value = icvSingularValueDecomposition( num, 8, A_short, W, 1, U, 1, V ); in icvAnalyticPoints8()835 cvFree( &A_short ); in icvAnalyticPoints8()