ba24c9317e
Co-authored-by: Fabien Chouteau <Fabien-Chouteau@users.noreply.github.com>
23 lines
638 B
TOML
23 lines
638 B
TOML
name = "gnat_math_extensions"
|
|
description = "Eigenvalues, eigenvectors for non-symmetric, non-Hermitian matrices"
|
|
website = "https://github.com/simonjwright/gnat_math_extensions"
|
|
version = "1.2.0"
|
|
licenses= "GPL-3.0-or-later WITH GCC-exception-3.1"
|
|
|
|
authors = ["Simon Wright"]
|
|
maintainers = ["Simon Wright <simon@pushface.org>"]
|
|
maintainers-logins = ["simonjwright"]
|
|
|
|
project-files = ["gnat_math_extensions.gpr"]
|
|
|
|
tags = ["matrices", "blas", "lapack"]
|
|
|
|
[[depends-on]]
|
|
"libblas" = "*"
|
|
"liblapack" = "*"
|
|
|
|
[origin]
|
|
commit = "b3183459264bf07e44c6d445ac1d5388944d6e58"
|
|
url = "git+https://github.com/simonjwright/gnat_math_extensions.git"
|
|
|