File: notes.md

package info (click to toggle)
libejml-java 0.41%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,376 kB
  • sloc: java: 82,734; python: 81; makefile: 22
file content (7 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
* LU Determinant
  * Figure out how to compute the determinant's sign on the fly. Got close. Did 10 mc trials before failing
* LU for wide/tall matrices
  * Attempted to add this capability. 
  * Appears to be non-trivial. Will need to go through all the helper algorithms
    and make sure they can handle tall/wide matrices. Unit tests are for now commented out
  * Start by updating triangular solvers