JAL-2403 ensure array held in Matrix is immutable
[jalview.git] / test / jalview / math / MatrixTest.java
2017-04-12 gmungocJAL-2403 ensure array held in Matrix is immutable
2017-03-23 gmungocJAL-2397 scale PCA by PID to alignment width to match...
2017-02-24 gmungocJAL-2403 JAL-1483 push 'reverseRange' inside Matrix
2017-02-23 gmungocJAL-2403 additional methods to support distance/similar...
2017-01-26 gmungocMerge branch 'develop' into features/JAL-2379pcaMemory
2017-01-26 gmungocJAL-2380 code tidy after review
2017-01-18 gmungocJAL-2379 more realistic matrices for unit tests
2017-01-17 gmungocJAL-2379 SparseMatrix alternative to Matrix, both MatrixI
2017-01-16 gmungocJAL-2380 fix Matrix.postMultiply()