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

Go to the source code of this file.

Classes

struct  cs237::__detail::mat2x3< T >
 template class for 2x3 matrices More...
 

Namespaces

 cs237
 
 cs237::__detail
 

Typedefs

typedef __detail::mat2x3< float > cs237::mat2x3f
 Single-precision 2x3 matrices. More...
 
typedef __detail::mat2x3< double > cs237::mat2x3d
 Double-precision 2x3 matrices. More...
 

Functions

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