scalanlp/breeze

Lazy Matrix/Vector implementations

Open

#310 geöffnet am 5. Sept. 2014

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Scala (690 Forks)batch import
enhancementhelp wantedproject

Repository-Metriken

Stars
 (3.453 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

This may stem from my lack of knowledge on how breeze works. I was wondering if you have support for lazy operations that only happen when needed.

Something like val a = Matrix.rand(3,3) val b = Matrix.rand(3,3)

val c = a + b where c is a LazyMatrix represented by a, b and the operation +

Contributor Guide