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

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 #