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

Go to the source code of this file.

Typedefs

typedef Sacado::LFad::LogicalSparse< double, bool > FadType
 

Functions

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

Typedef Documentation

◆ FadType

typedef Sacado::LFad::LogicalSparse<double,bool> FadType

Definition at line 55 of file sparse_example.cpp.

Function Documentation

◆ func()

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

Definition at line 49 of file sparse_example.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 57 of file sparse_example.cpp.