lessthanoptimal / ejml

A fast and easy to use linear algebra library written in Java for dense, sparse, real, and complex matrices.
https://ejml.org
565 stars 117 forks source link

Request to Support Arithmetic Operations on Matrices of Different Sizes #195

Open VestOfHolding opened 1 year ago

VestOfHolding commented 1 year ago

When doing arithmetic operations on two matrices, I would like an option for the arithmetic operation to move forward anyway.

MathWorks has a feature called implicit expansion that I believe would be really useful here as well.