OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gbmv
(Results
1 - 1
of
1
) sorted by null
/external/eigen/blas/
level2_impl.h
193
/**
GBMV
performs one of the matrix-vector operations
200
int EIGEN_BLAS_FUNC(
gbmv
)(char *trans, int *m, int *n, int *kl, int *ku, RealScalar *palpha, RealScalar *pa, int *lda,
function
220
return xerbla_(SCALAR_SUFFIX_UP"
GBMV
",&info,6);
Completed in 48 milliseconds