Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Basic » Matrix » MakeMatrix
| Module: | FoundationLite | 
|---|
Creates a matrix of specified dimensions with initial elements given row-by-row.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]()  | 
				inRowCount | Integer | 0 - ![]()  | 
				|
![]()  | 
				inColumnCount | Integer | 0 - ![]()  | 
				|
![]()  | 
				inElements | RealArray | ||
![]()  | 
				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.

 Basic

