代码搜索:triangular

找到约 1,594 项符合「triangular」的源代码

代码结果 1,594
www.eeworm.com/read/175456/9547264

c mcholsk.c

#include #include #include #include "msp.h" void mcholsk(complex a[],complex b[],int n,float eps,int *iflag) { /*---------------------------------------------------
www.eeworm.com/read/371020/9571212

c cholesky分解.c

#include #include #include #include "msp.h" void mcholsk(complex a[],complex b[],int n,float eps,int *iflag) { /*---------------------------------------------------
www.eeworm.com/read/366144/9828930

c ztrmv.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 ztrmv_(char *uplo,
www.eeworm.com/read/366144/9829622

c zlatrs.c

#include "f2c.h" /* Subroutine */ int zlatrs_(char *uplo, char *trans, char *diag, char * normin, integer *n, doublecomplex *a, integer *lda, doublecomplex *x, doublereal *scale, doublereal *c
www.eeworm.com/read/168151/9936543

c mcholsk.c

#include #include #include #include "msp.h" void mcholsk(complex a[],complex b[],int n,float eps,int *iflag) { /*---------------------------------------------------
www.eeworm.com/read/361765/10036821

rd vech.rd

\name{vech} \alias{vech} \title{Extract Lower Triangular Elements from a Symmetric Matrix} \description{ This function takes a symmetric matrix and extracts a list of all lower triangular element
www.eeworm.com/read/359519/10140787

m mcmcdemo.m

% MCMCDEMO - small demonstration program for the use of MCMC library % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % There is no MCMC chain set up here, just a rando
www.eeworm.com/read/355337/10274972

m schol.m

%SCHOL Cholesky factorization for positive semidefinite matrices % % Syntax: % [L,def] = schol(A) % % In: % A - Symmetric pos.semi.def matrix to be factorized % % Out: % L - Lower triangular
www.eeworm.com/read/355237/10284195

m schol.m

%SCHOL Cholesky factorization for positive semidefinite matrices % % Syntax: % [L,def] = schol(A) % % In: % A - Symmetric pos.semi.def matrix to be factorized % % Out: % L - Lower triangular
www.eeworm.com/read/162188/10328327

src qrsol.src

/* ** qrsol.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