update
This commit is contained in:
31
include/amscppperm1/amscppperm1.hpp
Normal file
31
include/amscppperm1/amscppperm1.hpp
Normal file
@ -0,0 +1,31 @@
|
||||
#ifndef __AMSCPPPERM1_HPP__
|
||||
#define __AMSCPPPERM1_HPP__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
|
||||
namespace ams
|
||||
{
|
||||
namespace perm
|
||||
{
|
||||
|
||||
//Buffer operations
|
||||
|
||||
|
||||
//Permutation class
|
||||
class permutation
|
||||
{
|
||||
public:
|
||||
int dim;
|
||||
int *data;
|
||||
|
||||
permutation();
|
||||
~permutation();
|
||||
};
|
||||
|
||||
}; //end namespace perm
|
||||
}; //end namespace ams
|
||||
|
||||
#endif
|
||||
@ -1,15 +0,0 @@
|
||||
#ifndef __AMSCPPTEMPLATE25A_HPP__
|
||||
#define __AMSCPPTEMPLATE25A_HPP__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
|
||||
namespace ams
|
||||
{
|
||||
void amscpptemplate_testfn();
|
||||
void amscpptemplate_testfn2();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user