aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 368b974e02003916f29236a052d8803bf742638b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: "eigen"
description:
    "C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms."

third_party {
  url {
    type: HOMEPAGE
    value: "https://eigen.tuxfamily.org/"
  }
  url {
    type: GIT
    value: "https://gitlab.com/libeigen/eigen.git"
  }
  version: "3.4.0"
  last_upgrade_date { year: 2022 month: 2 day: 25 }
  license_type: RECIPROCAL
}