Language

Package: eigen-for-tensorflow-lite @ 3.3.7-1.d10b27f

Synopsis

C++ template library for linear algebra

Description

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. It provides an elegant API based on "expression templates". It is versatile: it supports all matrix sizes, all standard numeric types, various matrix decompositions and geometry features, and more.

Home page
https://eigen.tuxfamily.org
Location
gnu/packages/algebra.scm (line: 1108, column: 4)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?