Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Broadcasting in Accord #902

@CatchemAL

Description

@CatchemAL

Does Accord provide any support for broadcasting? It's an incredibly useful operation. What's the easiest way to, say, subtract a row vector from a matrix?

var result = matrix.Apply((val, _, j) => val - vec[j]);

What about vec vec' operations?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions