You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > MatrixInt.Eye Method
Dew Math for .NET
ContentsIndexHome
Example
var A,B: TMtxInt; begin CreateIt(A); try A.Eye(3,3); // ... finally FreeIt(A); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.