Package JSci.maths.vectors

Examples of JSci.maths.vectors.ComplexVector


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

TOP

Related Classes of JSci.maths.vectors.ComplexVector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.