What's Changed
- Added extended javadocs for all classes
- Added test for tridiagonal matrix algorithm by @andrei-punko in #12
- Added solution of problem with border condition type 3 by @andrei-punko in #13
- Changed package structure
- Class Matrix splitted into 2 classes: Matrix2D and MatrixXY
Full Changelog: v.1.0.0...v1.0.1