代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/483891/6597198
c dpotf2.c
/* dpotf2.f -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Table of constant values */
s
www.eeworm.com/read/480713/6660085
m golub.m
function A = golub(n)
%GOLUB Badly conditioned integer test matrices.
% GOLUB(n) is the product of two random integer n-by-n matrices,
% one of them unit lower triangular and one unit upper tr
www.eeworm.com/read/480059/6676087
m shili22.m
function shili22
h0=figure('toolbar','none',...
'position',[198 56 500 500],...
'name','shili22');
subplot(121)
x=rand(1,20);
y=rand(1,20);
%建立离散数据集
z=peaks(x,y*pi);
%建立peaks()函数关系
t
www.eeworm.com/read/409851/11310573
m shili22.m
function shili22
h0=figure('toolbar','none',...
'position',[200 150 550 350],...
'name','实例22');
subplot(1,2,1)
x=rand(1,20);
y=rand(1,20);
z=peaks(x,y*pi);
t=delaunay(x,y);
trimesh(t
www.eeworm.com/read/407840/11410294
m shili22.m
function shili22
h0=figure('toolbar','none',...
'position',[200 150 550 350],...
'name','实例22');
subplot(1,2,1)
x=rand(1,20);
y=rand(1,20);
z=peaks(x,y*pi);
t=delaunay(x,y);
trimesh(t
www.eeworm.com/read/407093/11429507
m try2.m
function info = try2(A,pin);
% TRY2 : test SUPERLU with 2 outputs
%
% info = try2(A,pin);
% normally info is the residual norm;
% but info is at least 10^6 if U is not triangular
% or if the factors
www.eeworm.com/read/407093/11429520
m try3.m
function info = try3(A,pin);
% TRY3 : test SUPERLU with 3 outputs
%
% info = try3(A,pin);
% normally info is the residual norm;
% but info is at least 10^6 if the factors are not triangular,
% or the
www.eeworm.com/read/407093/11429990
c zher2.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Subroutine */ int zher2_(char *uplo,
www.eeworm.com/read/407093/11429995
c ssymv.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Subroutine */ int ssymv_(char *uplo,
www.eeworm.com/read/407093/11430011
c cher2.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Subroutine */ int cher2_(char *uplo,