代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/338643/12290392
m mudd.m
% mudd.m
% Scope: This MATLAB macro computes the U-D factorization of a real
% symmetric, positive (semi)definite matrix by using the
% modified Cho
www.eeworm.com/read/338643/12290625
m mcud.m
% mcud.m
% Scope: This MATLAB macro computes the real symmetric matrix
% P = U*D*U**(Transpose), when its U-D factors are given, where U
% is
www.eeworm.com/read/251528/12339496
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/336459/12442529
m lu_gauss.m
function A=lu_gauss(A)
%LU_GAUSS LU factorization without pivoting.
% A = LU(A) stores an upper triangular matrix in the upper
% triangular part of A and a lower triangular matrix in the
% s
www.eeworm.com/read/234163/14120225
m electrlen.m
function int=electrlen(g);
%electrlen Computes the length of the electrode in the case of isoparametric (quadratic) triangular element
% Function int=electrlen(g) computes the length of the elect
www.eeworm.com/read/127036/14387657
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/227302/14433002
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/226320/14481537
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/213165/15141584
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/212946/15144533
c mcholsk.c
#include
#include
#include
#include "msp.h"
void mcholsk(complex a[],complex b[],int n,float eps,int *iflag)
{
/*---------------------------------------------------