代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/161094/10454798

c chemv.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 chemv_(char *uplo,
www.eeworm.com/read/422930/10601666

vb assemblyinfo.vb

Imports System.Reflection Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to
www.eeworm.com/read/422930/10601683

vb triangularmatrices.vb

' The TriangularMatrix class resides in the Extreme.Mathematics.LinearAlgebra ' namespace. Imports Extreme.Mathematics.LinearAlgebra Namespace Extreme.Mathematics.QuickStart.VB ' Illustrate
www.eeworm.com/read/420306/10804729

m ltindex.m

% LTINDEX - Lower Triangular Index % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % [irow, icol] = ltindex(index, dim) ; % % If a lower triangular matrix is packed i
www.eeworm.com/read/458493/7295706

m lunopiv.m

function [L,U] = luNopiv(A,ptol) % luNopiv LU factorization without pivoting % % Synopsis: [L,U] = luNopiv(A) % [L,U] = luNopiv(A,ptol) % % Input: A = coefficient matrix %
www.eeworm.com/read/458488/7296110

m lunopiv.m

function [L,U] = luNopiv(A,ptol) % luNopiv LU factorization without pivoting % % Synopsis: [L,U] = luNopiv(A) % [L,U] = luNopiv(A,ptol) % % Input: A = coefficient matrix %
www.eeworm.com/read/455487/7370832

m lineartriangleelementarea.m

function y = LinearTriangleElementArea(xi,yi,xj,yj,xm,ym) %LinearTriangleElementArea This function returns the area of the % linear triangular element whose first %
www.eeworm.com/read/455487/7370869

m quadtriangleelementarea.m

function y = QuadTriangleElementArea(x1,y1,x2,y2,x3,y3) %QuadTriangleElementArea This function returns the area of the % quadratic triangular element whose first %
www.eeworm.com/read/455487/7370875

m lineartriangleassemble.m

function y = LinearTriangleAssemble(K,k,i,j,m) %LinearTriangleAssemble This function assembles the element % stiffness matrix k of the linear % t
www.eeworm.com/read/449130/7517946

m gauss.m

function [A,b,iflag] = gauss( A, b) % % Usage: % [A,b,iflag] = gauss( A, b) % % Given an N by N matrix A and an N vector b, % apply Gaussian elimination with column pivoting % to transform the