Recreatedman documentation to address CRANrequest.
Addedcheck-standard github action.
Reformatted all C++ code withclang-format.
Added#include <complex> toToeplitz.h.
Set seed on all tests to avoid random failures due to numericalprecision.
The following functions are nowdefunct:rSnorm(),dSnorm(),Snorm.grad(),Snorm.hess(). Replacements arernormtz(),rnormtz() and the$grad() and$hess() methods in theNormalToeplitzclass.
AddedNormalToeplitz andNormalCirculant classes in R and C++.
using namespace in headerfiles.