Skip to content

thisaway/chaos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chaos

Chaos is a library something what I want to do.


Requirements

FreeImage https://freeimage.sourceforge.io/ for Image lib


Build for tests

mkdir build && cd build
cmake ..
make
make test


Arithmetic

Arithmetic operators for Vector && Matrix;

Features

  • Traits mechanism;
  • Template expression;
  • Delay calculation;
  • Types of support: Vector,Matrix;
  • Basic functions: +,-,*,/(elementwise);
  • Trigger for dynamtic memory;

Image

Something about image;

Features

  • Image class;
  • load && save image function;
  • Draw line function;

Notes

If you want run Image test, you should modify the path in test program files.

About

Something

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published