minieigen 0.4~dfsg~bzr50-6 source package in Ubuntu

Changelog

minieigen (0.4~dfsg~bzr50-6) unstable; urgency=medium


  * [3562d4b] One more try to tune gcc parameters.

 -- Anton Gladky <email address hidden>  Sun, 26 Jan 2014 23:14:28 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
minieigen_0.4~dfsg~bzr50-6.dsc 2.1 KiB 5a7811cf019d8a1c5a75c9f4ea43e4c7122199827525ec25fdf0a9c5d42c6efb
minieigen_0.4~dfsg~bzr50.orig.tar.xz 20.1 KiB 94e81f9bc983d6a35a6572804aaa8ffe16d707376fac15906c8437f3925bec0b
minieigen_0.4~dfsg~bzr50-6.debian.tar.xz 4.9 KiB f7283e39d625887d091b51ebdc27e5a07802d5cbf928bcfe3fe9d5b4d63cc52a

No changes file available.

Binary packages built by this source

python-minieigen: Small boost::python wrapper of parts of the Eigen library

 Small wrapper for core parts of Eigen, c++ library for linear algebra.
 It is mainly useful for inspecting c++ code which already uses eigen and
 boost::python. Supported types are Vectors (2,3,6 and dynamic-sized with
 integer and floating-point values), Matrices (3x3, 6x6 and dynamic-sized
 with floating-point values) and Quaternions. Numerous methods are wrapped
 and the original API of Eigen is followed.