Connective Logic Systems
 
BLUEPRINT Developer Zone
 
Learn
DevZone Site Map
Skip Navigation LinksBLUEPRINT Developer Zone > Learn About BLUEPRINT > Matrix Example

More Information

Downloads

This project is available as a compressed ZIP archive for Visual Studio 2005 or 2008

The Matrix

Overview

The matrix processor is an example of a typical 'regular' problem.

We require to compute a 2d Grid of values. All the elements from each Row are processed in a Row-by-Row calculation and similarly all elements from each Column are processed in a Column-by-Column calculation. Finally a result is computed from all of the Row and Column results. Each process is independent apart from the input data.

Matrix Processor

For the complete tutorial please refer to the documentation library under the section "Blueprint -> Example Projects".

(C) Copyright 2009 Connective Logic Systems Ltd.