代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/309167/13680385
c dlangs.c
/*
* File name: dlangs.c
* History: Modified from lapack routine DLANGE
*/
#include
#include "superlu_ddefs.h"
double dlangs_dist(char *norm, SuperMatrix *A)
{
/*
Purpose
www.eeworm.com/read/309167/13680388
c dsp_blas3.c
/*
* -- Distributed SuperLU routine (version 1.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* September 1, 1999
*
*/
/*
* File name: sp_blas3.c
* Purpose: Sparse BLA
www.eeworm.com/read/309167/13680392
old pzgsrfs.c.old
/*
* -- Distributed SuperLU routine (version 2.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* March 15, 2003
*
*/
#include
#include "superlu_zdefs.h"
void
pzg
www.eeworm.com/read/309167/13680396
old pdgsrfs.c.old
/*
* -- Distributed SuperLU routine (version 2.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* March 15, 2003
*
*/
#include
#include "superlu_ddefs.h"
void
pd
www.eeworm.com/read/309167/13680409
c zlangs.c
/*
* File name: zlangs.c
* History: Modified from lapack routine ZLANGE
*/
#include
#include "superlu_zdefs.h"
double zlangs_dist(char *norm, SuperMatrix *A)
{
/*
Purpose
www.eeworm.com/read/309167/13680430
c pzgsrfs.c
/*
* -- Distributed SuperLU routine (version 2.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* March 15, 2003
*
*/
#include
#include "superlu_zdefs.h"
void
pzg
www.eeworm.com/read/309106/13682253
cpp rotations.cpp
/*************************************************************************
Copyright (c) 1992-2007 The University of Tennessee. All rights reserved.
Contributors:
* Sergey Bochkanov (ALGLIB
www.eeworm.com/read/309106/13682271
cpp reflections.cpp
/*************************************************************************
Copyright (c) 1992-2007 The University of Tennessee. All rights reserved.
Contributors:
* Sergey Bochkanov (ALGLIB
www.eeworm.com/read/308359/13703626
m vz2vt.m
% VZ2VT: Compute V(x,t) and Vrms(x,t) from V(x,z) and a ZOS exploding
% reflector model of V(x,z)
%
% This function takes in a depth velocity model and a ZOS exploding
% reflector model
www.eeworm.com/read/308157/13707088
c 逆矩阵.c
#define N 5 /*[注]:修改6为你所要的矩阵阶数*/
#include "stdio.h"
#include "conio.h"
/*js()函数用于计算行列式,通过递归算法实现*/
int js(s,n)
int s[][N],n;
{int z,j,k,r,total=0;
int b[N][N];/*b[N][N]用于存放,在矩阵s[