Skip navigation links
com.interpss.core.sparse.solver.csj

Interface ICSJSparseEqnSolver

    • Method Detail

      • solveEqn

        edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa solveEqn(edu.emory.mathcs.csparsej.tdcomplex.DZcs_common.DZcsa b)
                                                                throws IpssNumericException
        Solve the [A]X = B problem, assume the [A] is LUed
        Parameters:
        b - the B vector
        Returns:
        the x vector
        Throws:
        IpssNumericException