HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
Loading...
Searching...
No Matches
Namespaces | Functions
exterior_dimension.hpp File Reference
#include <cstddef>
Include dependency graph for exterior_dimension.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Manicore
 
namespace  Manicore::Dimension
 

Functions

constexpr size_t Manicore::Dimension::binom (size_t n, size_t k) noexcept
 
constexpr size_t Manicore::Dimension::ExtDim (size_t l, size_t d) noexcept
 Dimension of the exterior algebra.
 
constexpr size_t Manicore::Dimension::PolyDim (int r, size_t d) noexcept
 Dimension of P^r(\Real^d)
 
constexpr size_t Manicore::Dimension::HDim (int r, size_t d) noexcept
 Dimension of homogeneous polynomials.
 
constexpr size_t Manicore::Dimension::PLDim (int r, size_t l, size_t d) noexcept
 Dimension of $P_r\Lambda^l(R^d)$.
 
constexpr size_t Manicore::Dimension::kHDim (int r, size_t l, size_t d) noexcept
 Dimension of the image of Koszul on homogeneous polynomials.
 
constexpr size_t Manicore::Dimension::dHDim (int r, size_t l, size_t d) noexcept
 Dimension of the image of d on homogeneous polynomials.
 
constexpr size_t Manicore::Dimension::kPLDim (int r, size_t l, size_t d) noexcept
 Dimension of the image of Koszul on polynomials.
 
constexpr size_t Manicore::Dimension::dPLDim (int r, size_t l, size_t d) noexcept
 Dimension of the image of d on polynomials.
 
constexpr size_t Manicore::Dimension::PLtrimmedDim (int r, size_t l, size_t d) noexcept