Skip to content

IgorDzreyev/add-on

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add-on packages for vector class library

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

  • 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

About

Add-on packages for Vector class library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.5%
  • TeX 19.5%