EigenDocInChinese icon indicating copy to clipboard operation
EigenDocInChinese copied to clipboard

Eigen3.3.7 Doc中文版

Introduction

本项目是针对Eigen3.3.7进行的翻译项目,其中不包括对Reference和Class List的翻译。Eigen3.3.7对应的官方文档的地址为:http://eigen.tuxfamily.org/dox/ 。如果该网址不能访问,可以直接下载Eigen的英文文档

Content

  • [x] 1. Getting started - 入门开始
  • [ ] 2. Dense matrix and array manipulation - 稠密矩阵和数组处理
    • [x] 2.1 The Matrix class - 矩阵类
    • [x] 2.2 Matrix and vector arithmetic - 矩阵和向量运算
    • [x] 2.3 The Array class and coefficient-wise operations - 数组类和coefficient-wise操作
    • [x] 2.4 Block operations - 块运算
    • [x] 2.5 Advanced initialization - 高阶初始化
    • [x] 2.6 Reductions, visitors and broadcasting
    • [x] 2.7 Interfacing with raw buffers: the Map class - 与raw缓冲区对接:Map类
    • [x] 2.8 Reshape and Slicing
    • [x] 2.9 Aliasing - 混淆
    • [x] 2.10 Storage orders(lack of links)
    • [x] 2.11 Alignment issues
      • [x] 2.11.1 Explanation of the assertion on unaligned arrays
      • [x] 2.11.2 Fixed-size vetorizable Eigen objects
      • [x] 2.11.3 Structures Having Eigen Members
      • [x] 2.11.4 Using STL Containers with Eigen
      • [x] 2.11.5 Passing Eigen objects by value to functions
      • [x] 2.11.6 Compiler making a wrong assumption on stack alignment
    • [ ] 2.12 Catalog of coefficient-wise math functions
    • [x] 2.13 Quick reference guide
  • [ ] 3. Dense linear problems and decompositions
    • [Doing-stupidgrass] 3.1 Linear algebra and decompositions
    • [ ] 3.2 Catalogue of dense decompositions
    • [Doing-tianzhiyi] 3.3 Solving linear least squares systems
    • [x] 3.4 Inplace matrix decompositions
    • [x] 3.5 Benchmark of dense decompositions
  • [x] 4. [Sparse linear algebra] - 稀疏线性代数
    • [x] 4.1 Sparse matrix manipulations- 稀疏矩阵运算
    • [Doing-gaojing8500] 4.2 Solving Sparse Linear Systems - 求解稀疏线性系统
    • [x] 4.3 Matrix-free solvers - 任意矩阵求解器

Attention

在对某一节内容进行翻译的时候,请将对应小节的状态更改成Doing,完成之后再对状态进行更改,并添加链接。