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

/external/eigen/blas/
H A Dlevel2_impl.h226 int coeff_rows = *kl+*ku+1; local
234 else if(*lda<coeff_rows) info = 8;
257 ConstMatrixType mat_coeffs(a,coeff_rows,*n,*lda);
292 int coeff_rows = *k + 1;
300 else if(*lda<coeff_rows) info = 7;
312 MatrixType mat_coeffs(a,coeff_rows,*n,*lda);
386 int coeff_rows = *k+1; local
394 else if(*lda<coeff_rows) info = 7;

Completed in 123 milliseconds