共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > JMathTools |
JMathTools
|
1 | 0 | 276 |
贡献者 | 讨论 | 代码提交 |
JMathTools is a collection of independent packages designed to fit common engineering/scientific computing needs.
JMathTools contains:
* JMathArray: simple linear algebra for double[][] arrays using static methods
* JMathPlot: interactive plot in 2D / 3D
* JMathIO: binary and ASCII input/output for double arrays.
JMathTools is designed to be:
* easy to integrate in your java applications
* easy to extend and modify
Initially developed to provide easy to use java API in Matlab to Java porting task.