1. Home
  2. Browse
  3. ginkgo

ginkgo

v1.4.0#2Go to latest

Ginkgo is a high-performance linear algebra library for manycore systems, with a focus on sparse solution of linear systems. Note that the OpenMP feature is not available on Windows.

Install

Run the following Vcpkg command to install the port.

vcpkg install ginkgo

Usage

The package ginkgo provides CMake targets:

find_package(Ginkgo CONFIG REQUIRED)
target_link_libraries(main PRIVATE Ginkgo::ginkgo)

Features

Dependencies

See source

Version

v1.4.0#2

Publication

Supports

All

GitHub

ginkgo-project/ginkgo482

Homepage

github.com/ginkgo-project/ginkgo

Subtree

27fb19bdcc

License

BSD-3-Clause

Definition

Manifest