代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/222288/14697943
m euler.m
function E=euler(f,a,b,ya,M)
%Input - y'=f is the function
% - a and b are the left and right endpoints
% - ya is the initial condition y(a)
% - M is the number o
www.eeworm.com/read/222288/14697948
m taylor.m
function T4=taylor(df,a,b,ya,M)
%Input - df=[y' y'' y''' y''''] where y'=f(t,y)
% - a and b are the left and right endpoints
% - ya is the initial condition y(a)
%
www.eeworm.com/read/222288/14697965
m tpcoeff.m
function [A,B]=tpcoeff(X,Y,M)
%Input - X is a vector of equally spaced abscisssas in [-pi, pi]
% - Y is a vector of ordinates
% - M is the degree of the trigomometric poly
www.eeworm.com/read/222288/14697988
m heun.m
function H=heun(f,a,b,ya,M)
%Input - y'= f is the function
% - a and b are the left and right endpoints
% - ya is the initial condition y(a)
% - M is the number o
www.eeworm.com/read/222288/14698013
m abm.m
function A=abm(f,T,Y)
%Input - f is the function
% - T is the vector of abscissas
% - Y is the vector of ordinates
%Remark. The first four coordinates of T and Y must
%
www.eeworm.com/read/222288/14698039
m rk4.m
function R=rk4(f,a,b,ya,M)
%Input - f is the function
% - a and b are the left and right endpoints
% - ya is the initial condition y(a)
% - M is the number of ste
www.eeworm.com/read/222060/14708726
h matrix.h
#ifndef _MATRIX_H_
#define _MATRIX_H_
/**
* @file matrix.h
* Simple Math
*
* @author Marcelo Gattass
*
* @author Manuel E. L. Fernandez
*
* @date Jul06,2006
*
* Vector
www.eeworm.com/read/220187/14847358
txt 描述.txt
Function can accept bit lengths of between 2 and 24
y is a vector of 1's & -1's that is (2^n)-1 in length