Project

ruby-eigen

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Ruby bindings for Eigen, a C++ template library for linear algebra. Implemented using SWIG.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

ruby-eigen

Ruby binding for Eigen, a C++ template library for linear algebra, implemented using SWIG.

Eigen Homepage: http://eigen.tuxfamily.org/

How to install

$ gem install rake-compiler
$ gem install ruby-eigen

License

ruby-eigen is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Because Eigen includes some routines licensed under the LGPL and we plan to enable these features, we have chosen the LGPL.

This package includes the source of Eigen itself. See COPYING.* files in ext/eigen/eigen3/ for the license of Eigen. See also http://eigen.tuxfamily.org/index.php?title=Main_Page#License

Classes

Eigen::DFloatMatrix
Eigen::SFloatMatrix
Eigen::DComplexMatrix
Eigen::SComplexMatrix
Eigen::Int64Matrix
Eigen::Int32Matrix
Eigen::Int16Matrix
Eigen::Int8Matrix
Eigen::UInt64Matrix
Eigen::UInt32Matrix
Eigen::UInt16Matrix
Eigen::UInt8Matrix

Eigen::DFloatVector
Eigen::SFloatVector
Eigen::DComplexVector
Eigen::SComplexVector
Eigen::Int64Vector
Eigen::Int32Vector
Eigen::Int16Vector
Eigen::Int8Vector
Eigen::UInt64Vector
Eigen::UInt32Vector
Eigen::UInt16Vector
Eigen::UInt8Vector