gnu.kawa.functions
public class Arrays extends Object
| Method Summary | |
|---|---|
| static int | effectiveIndex(Array array, Procedure proc, Object[] args, int[] work) |
| static Array | make(Array shape, Object value) |
| static Array | makeSimple(Array shape, SimpleVector base) |
| static Array | shape(Object[] vals) |
| static Array | shareArray(Array array, Array shape, Procedure proc) |