JAL-3205 one more unit test case
[jalview.git] / test / jalview / math / MatrixTest.java
2019-03-03 gmungocJAL-3205 one more unit test case
2019-03-03 gmungocJAL-3205 faster calculation with symmetric score matrix
2018-05-07 gmungocJAL-1767 unit test for save and restore PCA features/JAL-1767pcaInProject
2018-05-01 gmungocJAL-1767 include d and e vectors in Matrix.copy()
2017-06-09 gmungocJAL-2446 merged to spike branch
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()