Class SerializationKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static F64Array asF64Array(NpyArray $self) Returns a view of the NpyArray as an n-dimensional array.
      final static Unit write(NpyFile $self, Path path, F64Array a) Writes a given matrix to path in NPY format.
      final static 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
    • Constructor Detail

    • Method Detail

      • asF64Array

         final static F64Array asF64Array(NpyArray $self)

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

      • write

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

        Writes a given matrix to path in NPY format.

      • write

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

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