@hackage / monad-lrs

a monad to calculate linear recursive sequence

Version Deprecated package0.0.2.1

About

Metadata

  • Last updated , by BinJin
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: bjin1990+haskell@gmail.com

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Readme

A monad to calculate linear recursive sequence efficiently. Matrix multiplication and fast exponentiation algorithm are used to speed up calculating the number with particular index in the sequence. This library also provides a monadic DSL to describe the sequence.