Home
last modified time | relevance | path

Searched refs:jpiv (Results 1 – 2 of 2) sorted by relevance

/external/eigen/bench/btl/libs/BLAS/
Dblas_interface.hh41 void sgetc2_(const int* n, float *a, const int *lda, int *ipiv, int *jpiv, int*info );
42 void dgetc2_(const int* n, double *a, const int *lda, int *ipiv, int *jpiv, int*info );
Dblas_interface_impl.hh105 int * jpiv = (int*)alloca(sizeof(int)*N); in lu_decomp() local
106 BLAS_FUNC(getc2)(&N, C, &N, ipiv, jpiv, &info); in lu_decomp()