代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/378182/9248640
cu stbsv.cu
/*
* Copyright 1993-2008 NVIDIA Corporation. All rights reserved.
*
* NOTICE TO USER:
*
* This source code is subject to NVIDIA ownership rights under U.S. and
* international Copyright laws
www.eeworm.com/read/378182/9248688
cu stbmv.cu
/*
* Copyright 1993-2008 NVIDIA Corporation. All rights reserved.
*
* NOTICE TO USER:
*
* This source code is subject to NVIDIA ownership rights under U.S. and
* international Copyright laws
www.eeworm.com/read/365357/9866493
m slu.m
function [L,U] = slu(A)
%SLU Simple, square, LU factorization.
% [L,U] = SLU(A) for a square matrix A, illustrates the use of
% Gaussian elimination to compute a lower triangular matrix L
% and a
www.eeworm.com/read/164122/10128146
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/164122/10128210
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/164122/10128221
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/359519/10140803
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/163676/10150925
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/163676/10151049
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/163676/10151070
m lineartriangleassemble.m
function y = LinearTriangleAssemble(K,k,i,j,m)
%LinearTriangleAssemble This function assembles the element
% stiffness matrix k of the linear
% t