*** empty log message ***

This commit is contained in:
jiri
2005-02-06 14:01:27 +00:00
parent 1b602fe7a2
commit ac8afe89ad
8 changed files with 146 additions and 22 deletions

1
mat.h
View File

@@ -496,6 +496,7 @@ void NRMat<T>::resize(const int n, const int m)
// I/O
template <typename T> extern ostream& operator<<(ostream &s, const NRMat<T> &x);
template <typename T> extern istream& operator>>(istream &s, NRMat<T> &x);