Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stokhos_gaussq.h
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Stokhos Package
4 //
5 // Copyright 2009 NTESS and the Stokhos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #include "Teuchos_ConfigDefs.hpp"
11 
12 #define GAUSSQ_F77 F77_FUNC(gaussq,GAUSSQ)
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 extern void GAUSSQ_F77(int *kind, int *n, double *alpha, double *beta,
19  int *kpts, double *endpts, double *b, double *x, double *w);
20 
21 #ifdef __cplusplus
22 }
23 #endif
#define GAUSSQ_F77
int n