mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added a comment
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403755
This commit is contained in:
parent
334b5ec333
commit
3b300569de
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user