libejml-java 0.41+ds-2 source package in Ubuntu

Changelog

libejml-java (0.41+ds-2) unstable; urgency=medium

  * Team upload.

  [ Andrius Merkys ]
  * Upload to unstable.

  [ Debian Janitor ]
  * Apply multi-arch hints. + libejml-java: Add Multi-Arch: foreign.
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Andrius Merkys <email address hidden>  Wed, 23 Nov 2022 08:30:31 -0500

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libejml-java_0.41+ds-2.dsc 2.1 KiB e1f5d3a610869c02b5bbc491d28e3ecc59a7fbf8736ed8e4b92ff51d2f283a76
libejml-java_0.41+ds.orig.tar.xz 580.8 KiB 653e5af1408b26cea54bd47a71148da789f288e9dbdb2b2ed8c9326c066aefd1
libejml-java_0.41+ds-2.debian.tar.xz 5.3 KiB 7ed8b1371a16d17114ca06e7f6043fc7379cfcbcb1d2076f672921b29afeb382

Available diffs

No changes file available.

Binary packages built by this source

libejml-java: Efficient Java Matrix Library

 Efficient Java Matrix Library (EJML) is a linear algebra library for
 manipulating dense matrices. Its design goals are;
  1) to be as computationally and memory efficient as possible for both
     small and large matrices, and
  2) to be accessible to both novices and experts.
 These goals are accomplished by dynamically selecting the best
 algorithms to use at runtime, clean API, and multiple interfaces.
 .
 EJML has three distinct ways to interact with it:
  1) procedural,
  2) SimpleMatrix, and
  3) Equations.
 Procedure provides all capabilities of EJML and almost complete control
 over memory creation, speed, and specific algorithms. SimpleMatrix
 provides a simplified subset of the core capabilities in an easy to use
 flow styled object-oriented API, inspired by Jama. Equations is a
 symbolic interface, similar in spirit to Matlab and other CAS, that
 provides a compact way of writing equations.