代码搜索:Numerical
找到约 2,441 项符合「Numerical」的源代码
代码结果 2,441
www.eeworm.com/read/132999/14063580
opt numerical_integration.opt
www.eeworm.com/read/132999/14063582
h numerical_integration.h
#ifndef NUMERICAL_INTEGRATION_H
#define NUMERICAL_INTEGRATION_H
#ifdef _cplusplus
extern "C" {
#endif
#include "ERRNO.h"
#include "parse_string.h"
#define TRAPEZOIDAL 0x00000400l
www.eeworm.com/read/192030/8410712
m test_mpoly_numerical.m
% TEST_MPOLY_NUMERICAL -- test the subroutines in the @mpoly directory for numerical matrices
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% Dept. of Mathematics, Iowa State Univer
www.eeworm.com/read/283124/9041866
f90 numerical_derivatives.f90
!===============================================================================
!
! Droits de reproduction et de diffusion r閟erv閟.
www.eeworm.com/read/381118/9109051
m numerical_analysis1.m
clear;
n=1000;
k=400;
H=hilb(n);
%Get A5----------------------------------------
d0=diag(H);
d1=diag(H,-1);
d2=diag(H,1);
d3=diag(H,-2);
d4=diag(H,2);
A3=diag(d0)+diag(d1,-1)+diag(d2,1);
A5=diag(d0)+
www.eeworm.com/read/181830/9235640
m test_mpoly_numerical.m
% TEST_MPOLY_NUMERICAL -- test the subroutines in the @mpoly directory for numerical matrices
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% Dept. of Mathematics, Iowa State Univer
www.eeworm.com/read/242040/13098252