File: feature_requests.txt

package info (click to toggle)
libejml-java 0.41%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,376 kB
  • sloc: java: 82,734; python: 81; makefile: 22
file content (30 lines) | stat: -rw-r--r-- 1,291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Future
- TODO Provide a mult_BL function that automatically converts to a block format and back, but modifies the input?
- TODO Concurrency for Complex Matrices
- TODO QR Decomposition. Make Block Householder computation more efficient. Single block?

TODO Regression
  * TODO baseline should be a copy not a renaming
  * TODO change baseline when version is updated automatically. run, compare, then update
  * TODO record the SHA it was compared against
  * TODO record the tolerance for similarity and make command line configurable

TODO Sparse LDL
TODO constructor size check
TODO New implementation of symmetric eigen

Sparse Matrix
- TODO Add fill reduce algorithms
  * Update CommonOps.solve() to specify a reasonable general purpose algorithm
- TODO After fill reducing algorithms have been implemented revisit all unit tests which touch them and update
- TODO autogenerate float sparse code

TODO functions?  func name( Matrix a, int b, double c ) = a(b:(2*b),:).*c
TODO equations support for boolean matrices and inequalities
TODO Neural network back propagation example?
TODO MatrixMatrixMult
    - Strip all inner accessors to matrix values
    - Functions for checking inputs

TODO look at sparse matrix contribution
TODO equations support for boolean matrices and inequalities