Multiply L y = b, where L is the lower triangular matrix in the stored Cholesky decomposition. y[0..n-1] is input. The result is returned in b[0..n-1].
@param y
@param b
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.