Added a comment

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403755
This commit is contained in:
Davis King 2010-07-18 20:04:38 +00:00
parent 334b5ec333
commit 3b300569de

View File

@ -32,6 +32,9 @@ namespace dlib
class matrix_op : public matrix_exp<matrix_op<OP> >
{
/*!
WHAT THIS OBJECT REPRESENTS
The matrix_op is simply a tool for reducing the amount of boilerplate
you need to write when creating matrix expressions.
!*/
public: