File: feature_requests.txt

package info (click to toggle)
libejml-java 0.38%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,336 kB
  • sloc: java: 73,523; python: 81; xml: 60; makefile: 58
file content (19 lines) | stat: -rw-r--r-- 754 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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