#ifndef MLPP_TRANSFORMS_OLD_H #define MLPP_TRANSFORMS_OLD_H // // Transforms.hpp // // #include "core/math/math_defs.h" #include #include class MLPPTransformsOld { public: std::vector> discreteCosineTransform(std::vector> A); }; #endif /* Transforms_hpp */