I need to write a series of matrices out to a plain text file from python. All my matricies are in float format so the simple file.write() and file.writelines()I need to write a series of matrices out to a p
I need to write a series of matrices out to a plain text file from python. All my matricies are in float format so the simple file.write() and file.writelines()I need to write a series of matrices out to a p