R/matrix.R
convert_matrix_type.Rd
Convert the type of a matrix
convert_matrix_type(matrix, type = c("uint32_t", "double", "float"))
IterableMatrix object input
One of uint32_t (unsigned 32-bit integer), float (32-bit real number), or double (64-bit real number)
IterableMatrix object