Modify ↓
Opened 14 years ago
Closed 14 years ago
#10026 closed defect (invalid)
org.opensha.commons.calc.nnls.NNLSWrapper not working
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | major | Keywords: | NNLSWrapper |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It looks like it requires org.netlib.util. Here is the stackTrace()
"Exception in thread "main" java.lang.NoClassDefFoundError: org/netlib/util/intW
at org.opensha.commons.calc.nnls.NNLSWrapper.initialize(NNLSWrapper.java:119) at org.opensha.commons.calc.nnls.NNLSWrapper.<init>(NNLSWrapper.java:70) at NnlsTest.main(NnlsTest.java:47)"
It is thrown during initialization: NNLSWrapper Nnls = new NNLSWrapper(A, nrows, ncols); A, nrows and ncols are initialized before this statement.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
WrongTrac.