Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/numerics/src/
H A DTeuchos_Details_Lapack128.hpp198 GBTRS (const char TRANS,
H A DTeuchos_Details_Lapack128.cpp648 GBTRS (const char TRANS, in GBTRS() function in Teuchos::Details::Lapack128
H A DTeuchos_LAPACK.hpp238 …void GBTRS(const char& TRANS, const OrdinalType& n, const OrdinalType& kl, const OrdinalType& ku, …
820 …void LAPACK<OrdinalType,ScalarType>::GBTRS(const char& TRANS, const OrdinalType& n, const OrdinalT… in GBTRS() function in Teuchos::LAPACK
1449 …void GBTRS(const char& TRANS, const int& n, const int& kl, const int& ku, const int& nrhs, const f…
1598 …void GBTRS(const char& TRANS, const int& n, const int& kl, const int& ku, const int& nrhs, const d…
1749 …void GBTRS(const char& TRANS, const int& n, const int& kl, const int& ku, const int& nrhs, const s…
1876 …void GBTRS(const char& TRANS, const int& n, const int& kl, const int& ku, const int& nrhs, const s…
1978 …void GBTRS (const char& TRANS, const int& n, const int& kl, const int& ku, const int& nrhs, const …
H A DTeuchos_LAPACK.cpp222 …void LAPACK<int,float>::GBTRS(const char& TRANS, const int& n, const int& kl, const int& ku, const… in GBTRS() function in Teuchos::LAPACK
623 …void LAPACK<int,double>::GBTRS(const char& TRANS, const int& n, const int& kl, const int& ku, cons… in GBTRS() function in Teuchos::LAPACK
1091 …void LAPACK<int,std::complex<float> >::GBTRS(const char& TRANS, const int& n, const int& kl, const… in GBTRS() function in Teuchos::LAPACK::complex
1517 …void LAPACK<int,std::complex<double> >::GBTRS(const char& TRANS, const int& n, const int& kl, cons… in GBTRS() function in Teuchos::LAPACK::complex
1894 GBTRS (const char& TRANS, const int& n, const int& kl, const int& ku, in GBTRS() function in Teuchos::LAPACK
1899 return lapack.GBTRS (TRANS, n, kl, ku, nrhs, A, lda, IPIV, B, ldb, info); in GBTRS()
H A DTeuchos_SerialBandDenseSolver.hpp715 …this->GBTRS(ETranspChar[TRANS_], N_, KL_, KU_, RHS_->numCols(), AF_, LDAF_, &IPIV_[0], LHS_->value… in solve()