Changes in src/Matrix.hpp [41ea3c:0eb2dc]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Matrix.hpp
r41ea3c r0eb2dc 96 96 Matrix invert() const; 97 97 98 Matrix transpose() const;99 100 98 // operators 101 99 Matrix &operator=(const Matrix&);
Note:
See TracChangeset
for help on using the changeset viewer.