Package fork.lib.math.algebra.advanced.linearalgebra

Examples of fork.lib.math.algebra.advanced.linearalgebra.Vector.invert()


        */
        DirectionalGenomicRegion dr= (DirectionalGenomicRegion)en.gr;
        boolean ifflip= dr.strand=='-';
        Vector vadd= new Vector(en.scores);
        if(ifflip){
            vadd= vadd.invert();
        }
        if(vadd.size()==vec.size()){
            vec= vec.add(vadd);
        }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.