Description Usage Arguments Value Examples
Function utilizes the Conjugate Gradient Method for optimization to solve equation Ax=b
| 1 | 
| A | : Input matrix | 
| b | : Response vector | 
| x | : Initial solutions | 
| iter | : Number of Iterations | 
| tol | : Convergence tolerance | 
optimal : Optimal solutions
initial : initial solution
itr.conv : Number of iterations for convergence
conv : Convergence array
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.