代码搜索:integrals
找到约 127 项符合「integrals」的源代码
代码结果 127
www.eeworm.com/read/102394/15783285
texi specfunc-ellint.texi
@cindex elliptic integrals
The functions described in this section are declared in the header file
@file{gsl_sf_ellint.h}.
@menu
* Definition of Legendre Forms::
* Definition of Carlson Forms::
www.eeworm.com/read/236894/4637224
hpp all.hpp
/* This file is automatically generated; do not edit. */
/* Add the files to be included into Makefile.am instead. */
#include
#include
www.eeworm.com/read/411401/11246807
m contents.m
% Functions for solving the EIT forward problem in 2D
%
% FEM integrals for the linear triangular elements
%
% grinprodgaus - Computes the integral of the product of the gradients in 2D FEM
% bo
www.eeworm.com/read/162188/10327971
src cdfnonc.src
/*
** cdfnonc.src - Integrals under noncentral distributions.
** (C) Copyright 1988-1998 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF
www.eeworm.com/read/142434/12945736
m rombf.m
function R = rombf(a,b,N,func,param)
% Function to compute integrals by Romberg algorithm
% R = rombf(a,b,N,func,param)
% Inputs
% a,b Lower and upper bound of the integral
% N R
www.eeworm.com/read/261074/11667385
m rombf.m
function R = rombf(a,b,N,func,param)
% Function to compute integrals by Romberg algorithm
% R = rombf(a,b,N,func,param)
% Inputs
% a,b Lower and upper bound of the integral
% N R
www.eeworm.com/read/261074/11667390
asv rombf.asv
function R = rombf(a,b,N,func,param)
% Function to compute integrals by Romberg algorithm
% R = rombf(a,b,N,func,param)
% Inputs
% a,b Lower and upper bound of the integral
% N R
www.eeworm.com/read/261064/11667757
f rombf.f
subroutine rombf( a, b, N,MAXN, func, param, R )
integer*4 N, MAXN
real*8 a, b, param(*), R(MAXN,MAXN)
external func
! Function to compute integrals by Romberg algorithm
www.eeworm.com/read/368337/9701239
texi specfunc-fermi-dirac.texi
@cindex Fermi-Dirac function
The functions described in this section are declared in the header file
@file{gsl_sf_fermi_dirac.h}.
@menu
* Complete Fermi-Dirac Integrals::
* Incomplete Fermi
www.eeworm.com/read/142433/12945951
cpp rombf.cpp
#include "NumMeth.h"
void rombf( double a, double b, int N,
double (*func)( double x, Matrix param ),
Matrix param, Matrix& R) {
// Function to compute integrals by Romberg algor