blas-0.5: Bindings to the BLAS librarySource codeContentsIndex
BLAS.Tensor.Scalable
Stabilityexperimental
MaintainerPatrick 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 whereSource
A class for scalable tensors.
Methods
(*>) :: e -> x e -> x eSource
Scale a tensor by the given value.
show/hide Instances
BLAS1 e => Scalable (DVector Imm n) e
BLAS1 e => Scalable (DMatrix Imm ((,) m n)) e
BLAS1 e => Scalable (BMatrix Imm ((,) m n)) e
BLAS1 e => Scalable (DiagMatrix Imm ((,) n n)) e
Produced by Haddock version 2.3.0