scalanlp/breeze

Lazy Matrix/Vector implementations

Ouverte

#310 ouverte le 5 sept. 2014

 (1 commentaire) (0 réaction) (0 personne assignée)Scala (690 forks)batch import
enhancementhelp wantedproject

Métriques du dépôt

Stars
 (3 453 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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 +

Guide contributeur