代码搜索:polynomial
找到约 5,111 项符合「polynomial」的源代码
代码结果 5,111
www.eeworm.com/read/352754/10516230
s polynomial.s
/*---------------------------------------------------------------------------+
| polynomial.S |
|
www.eeworm.com/read/423264/10575277
m polynomial.m
%%OPERATATIONS ON POLYNOMIALS%%
p=[1 3 2]; %%representing polynomial x^2+3x+2%%
r=roots(p) %%finding roots of polynomial%%
poly(r) %% finding coefficients from roots of polynomial%%
polyval(p,3)%
www.eeworm.com/read/423264/10575331
asv polynomial.asv
%%OPERATATIONS ON POLYNOMIALS%%
p=[1 3 2]; %%representing polynomial x^2+3x+2%%
r=roots(p) %%finding roots of polynomial%%
poly(r) %% finding coefficients from roots of polynomial%%
polyval(p,3)%
www.eeworm.com/read/351797/10609838
m polynomial.m
function ker = polynomial(arg)
% POLYNOMIAL
%
% Construct a polynomial kernel object,
%
% K(x1, x2) = (x1*x2' + 1).^d;
%
% Examples:
%
% % default constructor (quadratic kernel, d = 2
www.eeworm.com/read/421962/10674093
m polynomial.m
function ker = polynomial(arg)
% POLYNOMIAL
%
% Construct a polynomial kernel object,
%
% K(x1, x2) = (x1*x2' + 1).^d;
%
% Examples:
%
% % default constructor (quadratic kernel, d = 2
www.eeworm.com/read/276615/10722968
class polynomial.class
www.eeworm.com/read/276615/10722994
java polynomial.java
/**
*
* A class for define structure of polynomial.
*
* @author Benjamin Barras
* @version 1.10, 13/02/99
* @email benjamin.barras@epfl.ch
*
*/
public class polynomial
{
public in
www.eeworm.com/read/221940/6955977
cs polynomial.cs
namespace Opus6
{
using System;
[Copyright("Copyright (c) 2001 by Bruno R. Preiss, P.Eng."), Version("$Id: Polynomial.cs,v 1.3 2001/09/11 12:04:04 brpreiss Exp $")]
public abstract c
www.eeworm.com/read/466944/7024125
java polynomial.java
import DataStructures.Overflow;
/*
* This code doesn't really do much, and abstraction is not built in.
* Thus, I haven't bothered testing it exhaustively.
*/
publ
www.eeworm.com/read/273052/7102997
m polynomial.m
function ker = polynomial(arg)
% POLYNOMIAL
%
% Construct a polynomial kernel object,
%
% K(x1, x2) = (x1*x2' + 1).^d;
%
% Examples:
%
% % default constructor (quadratic kernel, d = 2