mirror of
https://github.com/boostorg/ublas.git
synced 2026-01-19 16:52:13 +00:00
19 lines
554 B
JSON
19 lines
554 B
JSON
{
|
|
"key": "numeric/ublas",
|
|
"name": "uBLAS",
|
|
"authors": [
|
|
"Joerg Walter",
|
|
"Mathias Koch"
|
|
],
|
|
"description": "uBLAS provides tensor, matrix, and vector classes as well as basic linear and multilinear algebra routines. Several dense, packed and sparse storage schemes are supported.",
|
|
"category": [
|
|
"Math"
|
|
],
|
|
"maintainers": [
|
|
"David Bellot <david.bellot -at- gmail.com>",
|
|
"Cem Bassoy <cem.bassoy -at- gmail.com>",
|
|
"Stefan Seefeld <stefan -at- seefeld.name>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|