scalanlp/breeze

Lazy Matrix/Vector implementations

Aperta

#310 aperta il 5 set 2014

 (1 commento) (0 reazioni) (0 assegnatari)Scala (690 fork)batch import
enhancementhelp wantedproject

Metriche repository

Star
 (3453 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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 +

Guida contributor