| License |
License |
|---|---|
| GroupId | GroupIdorg.ejml |
| ArtifactId | ArtifactIdejml-dsparse |
| Last Version | Last Version0.41 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEJML
A fast and easy to use dense and sparse matrix linear algebra library written in Java.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ejml-dsparse-0.41.pom | |
| ejml-dsparse-0.41.jar | 69 KB |
| ejml-dsparse-0.41-sources.jar | 62 KB |
| ejml-dsparse-0.41-javadoc.jar | 524 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ejml/ejml-dsparse/ -->
<dependency>
<groupId>org.ejml</groupId>
<artifactId>ejml-dsparse</artifactId>
<version>0.41</version>
</dependency>
// https://jarcasting.com/artifacts/org.ejml/ejml-dsparse/
implementation 'org.ejml:ejml-dsparse:0.41'
// https://jarcasting.com/artifacts/org.ejml/ejml-dsparse/
implementation ("org.ejml:ejml-dsparse:0.41")
'org.ejml:ejml-dsparse:jar:0.41'
<dependency org="org.ejml" name="ejml-dsparse" rev="0.41">
<artifact name="ejml-dsparse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ejml', module='ejml-dsparse', version='0.41')
)
libraryDependencies += "org.ejml" % "ejml-dsparse" % "0.41"
[org.ejml/ejml-dsparse "0.41"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ejml : ejml-core | jar | 0.41 |
| org.ejml : ejml-ddense | jar | 0.41 |