Skip to content

PetrovIgorA/Examples

Repository files navigation

C++ Examples

Build and Test

Examples in project

Function

Usage of math functions and operations(+, -, *, /) on them.

Matrix

Matrix implementation.

Configuration

For running tests you need install cmake and googletest.
Manual installing is here or use configure.sh for default configuration.

Building

You can run default_build.sh for default build or use:

$ mkdir build_dir && cd build_dir
$ cmake [options ...] path/to/Examples
$ make [options ...]

Run test

After building run test in build folder via:

$ make test