Data.Eigen.Matrix

Matrix type

data Matrix

valid

Matrix conversions

fromList

toList

generate

Standard matrices and special cases

empty

null

square

zero

ones

identity

constant

random

Accessing matrix data

cols

rows

(!)

coeff

unsafeCoeff

col

row

block

topRows

bottomRows

leftCols

rightCols

Matrix properties

sum

prod

mean

minCoeff

maxCoeff

trace

norm

squaredNorm

blueNorm

hypotNorm

determinant

Boolean reductions

all

any

count

Matrix operations

add

sub

mul

Matrix transformations

diagonal

transpose

inverse

adjoint

conjugate

normalize

modify

Mutable matrices

thaw

freeze

unsafeThaw

unsafeFreeze

unsafeWith