versor  3.0
C++11 library for Geometric algebra
Public Types | List of all members
vsr::blade< dim, grade > Struct Template Reference

metafunction to construct a basis blade type from spatial dimension and subspace grade More...

#include <vsr_algebra.h>

Public Types

using vec = typename vsr::Blade1< dim >::VEC
 
using sub = typename blade< dim, grade-1 >::type
 
using type = typename EOProd< vec, sub >::basis
 

Detailed Description

template<bits::type dim, bits::type grade>
struct vsr::blade< dim, grade >

metafunction to construct a basis blade type from spatial dimension and subspace grade


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