Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Functions
trad_example.cpp File Reference
#include <iostream>
#include <iomanip>
#include "Sacado_No_Kokkos.hpp"
Include dependency graph for trad_example.cpp:

Go to the source code of this file.

Functions

template<typename ScalarT >
ScalarT func (const ScalarT &a, const ScalarT &b, const ScalarT &c)
 
void func_deriv (double a, double b, double c, double &drda, double &drdb)
 
int main (int argc, char **argv)
 

Function Documentation

◆ func()

template<typename ScalarT >
ScalarT func ( const ScalarT & a,
const ScalarT & b,
const ScalarT & c )

Definition at line 48 of file trad_example.cpp.

◆ func_deriv()

void func_deriv ( double a,
double b,
double c,
double & drda,
double & drdb )

Definition at line 55 of file trad_example.cpp.

◆ main()

int main ( int argc,
char ** argv )

Definition at line 61 of file trad_example.cpp.