mirror of https://github.com/davisking/dlib.git
Made spec more clear
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403422
This commit is contained in:
parent
d774526a1b
commit
4a2b796bae
|
@ -118,6 +118,8 @@ namespace dlib
|
|||
);
|
||||
/*!
|
||||
requires
|
||||
- T is a dlib::matrix type which contains scalars such as float or double
|
||||
values.
|
||||
- for all valid i: is_vector(samples[i]) == true
|
||||
ensures
|
||||
- computes the average value of the squares of all the pairwise
|
||||
|
|
Loading…
Reference in New Issue