![]() |
NeoPZ
|
#include <cstdio>#include <memory>#include <iostream>#include <iomanip>#include <stddef.h>#include <utils/error.h>#include <utils/tinyvec.h>Go to the source code of this file.
Classes | |
| class | MEM_CPY< T > |
| class | Vector< T > |
Macros | |
| #define | RESTRICT |
Functions | |
| template<class T > | |
| Vector< T > | operator+ (const Vector< T > &x, const Vector< T > &y) |
| template<class T > | |
| Vector< T > | operator- (const Vector< T > &x, const Vector< T > &y) |
| template<class T > | |
| Vector< T > | operator* (const T &a, const Vector< T > &x) |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &os, const Vector< T > &x) |
| #define RESTRICT |
Definition at line 34 of file vectors.h.
Referenced by Fad< T >::operator*=(), Fad< T >::operator+=(), Fad< T >::operator-=(), Fad< T >::operator/=(), and Fad< T >::operator=().
Definition at line 176 of file vectors.h.
References Vector< T >::size().
Definition at line 150 of file vectors.h.
References error(), and Vector< T >::size().
Definition at line 163 of file vectors.h.
References error(), and Vector< T >::size().
|
inline |
Definition at line 187 of file vectors.h.
References Vector< T >::size().
1.8.13