jonathanfishbein1 / elm-quantum / Bra

Bra Module

Types


type Bra a
    = Bra (Matrix a)

Bra Type

Manipulation

getAt : ( Basics.Int, Basics.Int ) -> Bra a -> Maybe a

Get the value in a matrix at the specified row and column

setAt : ( Basics.Int, Basics.Int ) -> a -> Bra a -> Bra a

Set the value in a Matrix at the specified row and column