mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added comments referencing useful source material.
This commit is contained in:
parent
c9a5e959b7
commit
53c908e72c
@ -456,6 +456,11 @@ namespace dlib
|
||||
const matrix_exp<EXP2>& x_upper
|
||||
)
|
||||
{
|
||||
/*
|
||||
The implementation of this function is more or less based on the discussion in
|
||||
the paper Projected Newton-type Methods in Machine Learning by Mark Schmidt, et al.
|
||||
*/
|
||||
|
||||
// make sure the requires clause is not violated
|
||||
COMPILE_TIME_ASSERT(is_matrix<T>::value);
|
||||
DLIB_ASSERT (
|
||||
|
Loading…
Reference in New Issue
Block a user