代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/425642/10342636
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/161095/10452176
m superlu.m
function [L,U,prow,pcol] = superlu(A,psparse)
% SUPERLU : Supernodal LU factorization
%
% Executive summary:
%
% [L,U,p] = superlu(A) is like [L,U,P] = lu(A), but faster.
% [L,U,prow,pcol
www.eeworm.com/read/161095/10453178
c ssyr2.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 ssyr2_(char *uplo,
www.eeworm.com/read/161095/10453194
c dsyr2.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 dsyr2_(char *uplo,
www.eeworm.com/read/161094/10454692
c ssyr2.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 ssyr2_(char *uplo,
www.eeworm.com/read/161094/10454702
c dsyr2.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 dsyr2_(char *uplo,
www.eeworm.com/read/350857/10705887
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/420306/10804714
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/333209/7154842
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/449130/7517957
m ldlt.m
function [A,iflag] = ldlt( A )
%
% Usage:
% [A,iflag] = ldlt( A )
%
% Given a symmetric N by N matrix A, LDLT attempts
% to compute the LDL^T decomposition of A.
%
%
% input:
% A: