scalanlp/breeze

Lazy Matrix/Vector implementations

開放

#310 建立於 2014年9月5日

 (1 則留言) (0 個反應) (0 位負責人)Scala (690 個分叉)batch import
enhancementhelp wantedproject

倉庫指標

星標
 (3,453 顆星)
PR 合併指標
 (30 天內沒有已合併 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 +

貢獻者指南