Back to Adaptive Vision Library website
You are here: Start » Function Reference » Matrix » CreateUniformMatrix
CreateUniformMatrix
Create a matrix with the specified dimensions and filled with an uniform element value.
Syntax
void avl::CreateUniformMatrix ( int inRowCount, int inColumnCount, atl::real inValue, avl::Matrix& outMatrix )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inRowCount | int | 0 - ![]() |
||
![]() |
inColumnCount | int | 0 - ![]() |
||
![]() |
inValue | real | |||
![]() |
outMatrix | Matrix& |



