See http://math.nist.gov/tnt/ for more details.
Additions to TNT | |
We provide a few standard operators in TNT's namespace to support operations not yet implemented by TNT. | |
template<class T> Matrix< T > & | operator+= (Matrix< T > &A, const T B) |
template<class T> Matrix< T > & | operator-= (Matrix< T > &A, const T B) |
template<class T> Matrix< T > & | operator *= (Matrix< T > &A, const T B) |
template<class T> Matrix< T > | operator * (const Matrix< T > &A, const T B) |
template<class T> T | sum (const Matrix< T > &A) |
template<class T> T | sum (const Vector< T > &A) |
template<class T> T | sum (const_Region2D< Matrix< T > > &A) |