Skip to content
#

vector

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

milvus
xiaofan-luan
xiaofan-luan commented Jan 24, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

We need more metrics about DML latency, which including search,insert,delete.
For details, we should see latency histogram for each stage, for example e2e, proxy side, message queue, per segment and during reduce.
This will help users to invest

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
  • While moveing / editing the coords of a layer, we can send a coordsmove event. Edit, Drag, Rotation, ...
  • Enabledrag & disabledrag in Dragging.js
30-seconds-of-cpp
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