TMtxMulJitCache Class

Header: Dew.Math/MtxVec.h · Cross-compiler
tObjectTMtxMulJitCache

class TMtxMulJitCache : public tObject;

Constructors

NameDescription
TMtxMulJitCache

Destructors

NameDescription
~TMtxMulJitCache

Properties

NameTypeDescription
Sizeint

Methods

NameDescription
Enter
GetCKernel
GetCKernelTransp
GetDKernel
GetDKernelTransp
GetSKernel
GetSKernelTransp
GetZKernel
GetZKernelTransp
Leave

Fields

NameTypeDescription
cKernelDewArray<TSmallMatrixMultiply *>
cKernelTranspDewArray<TSmallMatrixMultiply *>
dKernelDewArray<TSmallMatrixMultiply *>
dKernelTranspDewArray<TSmallMatrixMultiply *>
fSizeint
sKernelDewArray<TSmallMatrixMultiply *>
sKernelTranspDewArray<TSmallMatrixMultiply *>
zKernelDewArray<TSmallMatrixMultiply *>
zKernelTranspDewArray<TSmallMatrixMultiply *>