#include <vector>
#include "saltypes.h"
#include "comparisonop.h"
#include "digitalfilter.h"
#include "iirfilter.h"
#include "vectorop.h"
#include "elementaryop.h"
#include "point.h"
#include <mutex>
#include <iostream>
Go to the source code of this file.
|
template<class T > |
std::vector< T > | sal::UniformAngles (const Int num_elements, const T first_element_heading, const RotationDirection direction=RotationDirection::kCounterclockwise) noexcept |
|
template<class T , class V > |
std::vector< V > | sal::ConvertToType (std::vector< T > vector) |
|
template<typename T > |
std::string | sal::ToString (T input) |
|