Changeset 10791 in ntrip for trunk/BNC/newmat/newmatio.h
- Timestamp:
- Dec 3, 2025, 5:37:16 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/BNC/newmat/newmatio.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/newmat/newmatio.h
r9434 r10791 15 15 16 16 #include "newmat.h" 17 #include <iostream> 17 18 18 #ifdef USE_STD_NAMESPACE19 usingnamespacestd;19 #ifdef use_namespace 20 namespace NEWMAT { 20 21 #endif 22 23 21 24 22 25 // **************************** input/output *****************************/ 23 26 24 ostream& operator<<(ostream&, const BaseMatrix&); 27 std::ostream& operator<<(std::ostream&, const BaseMatrix&); 25 28 26 ostream& operator<<(ostream&, const GeneralMatrix&); 29 std::ostream& operator<<(std::ostream&, const GeneralMatrix&); 27 30 28 31
Note:
See TracChangeset
for help on using the changeset viewer.
