代码搜索:tridiagonal
找到约 218 项符合「tridiagonal」的源代码
代码结果 218
www.eeworm.com/read/431398/8678777
h tridiagonal.h
/*
* Copyright (c) 2001-2005 Falk Feddersen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F
www.eeworm.com/read/431398/8678889
c tridiagonal.c
/*
* Copyright (c) 2001-2005 Falk Feddersen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F
www.eeworm.com/read/478033/6718377
pas tridiagonal.pas
www.eeworm.com/read/252063/12305187
c tridiagonal.c
www.eeworm.com/read/393688/2472195
f90 tridiagonal.f90
#include
#include
subroutine Tridiagonal (n, a, b, c, r, u )
!-----------------------------------------------------------------------
!
! CLMCLMCLMCLMCLMCLMCLMCLMCLMCL A commu
www.eeworm.com/read/377494/9274368
m tdma.m
function X = TDMA(A,D,C,B)
% Tridiagonal Matrix Algorithm(三对角阵算法)
%
% Function: to solve the Tridiagonal system CX=B, where C is a Tridiagonal matrix
%
% Input - A is the subdiagonal of the
www.eeworm.com/read/376425/9317620
m tdma.m
function X = TDMA(A,D,C,B)
% Tridiagonal Matrix Algorithm(三对角阵算法)
%
% Function: to solve the Tridiagonal system CX=B, where C is a Tridiagonal matrix
%
% Input - A is the subdiagonal of the
www.eeworm.com/read/425643/10342102
m tdma.m
function X = TDMA(A,D,C,B)
% Tridiagonal Matrix Algorithm(三对角阵算法)
%
% Function: to solve the Tridiagonal system CX=B, where C is a Tridiagonal matrix
%
% Input - A is the subdiagonal of the