mirror of https://github.com/davisking/dlib.git
made spec clearer
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404020
This commit is contained in:
parent
3951ae445b
commit
cdd8218b8e
|
@ -30,9 +30,9 @@ namespace dlib
|
||||||
complex matrix expression which is both very large and expensive to evaluate.
|
complex matrix expression which is both very large and expensive to evaluate.
|
||||||
An example would be a kernel_matrix() expression with an expensive kernel and
|
An example would be a kernel_matrix() expression with an expensive kernel and
|
||||||
a large number of samples. Such an expression would result in a huge matrix,
|
a large number of samples. Such an expression would result in a huge matrix,
|
||||||
probably too big to store in memory. The symmetric_matrix_cache() then makes
|
potentially too big to store in memory. The symmetric_matrix_cache() then makes
|
||||||
it easy to store just the parts of a matrix expression in memory which are
|
it easy to store just the parts of a matrix expression which are accessed most
|
||||||
accessed most often. The specific details are defined below.
|
often in memory. The specific details are defined below.
|
||||||
- returns a matrix M such that
|
- returns a matrix M such that
|
||||||
- M == m
|
- M == m
|
||||||
(i.e. M represents the same matrix as m)
|
(i.e. M represents the same matrix as m)
|
||||||
|
|
Loading…
Reference in New Issue