Implementation of linear transformation represented by matrices via matrix multiplication pipelines.
library is used for asynchronous operations.
Input consists two files: "input_matrices.txt": first line consists number of 4x4 matrices, next lines consist matrices themselves. "input_points.txt": first line consists number of 1x3 vectors, next lines consist vectors themselves.
Example input files are included.