aboutsummaryrefslogtreecommitdiffstats
path: root/yage/math/math.h
blob: b729dbe6606837aa9052e73583227802e8903d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* ----------------------------------------------------------------------------
 * math.h
 *
 * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
 * See file LICENSE for more details
 * ----------------------------------------------------------------------------
 */

#ifndef YAGE_MATH_H
#define YAGE_MATH_H

#include "matrix.h"

#endif