Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 907 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 907 Bytes

Add-on packages for vector class library

These packages are extensions to the C++ vector class library for specific applications:

  • containers. Container class tempates for arrays with fixed and dynamic size and matrixes.
  • random. Generates random number vectors of integers or floating point values. Excellent randomness. Suitable for large simulations and multi-threaded applications.
  • decimal. Conversion between integer vectors and comma-separated lists in human-readable form (decimal ASCII). Useful for reading and writing comma-separated files.
  • vector3d. Three-dimensional vector arithmetics, operators, cross product and dot product.
  • complex. Defines complex number vectors. Operators + - * / etc., and functions. Complex exponential function and logarithm.
  • quaternion. Hyper-complex numbers
  • physical_processors. Detect the number of physical and logical processors on an x86 computer