Home
last modified time | relevance | path

Searched refs:Toeplitz (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/math/linbox/linbox-1.6.3/linbox/blackbox/
H A Dtoeplitz.h153 class Toeplitz : public ToeplitzBase<_CField,_PRing> {
164 Toeplitz(const Field& F) : in Toeplitz() function
167 Toeplitz( const PRing& PF ) : in Toeplitz() function
170 Toeplitz( const PRing& PF, const Poly& p,
205 Toeplitz(const Field& F) : in Toeplitz() function
208 Toeplitz( const PRing& PF ) : in Toeplitz() function
211 Toeplitz( const PRing& PF, const Poly& p,
216 Toeplitz( const Field& F, // Cnstr. with Field and STL vec. of elems in Toeplitz() function
221 Toeplitz( const Field& F, // Cnstr. with Field and STL vec. of elems in Toeplitz() function
251 struct DetCategory<Toeplitz<Field,PD> > { typedef typename SolutionTags::Local Tag; };
[all …]
H A Dtoeplitz.inl49 std::cout << "Toeplitz::~Toeplitz():\tDestroyed a " << rowdim() << "x"<< this->coldim()<<
50 " Toeplitz matrix "<< std::endl;
66 shape.shapeFlags = Shape::Toeplitz;
68 std::cout << "Toeplitz::Toeplitz():\tCreated a " << rowDim << "x"<< this->colDim<<
69 " Toeplitz matrix "<< std::endl;
79 shape.shapeFlags = Shape::Toeplitz;
93 shape.shapeFlags = Shape::Toeplitz;
143 std::cout << "Toeplitz::Toeplitz(F,V):\tCreated a " << rowDim << "x"<< this->colDim<<
144 " Toeplitz matrix "<< std::endl;
196 return new Toeplitz(*this);
[all …]
H A Dntl-hankel.h44 class Hankel: public Toeplitz<_Field> {
49 typedef Toeplitz<_Field> TBase;
/dports/math/R/R-4.1.2/src/library/stats/man/
H A Dtoeplitz.Rd7 \title{Form Symmetric Toeplitz Matrix}
13 \item{x}{the first row to form the Toeplitz matrix.}
16 Forms a symmetric Toeplitz matrix given its first row.
19 The Toeplitz matrix.
/dports/math/libRmath/R-4.1.1/src/library/stats/man/
H A Dtoeplitz.Rd7 \title{Form Symmetric Toeplitz Matrix}
13 \item{x}{the first row to form the Toeplitz matrix.}
16 Forms a symmetric Toeplitz matrix given its first row.
19 The Toeplitz matrix.
/dports/math/linbox/linbox-1.6.3/tests/
H A Dtest-toeplitz-det.C98 Toeplitz<NTL_zz_p,NTL_zz_pX> T( PF, poly, n ); in main()
125 Toeplitz<NTL_ZZ_p> Q(F.getCoeffField()); in main()
135 Toeplitz<NTL_ZZ_p,NTL_ZZ_pX> mat( F, T, 4 ); in main()
136 Toeplitz<NTL_ZZ_p,NTL_ZZ_pX>::Element res; in main()
H A Dtest-ntl-toeplitz.C95 LinBox::Toeplitz<Field> T(F); in main()
107 LinBox::Toeplitz<Field> TT(F,tdata); in main()
H A Dtest-toeplitz.C77 Toeplitz<Field, PolynomialRing> T(_R, f, rowdim, coldim); in testApply()
100 Toeplitz<Field, PolynomialRing> T(_R, f, rowdim, coldim); in testApplyTranspose()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/matrices/
H A DDemmel.hpp44 Toeplitz( A, n, n, a ); in Demmel()
74 Toeplitz( A, n, n, a ); in Demmel()
104 Toeplitz( A, n, n, a ); in Demmel()
H A DToeplitz.hpp17 Toeplitz( Matrix<S>& A, Int m, Int n, const std::vector<T>& a ) in Toeplitz() function
32 Toeplitz( DistMatrix<S,U,V>& A, Int m, Int n, const std::vector<T>& a ) in Toeplitz() function
55 Toeplitz( BlockDistMatrix<S,U,V>& A, Int m, Int n, const std::vector<T>& a ) in Toeplitz() function
/dports/lang/pocl/pocl-1.8/examples/ViennaCL/
H A Dstructured-matrices-test-opencl.stdout19 -- Toeplitz matrix --
40 -- Toeplitz matrix --
/dports/math/py-openTSNE/openTSNE-0.6.1/openTSNE/_matrix_mul/
H A Dmatrix_mul_numpy.pyx22 The generating vector of the 2d Toeplitz matrix i.e. the kernel
26 symmetrized. See how to embed Toeplitz into circulant matrices.
80 The generating matrix of the 3d Toeplitz tensor i.e. the kernel
84 symmetrized. See how to embed Toeplitz into circulant matrices.
H A Dmatrix_mul_fftw3.pyx43 The generating vector of the 2d Toeplitz matrix i.e. the kernel
47 symmetrized. See how to embed Toeplitz into circulant matrices.
126 The generating matrix of the 3d Toeplitz tensor i.e. the kernel
130 symmetrized. See how to embed Toeplitz into circulant matrices.
/dports/math/R-cran-geepack/geepack/man/
H A DgenZcor.Rd33 #example to construct a Toeplitz correlation structure
49 # defining the Toeplitz structure
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/
H A D_solve_toeplitz.pyx15 """Solve a linear Toeplitz system using Levinson recursion.
42 Toeplitz reflection coefficients. When a is symmetric Toeplitz and
/dports/math/octave/octave-6.4.0/scripts/special-matrix/
H A Dtoeplitz.m29 ## Return the Toeplitz matrix constructed from the first column @var{c},
36 ## A Toeplitz, or diagonal-constant, matrix has the same value along each
38 ## Toeplitz matrix has the form:
/dports/math/linbox/linbox-1.6.3/linbox/solutions/
H A Dmethods.h130Toeplitz, //!< Use a Toeplitz preconditioner, c.f. (Kaltofen and Saunders 1991). enumerator
148 Toeplitz = 0x04, //!< Diagonals are constant. enumerator
/dports/math/nfft/nfft-3.5.2/matlab/infft1d/
H A DREADME36 This is possible since A'*A is a Toeplitz matrix. Therefore, A'*A
88 ( 0 - matrix approach, 1 - Toeplitz approach )
123 Please note that the Toeplitz approach via Gohberg-Semencul formula is not
/dports/math/gsl/gsl-2.7/linalg/
H A DTODO8 Vandermonde, Toeplitz, ...
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/examples/matrices/
H A DToeplitz.cpp34 Toeplitz( A, m, n, a ); in main()
H A DREADME.md27 - `Toeplitz.cpp`:
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/innovations/
H A D_arma_innovations.pyx31 Construct a Toeplitz block in a matrix in place
42 Toeplitz block.
44 The column used to construct the Toeplitz block.
46 The matrix in which to write a Toeplitz block
471 Construct a Toeplitz block in a matrix in place
482 Toeplitz block.
486 The matrix in which to write a Toeplitz block
911 Construct a Toeplitz block in a matrix in place
922 Toeplitz block.
1351 Construct a Toeplitz block in a matrix in place
[all …]
H A D_arma_innovations.pyx.in55 Construct a Toeplitz block in a matrix in place
62 The row offset for `out_matrix` at which to begin writing the Toeplitz
66 Toeplitz block.
68 The column used to construct the Toeplitz block.
70 The matrix in which to write a Toeplitz block
74 This function constructs the Toeplitz block in-place and does not return
/dports/math/cmlib/cmlib-3.0_8/doc/mxentrp/
H A DSummary16 Toeplitz recursion. (This program was copied from the
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dtoeplitz-det.h32 void toeplitz_determinant( ZZ_p& res, const Toeplitz<Field>& A );

1234567