#include <iostream>#include <iomanip>#include "Sacado.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 Sacado::LFad::LogicalSparse<double,bool> FadType |
Definition at line 55 of file sparse_example.cpp.
| 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.
1.4.7