[ bianca ]
[ 原始碼: ojalgo ]
套件:libojalgo-java(55.0.0+ds-1+deb13u1)
libojalgo-java 的相關連結
下載原始碼套件 ojalgo:
- [ojalgo_55.0.0+ds-1+deb13u1.debian.tar.xz]
- [ojalgo_55.0.0+ds-1+deb13u1.dsc]
- [ojalgo_55.0.0+ds.orig.tar.xz]
維護小組:
外部的資源:
- 主頁 [www.ojalgo.org]
相似套件:
Java library to do mathematics, linear algebra and optimisation
ojAlgo is a fast pure Java linear algebra library. It features:
- Optimisation (mathematical programming) tools including LP, QP and MIP solvers – again this is pure Java with zero dependencies; - A collection of "array" classes that can be sparse or dense and arbitrarily large. They can be used as 1-, 2- or N/Any-dimensional arrays, and may contain/handle a multitude of different number types including complex numbers, rational numbers and quaternions. The memory for the arrays can alternatively be allocated off heap or in a file. The linear algebra part of ojAlgo builds on these arrays – they’re fast and efficient; - Artificial Neural Networks; - Various other things like time series, random numbers, stochastic processes, descriptive statistics...