Tensorium
|
#include "../MathUtils/MathsUtils.hpp"
#include "../SIMD/Allocator.hpp"
#include "../SIMD/CPU_id.hpp"
#include "../SIMD/SIMD.hpp"
#include <cassert>
#include <cmath>
#include <iostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | tensorium::Vector< K > |
Aligned, SIMD-optimized mathematical vector class for scientific computing. More... | |
Namespaces | |
namespace | tensorium |
Functions | |
template<typename K > | |
Vector< K > | tensorium::operator+ (const Vector< K > &a, const Vector< K > &b) |
template<typename K > | |
Vector< K > | tensorium::operator- (const Vector< K > &a, const Vector< K > &b) |