Data.Eigen.SparseMatrix

SparseMatrix type

data SparseMatrix a b

type SparseMatrixXf

type SparseMatrixXd

type SparseMatrixXcf

type SparseMatrixXcd

Matrix internal data

values

innerIndices

outerStarts

innerNNZs

Accessing matrix data

cols

rows

coeff

(!)

Matrix conversions

fromList

toList

fromVector

toVector

fromDenseList

toDenseList

fromMatrix

toMatrix

Matrix properties

norm

squaredNorm

blueNorm

block

nonZeros

innerSize

outerSize

Basic matrix algebra

add

sub

mul

Matrix transformations

pruned

scale

transpose

adjoint

Matrix representation

compress

uncompress

compressed

Matrix serialization

encode

decode

Mutable matricies

thaw

freeze

unsafeThaw

unsafeFreeze