A module for Doubly Stochastic Matrix
Doubly Stochastic Matrix type
isDoublyStochastic : SquareMatrix (Real Basics.Float) -> Result String (SquareMatrix (Real Basics.Float))
Predicate if matrix is doubly stochastic
multiply : DoublyStochasticMatrix -> DoublyStochasticMatrix -> DoublyStochasticMatrix
Square Matrix Square Matrix multiplication
multiplyIfCan : DoublyStochasticMatrix -> DoublyStochasticMatrix -> Result String DoublyStochasticMatrix
Doubly Stochastic Matrixx Doubly Stochastic Matrix multiplication
setAt : ( Basics.Int, Basics.Int ) -> Real Basics.Float -> DoublyStochasticMatrix -> DoublyStochasticMatrix
Set the value in a Doubly Stochastic Matrix at the specified row and column