代码搜索:poly
找到约 5,168 项符合「poly」的源代码
代码结果 5,168
www.eeworm.com/read/349903/10785725
h poly.h
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field mod p
*
* WARNING: This class has been cobbled together for
www.eeworm.com/read/419339/10873514
h poly.h
#ifndef POLY_H
#define POLY_H
typedef void *poly;
typedef void (*tyVisit) (poly);
#endif
www.eeworm.com/read/418151/10964385
c poly.c
/* poly.c -- implements polygons and simplices
see README, poly.h and qhull.h
copyright (c) 1993-1995, The Geometry Center
infrequent code is in poly2.c
(all but top 50 and the
www.eeworm.com/read/418151/10964391
h poly.h
/* poly.h -- header file for poly.c and poly2.c
see README, qhull.h and poly.c
copyright (c) 1993-1995, The Geometry Center
*/
#ifndef qhDEFpoly
#define qhDEFpoly 1
/*----------------------
www.eeworm.com/read/271569/10989534
m poly.m
function c=poly(A)
[nr,nc]=size(A);
if nc==nr
R0=eye(nc); R=R0; c=[1 zeros(1,nc)];
for k=1:nc
c(k+1)=-1/k*trace(A*R);
R=A*R+c(k+1)*R0;
end
elseif (nr==1 | nc==1)
www.eeworm.com/read/271029/11011659
c poly.c
/* ---------------------------------
poly.c
implements polygons and simplices
see qh-c.htm, p
www.eeworm.com/read/271029/11011686
h poly.h
/* ---------------------------------
poly.h
header file for poly.c and poly2.c
see qh-c.htm,
www.eeworm.com/read/270232/11044771
bmp poly.bmp
www.eeworm.com/read/470210/6915437
h poly.h
/* poly.h */
/* This header is required for the polynomial math section.
The purpose is to define intermediate structure sizes
for use with the multiply and divide routines.
Place include heade
www.eeworm.com/read/234675/7082860
h poly.h
/* poly.h */
/* This header is required for the polynomial math section.
The purpose is to define intermediate structure sizes
for use with the multiply and divide routines.
Place include heade