summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/matrix.h
blob: d2ae69afb6c33a4bd2ccdcbb5dca032d5f34a3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Copyright (C) 2006  Davis E. King (davis@dlib.net)
// License: Boost Software License   See LICENSE.txt for the full license.
#ifndef DLIB_MATRIx_HEADER
#define DLIB_MATRIx_HEADER

#include "matrix/matrix.h"
#include "matrix/matrix_utilities.h"
#include "matrix/matrix_subexp.h"
#include "matrix/matrix_math_functions.h"
#include "matrix/matrix_assign.h"
#include "matrix/matrix_la.h"
#include "matrix/symmetric_matrix_cache.h"
#include "matrix/matrix_conv.h"
#include "matrix/matrix_read_from_istream.h"
#include "matrix/matrix_fft.h"
#include "matrix/matrix_generic_image.h"

#ifdef DLIB_USE_BLAS
#include "matrix/matrix_blas_bindings.h"
#endif

#endif // DLIB_MATRIx_HEADER