Data.Eigen.SparseMatrix

SparseMatrix type

data SparseMatrix a b

type SparseMatrixXf

type SparseMatrixXd

type SparseMatrixXcf

type SparseMatrixXcd

Accessing matrix data

cols

rows

coeff

(!)

Matrix conversions

fromList

toList

fromDenseList

toDenseList

fromMatrix

toMatrix

Matrix properties

norm

squaredNorm

blueNorm

block

compress

uncompress

compressed

nonZeros

innerSize

outerSize

Basic matrix algebra

add

sub

mul

Matrix transformations

pruned

scale

transpose

adjoint

Matrix serialization

encode

decode