#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"
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) |
Various utility classes and functions (not all documented).