open source pkg v1
This commit is contained in:
24
pkg/OpenFace/lib/3rdParty/dlib/include/dlib/matrix.h
vendored
Normal file
24
pkg/OpenFace/lib/3rdParty/dlib/include/dlib/matrix.h
vendored
Normal file
@@ -0,0 +1,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user