@hackage easytensor1.0.1.0

Pure, type-indexed haskell vector, matrix, and tensor library.

Pure, type-indexed haskell vector, matrix, and tensor library. Features dimensionality type-checking for all operations. Generic n-dimensional versions are implemented using low-level prim ops. Allows ad-hoc replacement with fixed low-dimensionality vectors and matrices without changing user interface.

  • Installation

  • Dependencies (2)

  • Dependents (1)

    @hackage/easytensor-vulkan
  • Package Flags

      unsafeindices
       (off by default)

      Disable bound checks when accessing elements of a tensor, matrix, or vector.