Skip to content

A Julia package for solving linear systems and optimization problems using the Conjugate Gradient method

License

Notifications You must be signed in to change notification settings

singularitti/ConjugateGradient.jl

Repository files navigation

ConjugateGradient

Documentation Stable Dev
Build Status Build Status Build StatusBuild Status
Coverage Coverage Coverage
Others Code Style: Blue License

The code, which is hosted on GitHub, is tested using various continuous integration services for its validity.

This repository is created and maintained by @singularitti, and contributions are highly welcome.

Package features

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg mode and run:

pkg> add ConjugateGradient

Or, equivalently, via Pkg.jl:

julia> import Pkg; Pkg.add("ConjugateGradient")

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVdocumentation of the in-development version.

Project status

The package is developed for and tested against Julia v1.6 and above on Linux, macOS, and Windows.

Questions and contributions

You can post usage questions on our discussion page.

We welcome contributions, feature requests, and suggestions. If you encounter any problems, please open an issue. The Contributing page has a few guidelines that should be followed when opening pull requests and contributing code.

Releases

No releases published

Packages

No packages published

Languages