Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
numpy 配列をファイルに書き込もうとしていますが、ファイル形式は、すべての値に 64 ビット浮動小数点数を表すために必要な 8 バイトのみを含める必要があるようなものです。
私が知る限り、ndarray.tofile(array) with array.dtype = 'float64' はこれを達成していないので、どうすればこれをすばやく行うことができますか?