代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/252063/12304873

c polar.c

/* Copyright (c) Colorado School of Mines, 2003.*/ /* All rights reserved. */ /*********************** self documentation **********************/ /******************************
www.eeworm.com/read/251885/12313754

c estimate.c

/* ---------------------------------------------------------------------- * This program reads a data sample from a text file in the format * one data point per line * and
www.eeworm.com/read/251837/12316701

readme

The file b4m.ps in this directory contains the b4m documentation. For a short installation reference and for some major details see http://www.ti3.tu-harburg.de/~zemke/b4m/index.html b4m V
www.eeworm.com/read/251837/12316713

m iabs.m

function y = iabs(x) %IABS (interval) computes the interval matrix of the absolute values. % %b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke % % DESCRIPTION: % 'iabs
www.eeworm.com/read/251837/12316727

m ctranspose.m

function ctrans = ctranspose(a) %CTRANSPOSE (interval) computes the complex transpose of an interval matrix. % %b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke % % DESCRIP
www.eeworm.com/read/251837/12316732

m infsup.m

function [infimum, supremum] = infsup(a) %INFSUP (interval) conversion to double from interval. % %b4m - datatype interval Version 1.02 (c) 5.3.1998 Jens Zemke % % DESCRIPTION: % '
www.eeworm.com/read/251837/12316736

m transpose.m

function trans = transpose(a) %TRANSPOSE (interval) computes the transpose of an interval matrix. % %b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke % % DESCRIPTION: %
www.eeworm.com/read/251837/12316737

m times.m

function y = times(a,b) %TIMES (interval) componentwise multiplication for intervals, a.*b. % %b4m - datatype interval Version 1.02 (c) 14.9.1998 Jens Zemke % % DESCRIPTION: % 'tim
www.eeworm.com/read/251837/12316741

m norm.m

function r = norm(a,k) %NORM (interval) computes the norm of interval matrices and vectors. % %b4m - datatype interval Version 1.02 (c) 6.5.1998 Jens Zemke % % DESCRIPTION: % 'norm
www.eeworm.com/read/251837/12316743

m sup.m

function supremum = sup(a) %SUP (interval) computes the supremum of a given interval matrix. % %b4m - datatype interval Version 1.02 (c) 26.2.1998 Jens Zemke % % DESCRIPTION: % 'su