Tags : Browse Projects

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

Eigen

Compare

  Analyzed about 14 hours ago

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. * It supports tiny & large dense, and sparse matrices, fully integrated with one another. * It has no dependency and no binary to compile or link-to. * It takes full advantage of ... [More] expression templates to provide a great API, and enable many optimizations including temporary removal, and intelligent explicit vectorization (SSE, AVX, AltiVec, and NEON). * Performance is on par with the best BLAS implementations. * It provides linear solvers comparable to LAPACK as well as sparse direct and iterative methods with preconditioners. * It keeps in mind the real needs of applications, for example the geometry features needed for 3D graphics. [Less]

541K lines of code

41 current contributors

3 days since last commit

35 users on Open Hub

Moderate Activity
4.81818
   
I Use This
Licenses: lgpl3, mozilla_p...

CML

Compare

  Analyzed about 11 hours ago

The Configurable Math Library (CML) is an open-source C++ library designed for use in games, graphics, computational geometry, and related applications. It includes vector, matrix, and quaternion classes, and a large library of related functions. Vectors and matrices can be of arbitrary size, and ... [More] all classes are parameterized by element type. Other options, such as matrix layout and choice of row- or column-vector notation, are available as well. The CML can be used as an extension to an existing math library, in lieu of or as an extension to the DirectX math library, or as a drop-in solution for OpenGL-based applications. [Less]

38.9K lines of code

0 current contributors

7 days since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This

minisloth

Compare

  No analysis available

It's a lightweight library to write a monodimensional PDE solver.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: WTFPL_2_0

rational

Compare

  Analyzed 1 day ago

A C++ rational (fraction) template class Include rational.h to be able to do fraction calculations. By simply including rational.h and specifying the storage type (any integer variant) you can create and use a fractional data type. Features * exchangeable GCD algorithms * optional signed ... [More] overflow/unsigned wrap checking * optimized for signed and unsigned types * construction of inproper (mixed) fractions and approximated fractions * Support for the GNU Multiple Precision Arithmetic Library and the CLN - Class Library for Numbers as underlying storage type * Expression templates for domain specific programming [Less]

7.89K lines of code

1 current contributors

over 6 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This