easytensor-0.3.1.0: Pure, type-indexed haskell vector, matrix, and tensor library.
Numeric.Scalar
Description
Synopsis
type Scalar t = DataFrame t ('[] :: [Nat]) Source #
Alias for zero-dimensional DataFrame
unScalar :: Scalar t -> t Source #
Convert scalar back to ordinary type
scalar :: t -> Scalar t Source #
Convert any type to scalar wrapper
type Scf = Scalar Float Source #
type Scd = Scalar Double Source #