1、暂降原因(java实现);

2、暂降类型(JNA调用);
This commit is contained in:
2025-07-31 21:28:07 +08:00
parent 354e6f1cf9
commit a3c1a4304d
22 changed files with 3117 additions and 4 deletions

View File

@@ -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>