libigl v2.5.0
Loading...
Searching...
No Matches
null.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "null.cpp"

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.