hasktorch-indef-0.0.1.0: Core Hasktorch abstractions wrapping FFI bindings

Copyright(c) Sam Stites 2017
LicenseBSD3
Maintainersam@stites.io
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Torch.Indef.Static.Tensor.Math.Floating

Description

 
Synopsis

Documentation

linspace :: Dimensions d => HsReal -> HsReal -> Int64 -> Tensor d Source #

Static call to linspace

linspace_ :: Dimensions d => Tensor d -> HsReal -> HsReal -> Int64 -> IO () Source #

Static call to linspace_

logspace :: Dimensions d => HsReal -> HsReal -> Int64 -> Tensor d Source #

Static call to logspace

logspace_ :: Dimensions d => Tensor d -> HsReal -> HsReal -> Int64 -> IO () Source #

Static call to logspace_