Updated the diag() spec.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402719
This commit is contained in:
Davis King 2008-12-11 03:15:43 +00:00
parent f2f4e57497
commit c4512e6809
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ namespace dlib
const matrix_exp& m
);
/*!
requires
- m is a square matrix
ensures
- returns a column vector R that contains the elements from the diagonal
of m in the order R(0)==m(0,0), R(1)==m(1,1), R(2)==m(2,2) and so on.