flamingpy.utils.linalg.nullspace_basis

flamingpy.utils.linalg.nullspace_basis(M)[source]

Return the nullspace basis of matrix M.

Construct an array whose rows are binary basis vectors of the right nullspace of input matrix array.

Parameters

M (numpy.array) – a binary matrix.

Returns

an array whose rows are basis vectors of the right

nullspace of M.

Return type

numpy.array

Contents

Home

Background

Using FlamingPy

Development

Getting Help

Python API