2 Repos
Functions for calculating mathematical averages and summaries across groups of vectors.
Distinct from Vector Databases: Distinct from Vector Databases: focuses on the aggregation operation specifically rather than the database system.
Explore 2 awesome GitHub repositories matching data & databases · Vector Aggregation. Refine with filters or upvote what's useful.
Vector similarity search extension for PostgreSQL.
Calculates mathematical averages and operations across groups of stored vectors directly within database queries.
This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of vector, matrix, and quaternion types. It is built using template metaprogramming to generate mathematical primitives at compile time, eliminating the need for precompiled binary libraries and allowing for direct integration into existing build systems. The library is distinguished by its strict adherence to the OpenGL Shading Language specification, ensuring that mathematical results remain consistent across both CPU and GPU code. It provides specialized utilities for managing float
Provides geometric vector projection functions for calculating directional components in 3D space.