public class Binary
extends java.lang.Object
| Constructor and Description |
|---|
Binary() |
| Modifier and Type | Method and Description |
|---|---|
static int |
bitInvPerm(int J,
int[] Perm)
Inverse permute the bits of an integer.
|
static int |
bitPerm(int J,
int[] Perm)
Permute the bits of an integer.
|
public static int bitPerm(int J,
int[] Perm)
public static int bitInvPerm(int J,
int[] Perm)
Copyright © 2011, 2013. Daniel P. Dougherty