Skip to content
forked from Singular/Singular

sources for the Singular computer algebra system

License

Notifications You must be signed in to change notification settings

burcin/Singular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rules for inlude files:
- include files from the current subdir via #include "abc.h"
- include header from other subdirs vai #include <def.h>
  ( do NOT use a specific path - this may change!)
- include privtae header files via path: #include "../other_dir/ppp.h"
  - should be avoided!

Classes of files
- public header:
  - should be installed at a central place ($includedir)
  - should itself only include other public headers
- private header: 
  - will not be installed at other places
  - will (usually) only be included from that subdir

About

sources for the Singular computer algebra system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.0%
  • C 30.2%
  • Shell 4.1%
  • Java 2.9%
  • Emacs Lisp 1.6%
  • Python 0.8%
  • Perl 0.4%