cmatrix.Matrix.pack

Matrix.pack()

Pack the current matrix to 64bit regular float.

Examples

>>> m=rand(4)
>>> m.pack()