Package cc.plural.math.linear

Examples of cc.plural.math.linear.LUDecompositionF


                    + data[0][2] * data[1][0] * data[2][1]
                    - data[0][0] * data[1][2] * data[2][1]
                    - data[0][1] * data[1][0] * data[2][2]
                    - data[0][2] * data[1][1] * data[2][0];
        } else {
            return (new LUDecompositionF(this)).determinant();
        }
    }
View Full Code Here

TOP

Related Classes of cc.plural.math.linear.LUDecompositionF

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.