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

Go to the source code of this file.

Classes

struct  cs237::__detail::mat3x2< T >
 template class for 3x2 matrices More...
 

Namespaces

 cs237
 
 cs237::__detail
 

Typedefs

typedef __detail::mat3x2< float > cs237::mat3x2f
 Single-precision 3x2 matrices. More...
 
typedef __detail::mat3x2< double > cs237::mat3x2d
 Double-precision 3x2 matrices. More...
 

Functions

template<typename T >
std::ostream & cs237::__detail::operator<< (std::ostream &s, mat3x2< 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