代码搜索:trapezoidal
找到约 201 项符合「trapezoidal」的源代码
代码结果 201
www.eeworm.com/read/139332/5799963
h trapezoidal_decomposition_2_misc.h
// Copyright (c) 1997 Tel-Aviv University (Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version
www.eeworm.com/read/304962/3782319
h trapezoidal_decomposition_2_iostream.h
// Copyright (c) 1999 Tel-Aviv University (Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version
www.eeworm.com/read/304962/3782326
h trapezoidal_decomposition_2_misc.h
// Copyright (c) 1997 Tel-Aviv University (Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version
www.eeworm.com/read/136696/13365604
m trapeze.m
function [f]=trapeze(x,s,t,c)
%TRAPEZE: Membership function for matrix X will be drawn using a
% trapezoidal shape.
%
% [Y]=TRAPEZE(X,a,b,c)
%
% Wh
www.eeworm.com/read/434325/7874317
m rctrap.m
function T = rctrap(f,a,b,n)
%---------------------------------------------------------------------------
%RCTRAP Quadrature using the recursive trapezoidal rule.
% Sample call
% T = rctrap('f
www.eeworm.com/read/238825/13322336
m trapez.m
function q = trapez(x,y,a,b)
% trapez : Trapezoidal integration
%Syntax: q = trapez(x,y,{a,b}) or q = trapez(y)
%
% Computes the integral value of y(x) between limits a and b by trapezoidal rule.
%
www.eeworm.com/read/367160/9769749
f clantr.f
REAL FUNCTION CLANTR( NORM, UPLO, DIAG, M, N, A, LDA,
$ WORK )
*
* -- LAPACK auxiliary routine (version 3.1) --
* Univ. of Tennessee, Univ. of Californi
www.eeworm.com/read/367160/9770135
f slantr.f
REAL FUNCTION SLANTR( NORM, UPLO, DIAG, M, N, A, LDA,
$ WORK )
*
* -- LAPACK auxiliary routine (version 3.1) --
* Univ. of Tennessee, Univ. of Californi
www.eeworm.com/read/367160/9771273
f zlantr.f
DOUBLE PRECISION FUNCTION ZLANTR( NORM, UPLO, DIAG, M, N, A, LDA,
$ WORK )
*
* -- LAPACK auxiliary routine (version 3.1) --
* Univ. of Tennessee, Univ. of Californi
www.eeworm.com/read/367160/9772907
f dlantr.f
DOUBLE PRECISION FUNCTION DLANTR( NORM, UPLO, DIAG, M, N, A, LDA,
$ WORK )
*
* -- LAPACK auxiliary routine (version 3.1) --
* Univ. of Tennessee, Univ. of Californi