vectorclass / add-on

Add-on packages for Vector class library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Add-on packages for Vector class library

License:Apache License 2.0


Languages

Language:C++ 81.0%Language:TeX 19.0%