Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

vec.h File Reference

#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)


Detailed Description

Numerical vector classes Derived from Template Numerical Toolkit (TNT) for Linear Algebra

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 )


Generated on Tue Feb 17 02:03:12 2004 for harlem by doxygen 1.3.6