versor  3.0
C++11 library for Geometric algebra
Public Types | List of all members
vsr::named_types< A > Struct Template Reference

Public Types

using alg = typename A::algebra
 
template<bits::type... N>
using e_basis = Basis< bits::blade((1<<(N-1))...)>
 
template<bits::type... N>
using e = Multivector< alg, e_basis< N... >>
 
using sca = Basis< 0 >
 
using pss = Basis< bits::pss(alg::dim)>
 
using vec = typename Blade1< alg::dim >::VEC
 
using biv = typename alg::template op_basis_t< vec, vec >
 
using tri = typename alg::template op_basis_t< vec, biv >
 
using rot = typename alg::template sum_basis_t< biv, sca >
 

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