Examples of forwardCommittor()


Examples of stallone.api.mc.tpt.ICommittor.forwardCommittor()

    }

    public IDoubleArray forwardCommittor(IDoubleArray M, IIntArray A, IIntArray B)
    {
        ICommittor comm = MarkovModel.create.createCommittor(M, A, B);
        return(comm.forwardCommittor());
    }

    public IDoubleArray backwardCommittor(IDoubleArray M, IIntArray A, IIntArray B)
    {
        ICommittor comm = MarkovModel.create.createCommittor(M, A, B);
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.