From cdd8218b8e5c844888d4c5315f39a139e7e59189 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 23 Dec 2010 04:27:15 +0000 Subject: [PATCH] made spec clearer --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404020 --- dlib/matrix/symmetric_matrix_cache_abstract.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dlib/matrix/symmetric_matrix_cache_abstract.h b/dlib/matrix/symmetric_matrix_cache_abstract.h index f74b56ab4..392f4ad02 100644 --- a/dlib/matrix/symmetric_matrix_cache_abstract.h +++ b/dlib/matrix/symmetric_matrix_cache_abstract.h @@ -30,9 +30,9 @@ namespace dlib 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 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 - it easy to store just the parts of a matrix expression in memory which are - accessed most often. The specific details are defined below. + potentially too big to store in memory. The symmetric_matrix_cache() then makes + it easy to store just the parts of a matrix expression which are accessed most + often in memory. The specific details are defined below. - returns a matrix M such that - M == m (i.e. M represents the same matrix as m)