The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home MathPack Matrix Class TMat4D Methods CRCofData | |||||||||||
CRCofData |
|||||||||||
The function CRCofData calculates a 256-bit CRC code over all cells of the hypercube matrix. This CRC code is returned as a hexadecimal string of 64 characters. This function comes in two overloaded versions. Version [2] allows to speed up the calculation of the CRC code by using only every nth value of the data matrix, with n being controlled by the parameter Sample. Setting Sample to a value of 1 is equivalent to using version [1].
|