int lmtransform(
kobject mat_obj,
kobject in_obj,
char *data_type_string,
kobject out_obj)
The data type of the output object is specified by the data_type_string parameter, and should be one of the following values:
.TS H center tab(:) ; lfB lfB lfB l l lf(CW) . Data Type:Abbreviation:Data Type = .TH bit :bi : KBIT byte :by : KBYTE unsigned byte :un by : KUBYTE ubyte :uby : KUBYTE short :sh : KSHORT unsigned short :un sh : KUSHORT ushort :ush : KUSHORT integer :in : KINT unsigned integer :un in : KUINT uint :ui : KUINT long :lon : KLONG unsigned long :un lon : KULONG ulong :ul : KULONG float :fl : KFLOAT double :do : KDOUBLE complex :co : KCOMPLEX double complex :do co : KDCOMPLEX dcomplex :dc : KDCOMPLEX .T& l s s. Propagate Input Type - will not change the data type .TE
none
none
$MATRIX/objects/library/kmatrix/src/lmtransform.c