Template C++ Math Library 2001

Objective: replace commercial math library used within company products with proprietary solution to allow customization and to avoid licensing costs.

Requirements: C++ templates, dynamic memory management, performance and capabilities comparable to previously used library, full error handling, documentation.

Results: Have designed, developed and tested library which fulfilled all requirements. Library supported all algebraic operations on scalars, vectors and matrices. I have prepared full documentation and ported all existing products to the new library. New library has been used for several years in many products without any faults.