[math] Adding vector sort and vector argsort to numeric vectors

This commit is contained in:
Al
2016-01-05 10:55:55 -05:00
parent 7aea79281e
commit 6a5ad96a17
2 changed files with 55 additions and 28 deletions

View File

@@ -1,8 +1,6 @@
#ifndef VECTOR_H
#define VECTOR_H
#include <stdlib.h>
#define DEFAULT_VECTOR_SIZE 8
#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MINGW64__)