egison-4.1.3: Programming language with non-linear pattern-matching against non-free data
LicenseMIT
Safe HaskellNone
LanguageHaskell2010

Language.Egison.Tensor

Contents

Description

This module contains functions for tensors.

Synopsis

Documentation

Tensor

tMap :: (a -> EvalM b) -> Tensor a -> EvalM (Tensor b) Source #

tMap2 :: (a -> b -> EvalM c) -> Tensor a -> Tensor b -> EvalM (Tensor c) Source #

tProduct :: (a -> b -> EvalM c) -> Tensor a -> Tensor b -> EvalM (Tensor c) Source #