}
private static void doApplyTest(ITransform t) {
AVector x=Vectorz.createUniformRandomVector(t.inputDimensions());
AVector y=Vectorz.newVector(t.outputDimensions());
y.fill(Double.NaN);
AVector x2=x.clone();
t.transform(x2, y);
// should overwrite everything