PyORBIT-Collaboration / PyORBIT3

Python3 compatible version of PyORBIT
MIT License
5 stars 14 forks source link

Matrix and Function classes changed #23

Closed shishlo closed 4 months ago

shishlo commented 4 months ago

The transpose method of Matrix class returns the new instance of Matrix class. The Function class now has the update y-value method for a particular x value.