lessthanoptimal / ejml

A fast and easy to use linear algebra library written in Java for dense, sparse, real, and complex matrices.

Home Page:https://ejml.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request to Support Arithmetic Operations on Matrices of Different Sizes

VestOfHolding opened this issue · comments

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.