Home
last modified time | relevance | path

Searched refs:DGGLSE_F77 (Results 1 – 5 of 5) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/
H A Dsurfpack_LAPACK_wrappers.h52 #define DGGLSE_F77 F77_FUNC(dgglse,DGGLSE) macro
86 #define DGGLSE_F77 SURF77_GLOBAL(dgglse,DGGLSE) macro
200 void DGGLSE_F77(const int* m, const int* n, const int* p, double* A,
H A Dsurfpack.cpp469 DGGLSE_F77(&m,&n,&p,&A(0,0),&m,&B(0,0),&p,&c[0],&d[0],&x[0],&work[0],&lwork, in leastSquaresWithEqualityConstraints()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/surfaces/nkm/
H A DNKM_SurfMat.cpp752DGGLSE_F77(&nrowsA,&ncolsA,&nrowsB,A.ptr(0,0),&lda,B.ptr(0,0),&ldb,c.ptr(0,0),d.ptr(0,0),x.ptr(0,0… in least_squares_with_equality_constraints()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/numerics/src/
H A DTeuchos_LAPACK_wrappers.hpp117 #define DGGLSE_F77 F77_BLAS_MANGLE(dgglse,DGGLSE) macro
366 void PREFIX DGGLSE_F77(const int* m, const int* n, const int* p, double* a, const int* lda, double*…
H A DTeuchos_LAPACK.cpp579 { DGGLSE_F77(&m, &n, &p, A, &lda, B, &ldb, C, D, X, WORK, &lwork, info); } in GGLSE()