#include "haconst.h"#include <stdlib.h>#include <assert.h>Go to the source code of this file.
Classes | |
| class | NumVector |
| Numerical vector class. More... | |
Functions | |
| template<class T> ostream & | operator<< (ostream &s, const NumVector< T > &A) |
| template<class T> istream & | operator>> (istream &s, NumVector< T > &A) |
| template<class T> NumVector< T > | operator+ (const NumVector< T > &A, const NumVector< T > &B) |
| template<class T> NumVector< T > | operator- (const NumVector< T > &A, const NumVector< T > &B) |
| template<class T> NumVector< T > | operator * (const NumVector< T > &A, const NumVector< T > &B) |
| template<class T> NumVector< T > | operator/ (const NumVector< T > &A, const NumVector< T > &B) |
| template<class T> int | operator== (const NumVector< T > &A, const T &t) |
| template<class T> T | dot_prod (const NumVector< T > &A, const NumVector< T > &B) |
BETA VERSION INCOMPLETE AND SUBJECT TO CHANGE Please see http://math.nist.gov/tnt for updates
R. Pozo Mathematical and Computational Sciences Division National Institute of Standards and Technology
Basic TNT numerical vector (0-based [i] AND (i) indexing )
1.3.6