OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gemv
(Results
1 - 6
of
6
) sorted by null
/external/eigen/Eigen/src/Core/products/
GeneralMatrixVector_MKL.h
29
* General matrix-vector product functionality based on ?
GEMV
.
42
*
gemv
function via partial specialization of
47
//
gemv
specialization
118
MKLPREFIX##
gemv
(&trans, &m, &n, &alpha_, (const MKLTYPE*)lhs, &lda, (const MKLTYPE*)x_ptr, &incx, &beta_, (MKLTYPE*)res, &incy); \
TriangularMatrixVector_MKL.h
148
MKLPREFIX##
gemv
(&trans, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)x, &incx, &beta_, (MKLTYPE*)y, &incy); \
233
MKLPREFIX##
gemv
(&trans, &n, &m, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)x, &incx, &beta_, (MKLTYPE*)y, &incy); \
/external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh
18
BLAS_FUNC(
gemv
)(¬rans,&N,&N,&fone,A,&N,B,&intone,&fzero,X,&intone);
38
BLAS_FUNC(
gemv
)(&trans,&N,&N,&fone,A,&N,B,&intone,&fzero,X,&intone);
/external/ceres-solver/internal/ceres/
dense_normal_cholesky_solver.cc
149
// TODO(sameeragarwal): Replace this with a
gemv
call for true blasness.
/external/eigen/doc/
UsingIntelMKL.dox
88
?
gemv
/external/eigen/blas/
level2_impl.h
12
int EIGEN_BLAS_FUNC(
gemv
)(char *opa, int *m, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *pb, int *incb, RealScalar *pbeta, RealScalar *pc, int *incc)
function
45
return xerbla_(SCALAR_SUFFIX_UP"
GEMV
",&info,6);
Completed in 453 milliseconds