#include "cl_AR_Vector.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename T> | |
| void | belfem::linspace (const T &aStart, const T &aEnd, const belfem::size_t &aN, Vector< T > &aValues) |
| template<typename T> | |
| auto | belfem::linspace (const T &aStart, const T &aEnd, const belfem::size_t &aN) -> decltype(arma::linspace< arma::Mat< T > >(aStart, aEnd, aN)) |