Skip to content

mrc-tech/AutoMat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoMat

Simple Computer Algebra System C++ library for learning purposes.

Design objectives

  • All classes and functions in header files (no precompiled library and no external dependencies)
  • The code can be understanded easly
  • C++11 standard
  • Works on Windows and Linux
  • Easy to use

Features

  • Arbitrary precision integers (Bignum) [da completare]
  • Rational numbers (Ratio<>) [da completare]
  • Matrix manipulations (Matrix<>) [da completare e migliorare]