10#ifndef TEUCHOS_DETAILS_LAPACK128_HPP
11#define TEUCHOS_DETAILS_LAPACK128_HPP
20#ifdef HAVE_TEUCHOSCORE_QUADMATH
30 GETRF (
const int M,
const int N, __float128 A[],
31 const int LDA,
int IPIV[],
int* INFO)
const;
48 LASWP (
const int N, __float128 A[],
const int LDA,
const int K1,
49 const int K2,
const int IPIV[],
const int INCX)
const;
54 GETRS (
const char TRANS,
const int N,
const int NRHS,
55 const __float128 A[],
const int LDA,
const int IPIV[],
56 __float128 B[],
const int LDB,
int* INFO)
const;
61 GETRI (
const int N, __float128 A[],
const int LDA,
int IPIV[],
62 __float128 WORK[],
const int LWORK,
int* INFO)
const;
67 LAPY2 (
const __float128& x,
const __float128& y)
const;
71 LARFG (
const int N, __float128*
const ALPHA,
72 __float128 X[],
const int INCX, __float128*
const TAU)
const;
76 LARF (
const char side,
84 __float128 work[])
const;
88 ORM2R (
const char side,
const char trans,
89 const int m,
const int n,
const int k,
90 const __float128 A[],
const int lda,
91 const __float128*
const tau,
92 __float128 C[],
const int ldc,
93 __float128 work[],
int*
const info)
const;
103 int*
const INFO)
const;
114 int*
const INFO)
const;
123 const __float128 TAU[],
126 int*
const INFO)
const;
135 const __float128 TAU[],
138 int*
const INFO)
const;
142 LASCL (
const char TYPE,
145 const __float128 cfrom,
146 const __float128 cto,
166 GBTRS (
const char TRANS,
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
Namespace of implementation details.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...