scalanlp/breeze

Lazy Matrix/Vector implementations

Open

#310 opened on 2014年9月5日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Scala (690 forks)batch import
enhancementhelp wantedproject

Repository metrics

Stars
 (3,453 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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 +

コントリビューターガイド