diff --git a/dlib/matrix/matrix_op.h b/dlib/matrix/matrix_op.h index 3149faf70..edcd1bb45 100644 --- a/dlib/matrix/matrix_op.h +++ b/dlib/matrix/matrix_op.h @@ -32,6 +32,9 @@ namespace dlib class matrix_op : public matrix_exp > { /*! + 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: