CFL
|
Auxiliary functions and classes. More...
#include <vector>
#include "cfl/Function.hpp"
#include "cfl/Error.hpp"
#include "cfl/Inline/iAuxiliary.hpp"
Go to the source code of this file.
Classes | |
class | cfl::Tridiag |
Solver for tridiagonal system of equations. More... | |
Namespaces | |
cfl | |
Main namespace for cfl library. | |
Functions | |
template<class T > | |
const T * | cfl::begin (const std::valarray< T > &rIn) |
template<class T > | |
const T * | cfl::end (const std::valarray< T > &rIn) |
template<class T > | |
bool | cfl::equal (const std::valarray< T > &rIn1, const std::valarray< T > &rIn2) |
This file contains auxiliary (probably, unnecessary) functions and classes.