CMSC23700 Common Code Library
Support code for CS23700 programming projects
cs237-mat2x2.hxx File Reference

Go to the source code of this file.

Classes

struct  cs237::__detail::mat2x2< T >
 template class for 2x2 matrices More...
 

Namespaces

 cs237
 
 cs237::__detail
 

Typedefs

typedef __detail::mat2x2< float > cs237::mat2x2f
 Single-precision 2x2 matrices. More...
 
typedef __detail::mat2x2< double > cs237::mat2x2d
 Double-precision 2x2 matrices. More...
 
typedef mat2x2f cs237::mat2f
 Single-precision 2x2 matrices (the same as mat2x2f) More...
 
typedef mat2x2d cs237::mat2d
 Double-precision 2x2 matrices (the same as mat2x2d) More...
 

Functions

template<typename T >
std::ostream & cs237::__detail::operator<< (std::ostream &s, mat2x2< T > const &m)
 output the matrix to a stream as a sequence of column vectors More...
 

Detailed Description

Support code for CMSC 23700 Autumn 2015.

Author
John Reppy