Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1
Compare

A C-coded Python extension module that wraps the GMP library to provide to Python code fast multiprecision arithmetic (integer, rational, and float), random number generation, advanced number-theoretical functions, and more.

4.0
   
  0 reviews  |  3 users  |  30,177 lines of code  |  2 current contributors  |  Analyzed 7 days ago
 
 

JLinAlg is a Java Library for Linear Algebra without rounding errors ( e.g. operations on matrices, algorithms for solving Linear Equation Systems, inverting matrices, computing the determinant or the eigenvalues of a matrix).

0
 
  0 reviews  |  0 users  |  60,361 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

C++ library for solving systems of linear constraints: inequalities equality and disequality. Current version is based on Fourier-Motzkin (FM) elimination for inequalities and Gaussian elimination for equality. Quantifiers “Forall” and “Exists” are allowed. Boolean connectivities ... [More] '&' -and, '|' - or '~' - not. '' '>=' '=' - arithmetical inequalities. The simplest formula for the solver might be: Exists x (x > 0 & x < 3);The solver simplifies such formula to 'true'. The solver simplifies system of equalities using LU decomposition. For example: x + y = 3 & x - y = 1 ;Gives: x = 2 & y = 1Appliances: Such solver may be applied as arithmetic online solver for software/hardware static verification tools. Solution of the linear programming problem. But since the FM algorithm is more general solver is not such efficient as a simplex method solver. Note. By now the code base is incomplete. It contains all Calculator's code and only small part of the Solver code. Rest of the code is coming. Stay tuned :) If you have questions feel free to contact me vitaly.german gmail.com [Less]

0
 
  0 reviews  |  0 users  |  4,067 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

There are some things in IBM Rational's software that could be easier to do. Like recursive checkins and checkouts. Of course you can write your own scripts and use them. But it is better when all you need is already there. This project's aim is to make the use of ClearCase easier and more productive.

0
 
  0 reviews  |  0 users  |  4,828 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

This library handles rational numbers automatically using bigintegers that are built into mono. It provides evaluate functions to extract the decimal values of these numbers to double accuracy

0
 
  0 reviews  |  0 users  |  954 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Tree structure plugin for MongoMapper (With rational number sorting)

0
 
  0 reviews  |  0 users  |  1,013 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.