OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EIGEN_LAPACK_FUNC
(Results
1 - 4
of
4
) sorted by null
/external/eigen/lapack/
lapack_common.h
15
#define
EIGEN_LAPACK_FUNC
(FUNC,ARGLIST) \
cholesky.cpp
14
EIGEN_LAPACK_FUNC
(potrf,(char* uplo, int *n, RealScalar *pa, int *lda, int *info))
41
EIGEN_LAPACK_FUNC
(potrs,(char* uplo, int *n, int *nrhs, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, int *info))
lu.cpp
14
EIGEN_LAPACK_FUNC
(getrf,(int *m, int *n, RealScalar *pa, int *lda, int *ipiv, int *info))
46
EIGEN_LAPACK_FUNC
(getrs,(char *trans, int *n, int *nrhs, RealScalar *pa, int *lda, int *ipiv, RealScalar *pb, int *ldb, int *info))
eigenvalues.cpp
14
EIGEN_LAPACK_FUNC
(syev,(char *jobz, char *uplo, int* n, Scalar* a, int *lda, Scalar* w, Scalar* /*work*/, int* lwork, int *info))
Completed in 74 milliseconds