You are here: Symbol Reference > clMtxExpr Namespace > Classes > clMatrix Record
MtxVec VCL
ContentsIndex
PreviousUpNext
clMatrix Record

Open CL Matrix class with overloaded operators.

Pascal
clMatrix = record end;

Declare clMatrix to run computation on Open CL Be carefull to declare clMatrix only for local variables with short lifetime. Call the Create method for clMatrix, if the variable is a global variable or a variable with a longer life. If the Create method (constuctor) is called, the clMatrix creates its own memory object in GPU memory, otherwise object cache is used.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!