blas-0.4.1: Bindings to the BLAS library
Source code
Contents
Index
BLAS.Tensor.Scalable
Stability
experimental
Maintainer
Patrick Perry <patperry@stanford.edu>
Description
Synopsis
class
Num
e =>
Scalable
x e
where
(*>)
:: e -> x e -> x e
Documentation
class
Num
e =>
Scalable
x e
where
Source
A class for scalable tensors.
Methods
(*>)
:: e -> x e -> x e
Source
Scale a tensor by the given value.
Instances
BLAS1
e =>
Scalable
(
DVector
Imm
n) e
BLAS1
e =>
Scalable
(
DMatrix
Imm
((,) m n)) e
Num
e =>
Scalable
(
Herm
a nn) e
Num
e =>
Scalable
(
Tri
a nn) e
Produced by
Haddock
version 2.3.0