Implement Complex Conjugation and Inner Products

Aperta
#831 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
30/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
rust
Ambito
data

Direzione di ricerca

Start by reviewing the existing dot, t(), map, and conj() APIs and how complex data types are handled. The scope still needs deciding between complex conjugation, inner products, or both; done would mean the selected operations work for complex data and remain valid or redundant for strictly real data.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

I was wondering whether there is any interest in implementing complex conjugation and/or inner products for complex data types?

For example, implementing a a.ct() which would be equivalent to a.t().map(|v| v.conj()) and a a.inner_product(b) which would be equivalent to a.dot(b.ct()).

This would obviously be only for complex data types though I guess that for strictly real data, these could still 'work' (and be redundant with dot and t()). I'm not sure whether that would complicate significantly the implementation or not.

Lingua principale
Rust
Stelle
4.3k
Fork
391
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di rust-ndarray/ndarray

Tutte le issue di rust-ndarray/ndarray

Issue simili

Altre issue su Rust

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.