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

Go to the source code of this file.

Classes

struct  cs237::__detail::mat3x3< T >
 template class for 3x3 matrices More...
 

Namespaces

 cs237
 
 cs237::__detail
 

Typedefs

typedef __detail::mat3x3< float > cs237::mat3x3f
 Single-precision 3x3 matrices. More...
 
typedef __detail::mat3x3< double > cs237::mat3x3d
 Double-precision 3x3 matrices. More...
 
typedef mat3x3f cs237::mat3f
 Single-precision 3x3 matrices (the same as mat3x3f) More...
 
typedef mat3x3d cs237::mat3d
 Double-precision 3x3 matrices (the same as mat3x3f) More...
 

Functions

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