1、暂降原因(java实现);
2、暂降类型(JNA调用);
This commit is contained in:
@@ -79,6 +79,21 @@
|
||||
<version>5.5.0</version>
|
||||
</dependency>
|
||||
|
||||
<!--暂降原因所需的依赖-->
|
||||
<!-- Apache Commons Math for FFT and mathematical functions -->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math3</artifactId>
|
||||
<version>3.6.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- EJML for matrix operations and SVD -->
|
||||
<dependency>
|
||||
<groupId>org.ejml</groupId>
|
||||
<artifactId>ejml-simple</artifactId>
|
||||
<version>0.41</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user