SVD_Runner runs SVDLIBC's svd. It takes matrix in .st format and produces CRS matrix.

Command line only options:
--help                - Printing help message with list of possible options
--cfg-file arg        - Command for config file input

Basic options:
--svd-path arg        - Path for binary of SVDLIBC
--dimensions arg      - Number of desired dimensions in output matrix
--iterations arg      - Number of iterations multiplier, in case dimensions
				requirement is not met
--workdir arg         - Path for temporary files (SVDLIBC output)
--matrix-path arg     - Path of input matrix in .st format
--result-matrix arg   - Path for output CRS matrix


How to run SVD runner:

./svd_runner --cfg-file arg

arg - input configuration file
