Skip to content

Add vector to matrix (and similar operations) #113

Open
@justinlovinger

Description

@justinlovinger

For example:

[ [ 0 1 2 ]
  [ 3 4 5 ] ]
+
  [ 0 1 2 ]
=
[ [ 0 2 4 ]
  [ 3 5 7 ] ]

I frequently need operations like this when writing machine learning code.

Related: #60.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions