CFL
Classes | Namespaces | Functions
Auxiliary.hpp File Reference

Auxiliary functions and classes. More...

#include <vector>
#include "cfl/Function.hpp"
#include "cfl/Error.hpp"
#include "cfl/Inline/iAuxiliary.hpp"
Include dependency graph for Auxiliary.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)
 

Detailed Description

Author
Dmitry Kramkov
Date
2000-2006

This file contains auxiliary (probably, unnecessary) functions and classes.