jalla-0.2.0.1: Higher level functions for linear algebra. Wraps BLAS and LAPACKE.

Safe HaskellSafe
LanguageHaskell98

Numeric.Jalla.InnerProduct

Description

 

Synopsis

Documentation

class InnerProduct o f | o -> f where Source

A class that is used to define the canonical inner product on CVector type vectors.

Methods

innerProduct :: o -> o -> f Source