Linear Algebra

Linear Algebra

GraphIdx.LinAModule.

Linear Algebra related graph functions. Especially, methods for handling incidence matrixes IncMat.

source
IncMat(edges, λ, n [, T = Int])

Create an incidence matrix from a list of edges, weights λ having n nodes. The resulting matrix index will have type T.

source
is_incmat(::IncMat)

Check whether a matrix is a graph (oriented) edge-vertex incidence matrix.

source