代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/410206/11298448
m copyright.m
function copyright
% Mesh2d is a MATLAB toolbox designed to automatically generate quality 2D
% unstructured triangular meshes based on linear geometry inputs.
% Mesh2d is Copyright (C) 2007 Dar
www.eeworm.com/read/410206/11298509
m copyright.m
function copyright
% Mesh2d is a MATLAB toolbox designed to automatically generate quality 2D
% unstructured triangular meshes based on linear geometry inputs.
% Mesh2d is Copyright (C) 2007 Dar
www.eeworm.com/read/347943/11626036
m fwblkslv.m
% FWBLKSLV Solves block sparse upper-triangular system.
% y = fwblkslv(L,b) yields the same result as
% y = L.L\b(L.perm,:)
% However, FWBLKSLV is faster than the built-in operat
www.eeworm.com/read/347943/11626245
m sparfwslv.m
% SPARFWSLV Solves block sparse upper-triangular system.
% y = sparfwslv(L,b) yields the same result as
% y = L.L\b(L.perm,:)
% However, SPARFWSLV is faster than the built-in ope
www.eeworm.com/read/347943/11626349
m bwblkslv.m
% BWBLKSLV Solves block sparse upper-triangular system.
% y = bwblkslv(L,b) yields the same result as
% y(L.perm,:) = L.L'\b
% However, BWBLKSLV is faster than the built-in opera
www.eeworm.com/read/347943/11626492
c blkchol.c
/*
% [L.L, L.d, skip, diagadd] = blkchol(L,ADA [,pars [,absd]])
% BLKCHOL Computes sparse lower-triangular Cholesky factor L,
% L*L' = P(perm,perm)
% Input Parameter L is ty
www.eeworm.com/read/347943/11626538
m sparbwslv.m
% SPARBWSLV Solves block sparse upper-triangular system.
% y = sparbwslv(L,b) yields the same result as
% y(L.perm,:) = L.L'\b
% However, SPARBWSLV is faster than the built-in op
www.eeworm.com/read/251835/12317982
m nersolv.m
function b = nersolv(M,M2,b)
%
% b = nersolv(M,M2,b)
%
% This function is part of the Nonlinear Equations package, see NESOLVE.M.
%
% It is a linear equation solve function for upper triangular sys
www.eeworm.com/read/457216/1599776
m bwblkslvfun.m
% BWBLKSLV Solves block sparse upper-triangular system.
% y = bwblkslv(L,b) yields the same result as
% y(L.perm,:) = L.L'\b
% However, BWBLKSLV is faster than the built-in operator
www.eeworm.com/read/457216/1599778
c mexsparchol.c
/*
% [L.L, L.d, skip, diagadd] = blkchol(L,ADA [,pars [,absd]])
% BLKCHOL Computes sparse lower-triangular Cholesky factor L,
% L*L' = P(perm,perm)
% Input Parameter L is typica