./wip/symbolic++, C++ and POO programming to develop a computer algebra system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.35, Package name: symbolic++-3.35, Maintainer: jihbed.research

SymbolicC++ uses C++ and object-oriented programming to develop a computer
algebra system. Object-oriented programming is an approach to software design
that is based on classes rather than procedures. This approach maximizes
modularity and information hiding. Object-oriented design provides many
advantages. For example, it combines both the data and the functions that
operate on that data into a single unit. Such a unit
(abstract data type) is called a class.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 665203e5958b4b6ab75b828c7ee8cd14b6cd495e
Filesize: 686.664 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 18:23:08 by Aleksej Saushev | Files touched by this commit (87)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-09-18 02:15:15 by Kamel Derouiche | Files touched by this commit (5)
Log message:
Import symbolic++-3.35 as wip/symbolic++.

SymbolicC++ uses C++ and object-oriented programming to develop a computer
algebra system. Object-oriented programming is an approach to software design
that is based on classes rather than procedures. This approach maximizes
modularity and information hiding. Object-oriented design provides many
advantages. For example, it combines both the data and the functions that
operate on that data into a single unit. Such a unit
(abstract data type) is called a class.