Add VectorSpaceBasis::is_nullspace function

Issue #90 resolved
Prof Garth Wells created an issue

Add the function

bool VectorSpaceBasis::is_nullspace(const GenericMatrix& A);

to test if vector space is the null space of A. PETSc provides a function to do the test.

Comments (4)

  1. Log in to comment