aboutsummaryrefslogtreecommitdiffstats
path: root/yage/math/math.h
blob: 87f1af6ce70471a9735b9432acd6245e6d0d7528 (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 LICENSE file for more details.
 * ----------------------------------------------------------------------------
 */

#ifndef YAGE_MATH_H
#define YAGE_MATH_H

#include "matrix.h"

#endif