OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trsv
(Results
1 - 4
of
4
) sorted by null
/external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh
87
BLAS_FUNC(
trsv
)(&lower, ¬rans, &nonunit, &N, L, &N, X, &intone);
/external/eigen/Eigen/src/Core/
SolveTriangular.h
209
* all the operations supported by the \c *
TRSV
and \c *TRSM BLAS routines.
/external/eigen/blas/
level2_impl.h
76
int EIGEN_BLAS_FUNC(
trsv
)(char *uplo, char *opa, char *diag, int *n, RealScalar *pa, int *lda, RealScalar *pb, int *incb)
function
117
return xerbla_(SCALAR_SUFFIX_UP"
TRSV
",&info,6);
/external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h
116
// TODO write a small kernel handling this (can be shared with
trsv
)
Completed in 80 milliseconds