Sterncat / opticspy

python optics module
MIT License
458 stars 127 forks source link

Updated Jones class to directly inherit from matrix so * and + of num… #9

Closed HTuennermann closed 8 years ago

HTuennermann commented 8 years ago

Hi I needed some + and * operators in a calculation involving polarization recently so i changed the design of the class a bit by directly inheriting also the default factories for 45deg pol and circular now have a length of one. Feel free to merge.