static-tensor-0.1.0.0: Tensors of statically known size

Copyright(C) 2017 Alexey Vagarenko
LicenseBSD-style (see LICENSE)
MaintainerAlexey Vagarenko (vagarenko@gmail.com)
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Data.Tensor.Static.TH

Description

 

Synopsis

Documentation

genTensorInstance Source #

Arguments

:: NonEmpty Int

Dimensions of the tensor.

-> Name

Type of elements.

-> Q [Dec] 

Generate instance for tensor and lenses for its elements.