broune / Sources

sources for the Singular computer algebra system

Home Page:http://www.singular.uni-kl.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://www.singular.uni-kl.de

License:Other


Languages

Language:C++ 39.4%Language:Scilab 36.1%Language:C 20.3%Language:Java 1.9%Language:Emacs Lisp 1.1%Language:Python 0.5%Language:Shell 0.4%Language:Perl 0.3%Language:Objective-C 0.0%Language:Vim Script 0.0%Language:Verilog 0.0%Language:Racket 0.0%Language:Graphviz (DOT) 0.0%Language:Elixir 0.0%