update
This commit is contained in:
@ -101,6 +101,20 @@ namespace perm
|
||||
return ret;
|
||||
}
|
||||
|
||||
int mindex_to_perm(int *mindex, int *perm, int *wrk, int ndim)
|
||||
{
|
||||
int ret = -1;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
int perm_to_mindex(int *perm, int *mindex, int *wrk, int ndim)
|
||||
{
|
||||
int ret = -1;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
}; //end namespace perm
|
||||
}; //end namespace ams
|
Reference in New Issue
Block a user