Home
last modified time | relevance | path

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

/dports/math/lapack95/LAPACK95/EXAMPLES2/Old000807/
H A Dggevet.base22 WRITE (NOUT,*) '@(pre)GGEV ET_Example Program Results.'
38 WRITE ( NOUT, * )'Details of LA_@(pre)GGEV LAPACK Subroutine Results.'
139 WRITE (NOUT,*) '@(pre)GGEV ET_Example Program Results.'
155 WRITE ( NOUT, * )'Details of LA_@(pre)GGEV LAPACK Subroutine Results.'
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/zoo/
H A DROL_HelperFunctions.hpp203 lapack.GGEV(jobvl, jobvr, n, &myA(0,0), n, &myB(0,0), n, &real[0], &imag[0], &beta[0], in computeGenEigenvalues()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/numerics/src/
H A DTeuchos_LAPACK.hpp385 …void GGEV(const char& JOBVL, const char& JOBVR, const OrdinalType& n, ScalarType* A, const Ordinal…
1234 …void LAPACK<OrdinalType, ScalarType>::GGEV(const char& JOBVL, const char& JOBVR, const OrdinalType… in GGEV() function in Teuchos::LAPACK
1492 …void GGEV(const char& JOBVL, const char& JOBVR, const int& n, float* A, const int& lda, float* B, …
1639 …void GGEV(const char& JOBVL, const char& JOBVR, const int& n, double* A, const int& lda, double* B…
1787 …void GGEV(const char& JOBVL, const char& JOBVR, const int& n, std::complex<float> *A, const int& l…
1913 …void GGEV(const char& JOBVL, const char& JOBVR, const int& n, std::complex<double> *A, const int& …
H A DTeuchos_LAPACK.cpp384 …void LAPACK<int, float>::GGEV(const char& JOBVL, const char& JOBVR, const int& n, float* A, const … in GGEV() function in Teuchos::LAPACK
804 …void LAPACK<int, double>::GGEV(const char& JOBVL, const char& JOBVR, const int& n, double* A, cons… in GGEV() function in Teuchos::LAPACK
/dports/science/harminv/harminv-1.3.1/
H A Dharminv.c103 #define ZGGEV BLAS_FUNC(ggev,GGEV)