eis/eqpalg/.do_not_use/utility-no-use/dtw/fast_dtw/FDMath.h

17 lines
276 B
C++

//
// Math.h
// FastDTW-x
//
// Created by Melo Yao on 12/2/13.
// Copyright (c) 2013 melo.yao. All rights reserved.
//
#ifndef FastDTW_x_Math_h
#define FastDTW_x_Math_h
#include "Foundation.h"
#include <algorithm>
#define fd_max std::max
#define fd_min std::min
#endif