Back to Aurora Vision Library Lite website
You are here: Start » Basic » Matrix » CreateIdentityMatrix
CreateIdentityMatrix
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Creates a square matrix with ones on the main diagonal, and zeros elsewhere.
Syntax
void avl::CreateIdentityMatrix ( int inSize, avl::Matrix& outMatrix )



