aatmdelissen / pyMOTO

Modular framework for optimization with semi-automatic derivatives
MIT License
22 stars 3 forks source link

Allow Assembly to take optional Matrix #12

Closed artofscience closed 1 year ago

artofscience commented 1 year ago

Currently Assembly can take optional values that are added on the diagonal. Feature would be to extent this to take Matrix.

aatmdelissen commented 1 year ago

Done, with option add_constant in AssemblyGeneral, PR #9