multivalent.std.adaptor.pdf
public abstract class Function extends Object
Version: $Revision: 1.9 $ $Date: 2003/08/29 04:03:04 $
Method Summary | |
---|---|
abstract void | compute(float[] input, float[] output) Compute the function from input and placing result in output. |
static Function | getInstance(Object dictref, PDFReader pdfr)
Returns function instance corresponding to dictref, which should get an IRef or a Dict if the function is specified directly. |
int | getM() Returns input arity. |
int | getN() Returns output arity. |