Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Definition at line 55 of file sparse_example.cpp.

Function Documentation

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

Definition at line 49 of file sparse_example.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 57 of file sparse_example.cpp.