libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename DerivedA , typename DerivedN > | |
void | igl::null (const Eigen::PlainObjectBase< DerivedA > &A, Eigen::PlainObjectBase< DerivedN > &N) |
Compute a basis for the null space for the given matrix A: the columns of the output N form a basis for the space orthogonal to that spanned by the rows of A. | |