Data.Matrix

Matrix type

data Matrix a

prettyMatrix

nrows

ncols

forceMatrix

Builders

matrix

rowVector

colVector

Special matrices

zero

identity

diagonalList

diagonal

permMatrix

List conversions

fromList

fromLists

toList

toLists

Accessing

getElem

(!)

unsafeGet

safeGet

safeSet

getRow

getCol

getDiag

getMatrixAsVector

Manipulating matrices

setElem

unsafeSet

transpose

setSize

extendTo

inverse

rref

mapRow

mapCol

Submatrices

Splitting blocks

submatrix

minorMatrix

splitBlocks

Joining blocks

(<|>)

(<->)

joinBlocks

Matrix operations

elementwise

elementwiseUnsafe

Matrix multiplication

About matrix multiplication

Functions

multStd

multStd2

multStrassen

multStrassenMixed

Linear transformations

scaleMatrix

scaleRow

combineRows

switchRows

switchCols

Decompositions

luDecomp

luDecompUnsafe

luDecomp'

luDecompUnsafe'

cholDecomp

Properties

trace

diagProd

Determinants

detLaplace

detLU

flatten