public interface AssociativeOperation<S extends java.io.Serializable> extends Unboxed<S>
Modifier and Type | Method and Description |
---|---|
void |
multiply(byte[] buf1,
int ofs1,
byte[] buf2,
int ofs2,
byte[] buf_dest,
int ofs_dest)
Compute (buf1,ofs1)*(buf2,ofs2) and write it to (buf_dest,ofs_dest).
|
deserialize, getSize, serialize
void multiply(byte[] buf1, int ofs1, byte[] buf2, int ofs2, byte[] buf_dest, int ofs_dest)