The Wayback Machine - http://web.archive.org/web/20220111120911/https://github.com/topics/vector
Skip to content
#

vector

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

milvus
czs007
czs007 commented Dec 16, 2021

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

I would like to add DataType_UInt64.

Why is this needed?

Databases like mysql support unsigned integer numbers through keywords such as UNSIGNED.
In order to enrich the data type, we have no reason not to support it.

Anything else?

No response

hannobraun
hannobraun commented Sep 26, 2021

I've come across a weird behavior that really baffled me initially.

This compiles with nalgebra 0.29:

let _: nalgebra::SVector<f32, 3> = nalgebra::point![1.0, 2.0].into();

It converts an OPoint<f32, 2> into an SVector<f32, 3>, using Into.

Here's the same, with debug output:

let v: nalgebra::SVector<f32, 3> = dbg!(nalgebra::point![1.0, 2.0]).into();
dbg!(v

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 Jan 6, 2022

This is a ToDo-Issue.

Following events should be added:

  • while moving the hintMarker a event should be fired like move or change. For example, while drawing the rectangle, the current bounds / latlngs can be useful. see #1072
  • Enabledrag & disabledrag in Dragging.js
geocompr

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