pg_orrery/pg_orrery.control
Ryan Malloy bca8b3e7eb Add covariance output and condition number to OD solver (v0.5.0)
Computes formal covariance (H^T·H)^{-1} via LAPACK dpotrf_/dpotri_
after DC convergence. Returns upper-triangle array (21 elements for
6-state, 28 for 7-state with B*), condition number from SVD, and
nstate count. Covariance is computed even for perfect-seed fits.

Bumps extension to v0.5.0 with full install SQL and migration path.
2026-02-17 16:15:44 -07:00

5 lines
172 B
Plaintext

comment = 'A database orrery — celestial mechanics types and functions for PostgreSQL'
default_version = '0.5.0'
module_pathname = '$libdir/pg_orrery'
relocatable = true