vector
Here are 1,599 public repositories matching this topic...
OpenGL Mathematics (GLM)
-
Updated
Mar 31, 2022 - C++
A library for visualization and creative-coding
-
Updated
Mar 9, 2022 - TypeScript
MagicaSakura 是 Android 多主题框架。~ is an Android multi theme library which supporting both daily colorful theme and night theme.
-
Updated
Feb 16, 2022 - Java
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)
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
-
Updated
Dec 22, 2021 - Java
Google Earth Enterprise - Open Source
-
Updated
Jul 30, 2021 - C++
-
Updated
Jun 30, 2020 - Go
-
Updated
Oct 8, 2021 - Kotlin
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
Dynamic control over vector drawables!
-
Updated
Jun 1, 2020 - Java
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?
JS where the payload and the custom payload are merged:
https://github.com/
-
Updated
Mar 20, 2022 - C
synfig v1.4.2 windows 10 21h1
There are few panels I want to move a bit to the bottom, but it seems like they're locked to a particular minimum size which was not the case in older version of synfig.
Please lower the minimum size of the those panels.
This is for first-time-contributors :
Add functions which belong to a particular header file in its corresponding .md file inside the header folder.
For example
std::sort belongs to algorithm header file, so make a new file sort.md inside the algorithm directory while maintaining the CONTIBUTING gu
Context: this from @agila5: https://twitter.com/a_gilardi5/status/1487813588454678528
I have not had a chance to read the explanation and am not sure what we should say on the topic but guess it's worth a mention here. Any thoughts?
Vector map library and writer - running on Android and Desktop.
-
Updated
Apr 1, 2022 - Java
A linear algebra and mathematics library for computer graphics.
-
Updated
Mar 26, 2022 - Rust
Vald. A Highly Scalable Distributed Vector Search Engine
-
Updated
Apr 1, 2022 - Go
Improve this page
Add a description, image, and links to the vector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vector topic, visit your repo's landing page and select "manage topics."


Is there an existing issue for this?
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 *inSQL.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