b2api
B2000++ API Reference Manual, VERSION 4.6
 
Loading...
Searching...
No Matches
b2util.H File Reference
#include <algorithm>
#include <array>
#include <cerrno>
#include <complex>
#include <cstdlib>
#include <cstring>
#include <functional>
#include <ostream>
#include <set>
#include <string>
#include <typeinfo>
#include <vector>
#include "b2ppconfig.h"
#include "b2csda.H"
Include dependency graph for b2util.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  b2000::StringList
 
class  b2000::auto_ptr_array< _Tp >
 

Namespaces

namespace  b2000
 Contains the base classes for implementing Finite Elements.
 

Functions

template<typename T >
void b2000::solve_cubic_equation (const T a, const T b, const T c, const T d, int &nsol, T &x1, T &x2, T &x3)
 

Detailed Description

Various utility classes and functions (not all documented).