您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Applied Numerical Linear Algebra ——J.D Demmel

  2. APPLIED NUMERICAL LINEAR ALGEBRA James W. Demmel University of California Berkeley, California Society for Industrial and Applied Mathematics Philadelphia Contents Preface ix 1 Introduction 1 1.1 Basic Notation 1 1.2 Standard Problems of Numerical L
  3. 所属分类:C

  1. 复数追赶法解三对角矩阵方程c/c++源码

  2. c/c++复数追赶法解三对角矩阵方程的解法 自动翻译的: Catch-up method to solve complex tridiagonal matrix equation solution
  3. 所属分类:C/C++

    • 发布日期:2011-09-08
    • 文件大小:2kb
    • 提供者:wangzhouang
  1. Three-dimensional hybrid implicit–explicit

  2. Abstract: A novel hybrid implicit–explicit (HIE) finite-difference time-domain (FDTD) method, which is extremely useful for problems with very fine structures along the w-direction in cylindrical coordinate system, is presented. This method has high
  3. 所属分类:其它

    • 发布日期:2014-06-25
    • 文件大小:299kb
    • 提供者:wxh2002wxh123
  1. BIGMATRIX 1.2 – Large matrices elaboration in Window OS and EXCEL

  2. Tools for big matrix elaboration in OS Window 2000/NT/XP. This package contains programs adapt to invert large matrices with thousands elements and to solve linear system with many variables (up to 250 ). Operations performed are: inversion, multipl
  3. 所属分类:其它

    • 发布日期:2008-10-31
    • 文件大小:1mb
    • 提供者:tang870
  1. Matrix Computations

  2. The book is about twenty-five percent longer. There are new sections on fast transforms ( § 1 .4), parallel LU (§3.6), fast methods for circulant systems and discrete Poisson systems ( §4.8) , Hamiltonian and product eigenvalue problems (§7.8) , pse
  3. 所属分类:讲义

    • 发布日期:2015-05-06
    • 文件大小:13mb
    • 提供者:u011520133
  1. 解三对角矩阵

  2. 解三对角矩阵,样条曲线解法中的关键步骤。C++实现。易于学习和复制。
  3. 所属分类:C++

  1. Numerical recipes in c++

  2. Contents Preface to the Second Edition xi Preface to the First Edition xiv License Information xvi Computer Programs by Chapter and Section xix 1 Preliminaries 1 1.0 Introduction 1 1.1 Program Organization and Control Structures 5 1.2 Some C Convent
  3. 所属分类:算法与数据结构

    • 发布日期:2019-04-02
    • 文件大小:9mb
    • 提供者:ldj123ldj
  1. An explicit formula for the inverse of a pentadiagonal Toeplitz matrix

  2. In this paper, we mainly consider finding an explicit formula for the inverse of a pentadiagonal Toeplitz matrix. For that purpose, we first factorize the modified form of a pentadiagonal Toeplitz matrix by two tridiagonal Toeplitz matrices, and then
  3. 所属分类:其它

    • 发布日期:2021-02-22
    • 文件大小:360kb
    • 提供者:weixin_38629873
  1. Track 1 - Parallel Algorithms - An Implementation of Parallel Eigenvalue Computation Using Dual-Level Hybrid Parallelism

  2. This paper describes a hybrid two-level parallel method with MPI/OpenMP for computing the eigenvalues of dense symmetric matrices on cluster of SMP's environments. The eigenvalue computation is Based on both the Householder tridiagonalization method
  3. 所属分类:其它

    • 发布日期:2021-02-20
    • 文件大小:521kb
    • 提供者:weixin_38616435
  1. TriDiagonal-Matrix-Solver:适用于任何大小的Tridiagonal矩阵的Tridiagonal矩阵求解器-源码

  2. 三对角矩阵求解器 Tridiagonal Matrix求解器,适用于任何大小的Tridiagonal矩阵。 C#中的对角矩阵算法的Thomas算法。 该算法可用于求解线性方程组和任何大小的三对角矩阵。
  3. 所属分类:其它

  1. A parallel solving method for block-tridiagonal equations on CPU–GPU heterogeneous computing systems

  2. Solving block-tridiagonal systems is one of the key issues in numerical simulations.of many scientific and engineering problems. Non-zero elements are mainly.concentrated in the blocks on the main diagonal for most block-tridiagonal matrices,.and the
  3. 所属分类:其它