OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jpiv
(Results
1 - 2
of
2
) sorted by null
/external/eigen/bench/btl/libs/BLAS/
blas_interface.hh
41
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 );
blas_interface_impl.hh
107
int *
jpiv
= (int*)alloca(sizeof(int)*N);
local
108
BLAS_FUNC(getc2)(&N, C, &N, ipiv,
jpiv
, &info);
Completed in 46 milliseconds