Data.Eigen.Matrix

Matrix type

data Matrix

Matrix conversions

fromList

toList

generate

Standard matrices and special cases

empty

zero

ones

identity

constant

Accessing matrix data

cols

rows

coeff

minCoeff

maxCoeff

col

row

block

topRows

bottomRows

leftCols

rightCols

Matrix properties

norm

squaredNorm

determinant

Matrix operations

add

sub

mul

Matrix transformations

inverse

adjoint

conjugate

transpose

normalize

modify

Mutable matrices

thaw

freeze

unsafeThaw

unsafeFreeze