Solve the triangular set of n linear equations R*x = b. b[0..n-1] is input as the right-hand side vector, and x[0..n-1] is returned as the solution vector
@param b
@param x
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.