Module
Data.Matrix
- Package
- purescript-matrix
- Repository
- jutaro/purescript-matrix
Binding to mjs library
#scaleMatrix Source
scaleMatrix :: forall s a. EuclideanRing a => a -> Mat s a -> Mat s a
Scale a matrix by a given factor.
Binding to mjs library
scaleMatrix :: forall s a. EuclideanRing a => a -> Mat s a -> Mat s a
Scale a matrix by a given factor.
Pursuit v0.9.9