/* ---------------------------------------------------------------------------- * math.hpp * * Copyright (c) 2017 Yann Herklotz Grave -- MIT License * See file LICENSE for more details * ---------------------------------------------------------------------------- */ #ifndef YAGE_MATH_HPP #define YAGE_MATH_HPP #include "matrix.hpp" #endif