| Copyright | (c) Sam Stites 2017 |
|---|---|
| License | BSD3 |
| Maintainer | sam@stites.io |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Torch.Indef.Dynamic.Tensor.Math.Floating
Description
Documentation
Returns a one-dimensional Tensor of n equally spaced points between x1 and x2.
Returns a one-dimensional Tensor of n logarithmically, equally spaced points between 10^x1 and 10^x2.