Interface TypeConversion
access this type via: io.compute.apps.TypeConversion (provides, requires or uses)
A set of functions to convert matrices and vectors from integer to decimal and vice versa
Functions
TypeConversion()
dec[][] intToDecMatrix(int matrix[][])
TypeConversion()
Allows the implementing component to initialise any external compute device it intends to use
dec[][] intToDecMatrix(int matrix[][])
Takes an integer matrix and returns a decimal matrix with every cell containing the decimal representation of its integer counterpart