212213214215216217218219220221
); // Perform the transform double[] arrZero = this.createZeroFunction(this.getDataSize()); ComplexVector vecFunc = new ComplexVector(arrFunc, arrZero); AbstractComplexVector vecTrans = this.matKerFwd.multiply(vecFunc); return vecTrans; }