diff --git a/dlib/matrix/symmetric_matrix_cache_abstract.h b/dlib/matrix/symmetric_matrix_cache_abstract.h index 9d8ec96d7..63ab347d7 100644 --- a/dlib/matrix/symmetric_matrix_cache_abstract.h +++ b/dlib/matrix/symmetric_matrix_cache_abstract.h @@ -54,46 +54,6 @@ namespace dlib entire row/column/diagonal worth of data. !*/ -// ---------------------------------------------------------------------------------------- - - template - struct colm_exp - { - typedef matrix_op > type; - }; - - template - struct rowm_exp - { - typedef matrix_op > type; - }; - - template - struct diag_exp - { - typedef matrix_op > type; - }; - -// ---------------------------------------------------------------------------------------- - - template - struct colm_exp > > - { - typedef matrix_op > type; - }; - - template - struct rowm_exp > > - { - typedef matrix_op > type; - }; - - template - struct diag_exp > > - { - typedef matrix_op > type; - }; - // ---------------------------------------------------------------------------------------- }