Home
last modified time | relevance | path

Searched defs:LARFG (Results 1 – 3 of 3) 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.cpp450 LARFG (const int N, __float128* const ALPHA, in LARFG() function in Teuchos::Details::Lapack128
H A DTeuchos_LAPACK.cpp464 …void LAPACK<int, float>::LARFG( const int& n, float* alpha, float* x, const int& incx, float* tau … in LARFG() function in Teuchos::LAPACK
900 …void LAPACK<int, double>::LARFG( const int& n, double* alpha, double* x, const int& incx, double* … in LARFG() function in Teuchos::LAPACK
1339 …void LAPACK<int, std::complex<float> >::LARFG( const int& n, std::complex<float>* alpha, std::comp… in LARFG() function in Teuchos::LAPACK::complex
1761 …void LAPACK<int, std::complex<double> >::LARFG( const int& n, std::complex<double>* alpha, std::co… in LARFG() function in Teuchos::LAPACK::complex
1872 LARFG( const int& n, __float128* alpha, __float128* x, const int& incx, __float128* tau ) const in LARFG() function in Teuchos::LAPACK
H A DTeuchos_LAPACK.hpp1359 …void LAPACK<OrdinalType, ScalarType>::LARFG( const OrdinalType& n, ScalarType* alpha, ScalarType* … in LARFG() function in Teuchos::LAPACK