Skip to content

Lazy Matrix/Vector implementations #310

Open
@fabianmurariu

Description

@fabianmurariu

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 +

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions