numeric

C++ library with numerical algorithms
git clone git://src.adamsgaard.dk/numeric # fast
git clone https://src.adamsgaard.dk/numeric.git # slow
Log | Files | Refs | README | LICENSE Back to index

main.B.h (123B)


      1 // Header file containing prototype functions
      2 
      3 // hello.B.cpp
      4 void hello();
      5 
      6 // your_username.B.cpp
      7 void your_username();
      8