Package 

Class SerializationKt

    • Method Summary

      Modifier and Type Method Description
      final F64Array asF64Array(NpyArray $self) Returns a view of the NpyArray as an n-dimensional array.
      final Unit write(NpyFile $self, Path path, F64Array a) Writes a given matrix to path in NPY format.
      final Unit write(NpzFile.Writer $self, String name, F64Array a) Writes a given array into an NPZ file under the specified name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • asF64Array

         final F64Array asF64Array(NpyArray $self)

        Returns a view of the NpyArray as an n-dimensional array.

      • write

         final Unit write(NpyFile $self, Path path, F64Array a)

        Writes a given matrix to path in NPY format.

      • write

         final Unit write(NpzFile.Writer $self, String name, F64Array a)

        Writes a given array into an NPZ file under the specified name.