geomc 1.0
A c++ linear algebra template library
Loading...
Searching...
No Matches
SimplexFace< T, N > Struct Template Reference

Public Member Functions

 SimplexFace (const Simplex< T, N > &s, bool compute_nullspace=true)
 SimplexFace (const SimplexFace< T, N > &other)=default
SimplexFace< T, N > exclude (index_t i) const
index_t n_null () const
Vec< T, N > & normal ()
const Vec< T, N > & normal () const
Vec< T, N > * nullspace ()
const Vec< T, N > * nullspace () const
Vec< T, N > * spanning ()
const Vec< T, N > * spanning () const

Public Attributes

Vec< T, N > bases [N]
index_t included [N+1]
index_t n = 0

The documentation for this struct was generated from the following file: