comparison liboctave/LinConst.h @ 3504:5eef8a2294bd

[project @ 2000-02-01 10:06:51 by jwe]
author jwe
date Tue, 01 Feb 2000 10:07:26 +0000
parents d14c483b3c12
children 6e86256e9c54
comparison
equal deleted inserted replaced
3503:d14c483b3c12 3504:5eef8a2294bd
77 A = amat; 77 A = amat;
78 78
79 return *this; 79 return *this;
80 } 80 }
81 81
82 friend ostream& operator << (ostream& os, const LinConst& b); 82 friend std::ostream& operator << (std::ostream& os, const LinConst& b);
83 83
84 protected: 84 protected:
85 85
86 Matrix A; 86 Matrix A;
87 87