代码搜索:qr
找到约 1,778 项符合「qr」的源代码
代码结果 1,778
www.eeworm.com/read/188087/8573143
c qr.c
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "mpi.h"
#define a(x,y) a[x*M+y]
#define q(x,y) q[x*M+y]
#define A(x,y) A[x*M+y]
#define Q(x,y) Q[x*M+y]
#define R(x,y) R[x*M+y]
floa
www.eeworm.com/read/385669/8792834
c qr.c
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "mpi.h"
#define a(x,y) a[(x)*M+y]
#define q(x,y) q[(x)*M+y]
#define A(x,y) A[(x)*M+y]
#define Q(x,y) Q[(x)*M+y]
#define R(x,
www.eeworm.com/read/285004/8877080
c qr.c
void qcalc(B,b,Qout)
double **B,**Qout;
int b;
{
double *y,sum,*norm;
int loop,column,row;
y = dvector(1,b);
norm = dvector(1,b);
/* first column is just divided by no
www.eeworm.com/read/181930/9224894
c qr.c
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "mpi.h"
#define a(x,y) a[x*M+y]
#define q(x,y) q[x*M+y]
#define A(x,y) A[x*M+y]
#define Q(x,y) Q[x*M+y]
#define R(x,y) R[x*M+y]
floa
www.eeworm.com/read/179705/9343797
c qr.c
/* poly/qr.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L
www.eeworm.com/read/179705/9343938
c qr.c
/* linalg/qr.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN
www.eeworm.com/read/169743/9844021
ini qr.ini
www.eeworm.com/read/169743/9844106
ini qr.ini
www.eeworm.com/read/162188/10327632
src qr.src
/*
** qr.src - Procedures related to the QR decomposition.
** (C) Copyright 1988-1998 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APT
www.eeworm.com/read/162188/10327847
dec qr.dec
/*
** qr.dec - QR decomposition.
** (C) Copyright 1988-1996 by Aptech Systems, Inc.
** All Rights Reserved.
**
** Global variable definitions for procedures QRx, ORTH, NULLx and OLSQRx.
*/
de