#include "Matrix2x2.h"
Include dependency graph for Matrix2x2.cpp:
Go to the source code of this file.
Functions | |
template<class V> In & | operator>> (In &stream, Matrix2x2< V > &matrix2x2) |
Streaming operator that reads a Matrix2x2<V> from a stream. | |
template<class V> Out & | operator<< (Out &stream, const Matrix2x2< V > &matrix2x2) |
Streaming operator that writes a Matrix2x2<V> to a stream. |
Definition in file Matrix2x2.cpp.
|
Streaming operator that reads a Matrix2x2<V> from a stream.
Definition at line 10 of file Matrix2x2.cpp. |
|
Streaming operator that writes a Matrix2x2<V> to a stream.
Definition at line 17 of file Matrix2x2.cpp. |