File: build.gradle

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 (8 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
dependencies {
    testCompile project(':main:ejml-fdense')
    testCompile project(':main:ejml-cdense')
    testCompile project(':main:ejml-ddense')
    testCompile project(':main:ejml-zdense')
    testCompile project(':main:ejml-dsparse')
    testCompile project(':main:ejml-experimental')
}