numerics 0.1.0
Loading...
Searching...
No Matches
kernel.hpp
Go to the documentation of this file.
1/// @file kernel/kernel.hpp
2/// @brief Master include for the numerics kernel module.
3#pragma once
4
5#include "kernel/array.hpp"
6#include "kernel/dense.hpp"
7#include "kernel/policy.hpp"
8#include "kernel/raw.hpp"
9#include "kernel/reduce.hpp"
10#include "kernel/subspace.hpp"
Elementwise vector kernels (namespace num::kernel::array)
Dense matrix inner kernels (namespace num::kernel::dense)
Compile-time dispatch policy tags for the kernel module.
Tier-1 kernel: raw-pointer, inline, zero-overhead inner loops.
Scalar reduction kernels (namespace num::kernel::reduce)
Subspace construction and orthogonalization kernels.