Re: arrays of floating point numbers / linear algebra operations into the DB

From: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
To: Webb Sprague <webb(dot)sprague(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: arrays of floating point numbers / linear algebra operations into the DB
Date: 2008-02-01 20:19:19
Message-ID: 47A37EC7.3060709@cheapcomplexdevices.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Webb Sprague wrote:
> On Feb 1, 2008 2:31 AM, Enrico Sirola <enrico(dot)sirola(at)gmail(dot)com> wrote:
>> I'd like to perform linear algebra operations on float4/8 arrays...
>
> If there were a coherently designed, simple, and fast LAPACK/ MATLAB
> style library and set of datatypes for matrices and vectors in
> Postgres, I think that would be a HUGE plus for the project!

I'd also be very excited about this project.

Especially if some GIST or similar index could efficiently search
for vectors "close" to other vectors.

I assume something like "within a n-dimensional bounding box"
would be possible with GIST....

I'd be eager to help, test, debug, etc; but probably aren't qualified
to take the lead on such a project.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-02-01 20:19:24 Re: [GENERAL] PostgreSQL Certification
Previous Message Webb Sprague 2008-02-01 20:08:28 Re: arrays of floating point numbers / linear algebra operations into the DB