Learn R Programming

pcg (version 1.1)

Preconditioned Conjugate Gradient Algorithm for solving Ax=b

Description

The package solves linear system of equations Ax=b by using Preconditioned Conjugate Gradient Algorithm where A is real symmetric positive definite matrix. A suitable preconditioner matrix may be provided by user. This can also be used to minimize quadratic function (x'Ax)/2-bx for unknown x.

Copy Link

Version

Install

install.packages('pcg')

Monthly Downloads

139

Version

1.1

License

GPL (>= 2)

Maintainer

B N Mandal

Last Published

April 3rd, 2014

Functions in pcg (1.1)

pcg

Preconditioned Conjugate Gradient algorithm for solving Ax=b