select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Data types

eigen

New array types and linear-algebra functions based on the Eigen numerical template library.

pgext.cloud · Source code · Website · Documentation · License text · Control file

Overview

Packageeigen
Version1.1
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars1
Latest commit2016-08-11
Catalogue updated2026-08-30

Related extensions

See also

numpgsqlArray and numerical computing library for PostgreSQL
sum_arrayC function that sums PostgreSQL integer and floating-point arrays into float8.
gcdC function that computes the greatest common divisor of an integer array.
parray_ginGIN index operator class and partial-match operators for text arrays
onesparseSparse linear algebra and graph extension for PostgreSQL 18
jsonb_delete_arrayDelete jsonb keys or string elements listed in a text array
complexComplex-number data type for PostgreSQL.
pg_calcpiComputes digits of pi in PostgreSQL with a PL/pgSQL spigot algorithm.