You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clMatrix Structure > clMatrix Methods > InvElem Method > clMatrix.InvElem Method ()
Dew Math for .NET
ContentsIndexHome
Example
var A: clMatrix; begin A.CopyFromArray(2,2,TSingleArray.Create(1,2, 2,4)); // 2x2, not complex clMatrix A.InvElem(1.0e-7); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.