Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/memory_consumption.h>
#include <deal.II/base/mpi.h>
#include <deal.II/base/parallel.h>
#include <deal.II/base/utilities.h>
#include <boost/version.hpp>
#include <boost/serialization/array.hpp>
#include <boost/serialization/split_member.hpp>
#include <cstring>
#include <memory>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | internal |
Functions | |
template<class T > | |
bool | operator== (const AlignedVector< T > &lhs, const AlignedVector< T > &rhs) |
template<class T > | |
bool | operator!= (const AlignedVector< T > &lhs, const AlignedVector< T > &rhs) |
bool operator== | ( | const AlignedVector< T > & | lhs, |
const AlignedVector< T > & | rhs ) |
Relational operator == for AlignedVector
Definition at line 2136 of file aligned_vector.h.
bool operator!= | ( | const AlignedVector< T > & | lhs, |
const AlignedVector< T > & | rhs ) |
Relational operator != for AlignedVector
Definition at line 2158 of file aligned_vector.h.