tomstewart89 / BasicLinearAlgebra

A library for using matrices and linear algebra on Arduino
MIT License
185 stars 38 forks source link

Implementing a "ones" matrix #54

Closed Akshay5312 closed 1 year ago

Akshay5312 commented 1 year ago

Implementing a matrix with all elements equal to 1. $\vec 1$ would be a "diagonal" matrix that can be scaled, created using Ones<rows,columns> similar to Zeros.