Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » Matrix » MakeMatrix

MakeMatrix


Module: FoundationLite

Creates a matrix of specified dimensions with initial elements given row-by-row.

Name Type Range Description
Input value inRowCount Integer 0 -
Input value inColumnCount Integer 0 -
Input value inElements RealArray
Output value outMatrix Matrix

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError The number of provided elements doesn't match matrix dimensions.

Complexity Level

This filter is available on Basic Complexity Level.