SPUC  3.0
Namespaces | Functions
toeplitz.h File Reference

Get Symmetric Toeplitz matrix from vector. More...

#include <spuc/spuc_types.h>
#include <spuc/vector.h>
#include <spuc/matrix.h>
Include dependency graph for toeplitz.h:

Namespaces

 SPUC
 fixed point types: spuc_fixed,spuc_ufixed,spuc_int,spuc_uint
 

Functions

template<class T >
void SPUC::toeplitz (vector< T > x, matrix< T > &A)
 Get Symmetric Toeplitz matrix from vector. More...
 

Detailed Description

Get Symmetric Toeplitz matrix from vector.