Skip to content
#

vector

Here are 1,588 public repositories matching this topic...

milvus
dariocurr
dariocurr commented Mar 21, 2022

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

I would like to have a method to retrieve all the rows from a collection, something like SELECT * in SQL.

Currently I achieve this goal using the following boolean expression: index != -1, but I guess this is not the best way to to this.

Why is this neede

good first issue kind/feature
rouault
rouault commented May 25, 2019

The gdal/swig/python/samples/ogr_layer_algebra.py should be promoted to an official Python script

Steps:

  • move it to gdal/swig/python/scripts
  • create a new test script for it in autotest/pyscripts/test_ogr_layer_algebra.py
  • write a documentation page in doc/source/programs/ogr_layer_algebra (and link it to the index)
task good first issue
cfunky
cfunky commented Mar 1, 2022

I noticed that CooMatrix::push_matrix does not threshold or detect zero elements in the input. Thus the resulting sparse matrix is more dense than it needs to be. By comparison, constructing a matrix using, e.g., CscMatrix::from, does detect entries that are exactly zero and does not include them in the resulting sparse matrix. If there isn't a rationale for the difference in behavior, may I s

good first issue documentation nalgebra-sparse

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated Dec 1, 2021
  • PHP
leaflet-geoman
Falke-Design
Falke-Design commented Feb 18, 2022

In the event payload there is always the source and the possibility to add custom properties. Is it possible to extend types and make a base event type with source and custom properties?

TS:
https://github.com/geoman-io/leaflet-geoman/blob/1fdc918fa39ffa84327fdf639fa75865168f716d/leaflet-geoman.d.ts#L1437-L1440

JS where the payload and the custom payload are merged:
https://github.com/

30-seconds-of-cpp

Improve this page

Add a description, image, and links to the vector topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vector topic, visit your repo's landing page and select "manage topics."

Learn more