Changeset ccda50 in git
- Timestamp:
- Jan 9, 2014, 4:04:31 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e95dd3111a8ba38f4d882751e4f338922f5ee780
- Parents:
- 4b91aacf61827163ef48ca6aaf3c1761c3db74f4
- git-author:
- Martin Lee <martinlee84@web.de>2014-01-09 16:04:31+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-01-27 16:12:23+01:00
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/include/factory/templates/ftmpl_matrix.h
r4b91aa rccda50 59 59 friend class SubMatrix<T>; 60 60 }; 61 template <class T>61 /*template <class T> 62 62 Matrix<T> operator+ ( const Matrix<T>& lhs, const Matrix<T>& rhs ); 63 63 template <class T> … … 68 68 Matrix<T> operator* ( const Matrix<T>& lhs, const T& rhs ); 69 69 template <class T> 70 Matrix<T> operator* ( const T& lhs, const Matrix<T>& rhs ); 70 Matrix<T> operator* ( const T& lhs, const Matrix<T>& rhs );*/ 71 71 72 72 template <class T> -
factory/templates/ftmpl_matrix.cc
r4b91aa rccda50 167 167 #endif /* NOSTREAMIO */ 168 168 169 template <class T>169 /*template <class T> 170 170 Matrix<T> operator+ ( const Matrix<T>& lhs, const Matrix<T>& rhs ) 171 171 { … … 226 226 } 227 227 return res; 228 } 228 }*/ 229 229 230 230 template <class T>
Note: See TracChangeset
for help on using the changeset viewer.