IT代写 tnt_array1d_utils.h Source File

tnt_array1d_utils.h Source File

Main Page   Namespace List   Compound List   File List   Namespace Members   Compound Members   File Members  

Copyright By PowCoder代写 加微信 powcoder

tnt_array1d_utils.h
Go to the documentation of this file.00001 /*
00003 * Template Numerical Toolkit (TNT)
00005 * Mathematical and Computational Sciences Division
00006 * National Institute of Technology,
00007 * Gaithersburg, MD USA
00010 * This software was developed at the National Institute of Standards and
00011 * Technology (NIST) by employees of the Federal Government in the course
00012 * of their official duties. Pursuant to title 17 Section 105 of the
00013 * United States Code, this software is not subject to copyright protection
00014 * and is in the public domain. NIST assumes no responsibility whatsoever for
00015 * its use by other parties, and makes no guarantees, expressed or implied,
00016 * about its quality, reliability, or any other characteristic.
00020 #ifndef TNT_ARRAY1D_UTILS_H
00021 #define TNT_ARRAY1D_UTILS_H
00023 #include
00024 #include
00026 namespace TNT
00037 template
00038 std::ostream& operator<<(std::ostream &s, const Array1D &A);
00054 template
00055 std::istream& operator>>(std::istream &s, Array1D &A);
00068 template
00069 Array1D operator+(const Array1D &A, const Array1D &B);
00083 template
00084 Array1D operator-(const Array1D &A, const Array1D &B);
00098 template
00099 Array1D operator*(const Array1D &A, const Array1D &B);
00112 template
00113 Array1D operator/(const Array1D &A, const Array1D &B);
00132 template
00133 Array1D& operator+=(Array1D &A, const Array1D &B);
00147 template
00148 Array1D& operator-=(Array1D &A, const Array1D &B);
00162 template
00163 Array1D& operator*=(Array1D &A, const Array1D &B);
00176 template
00177 Array1D& operator/=(Array1D &A, const Array1D &B);
00183 } // namespace TNT
00185 #endif

Generated at Thu Jun 26 17:26:14 2003 for Template Numerical Toolkit (TNT) by

1.2.5 written by Dimitri van Heesch,
© 1997-2001

程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com