代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/241677/13126434
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/139007/13195436
m contents.m
% Matrix Computation Toolbox.
% Version 1.2 5-Sep-2002
% Copyright (c) 2002 by N. J. Higham
%
% Demonstration
% mctdemo - Demonstration of Matrix Computation Toolbox.
%
% Test Mat
www.eeworm.com/read/309167/13680505
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/309167/13680508
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/309139/13680968
relnotes
NIST SPARSE BLAS v. 0.9 (Sat Jul 6 14:27:21 EDT 1996)
What's included:
The package includes support for the "BASIC" Toolkit, including
matrix-multiply and triangular solve routines for the fol
www.eeworm.com/read/305632/13764278
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/305190/13777271
m soltritoep.m
function [T,H] = soltritoep(SS,PP,k)
%SOLTRITOEP Solves for a lower triangular block Toeplitz matrix.
%
% [T,H] = soltritoep(S,P,k)
%
% The matrix
%
% [ H(0) 0 ... 0 0 ]
%
www.eeworm.com/read/303058/13822613
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/488103/6496785
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/481728/6637457
c mcholsk.c
#include
#include
#include
#include "msp.h"
void mcholsk(complex a[],complex b[],int n,float eps,int *iflag)
{
/*---------------------------------------------------