You are here: Symbol Reference > clMtxExpr Namespace > Classes > clMatrix Record > public > NormL2 Method > clMatrix.NormL2 Method (TOpenCLMtxVec, boolean)
MtxVec VCL
ContentsIndex
Example
var a,b: clMatrix; c: double; begin a.Size(2,2, clFloat, false); b.Size(2,2, clFloat, false); a.CopyFromArray( TDoubleArray.Create(1,2,3,4)); b.CopyFromArray( TDoubleArray.Create(4,3,2,1)); c := a.NormL2(b,True); end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.