Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed May 9, 2024
1 parent 2d12a9c commit 9136a2d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 18 deletions.
19 changes: 19 additions & 0 deletions cg/library/NumericCalculation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# LinearLibrary
> 数值计算
## [Eigen](https://eigen.tuxfamily.org/index.php?title=Main_Page)
> 矩阵库
- [Eigen document](https://eigen.tuxfamily.org/dox/)

### [Storage orders](https://eigen.tuxfamily.org/dox/group__TopicStorageOrders.html)

All Eigen matrices default to column-major storage order, but this can be changed to row-major

## [MUMPS : a parallel sparse direct solver](https://mumps-solver.org/index.php)
> MUMPS: MUltifrontal Massively Parallel sparse direct Solver
[github Cmake编译库,从源码拉起下来进行编译](https://github.com/scivision/mumps)

## 其他
- [求取近似值的一个小技巧](https://www.johndcook.com/blog/2023/02/07/mediant-approximation-trick/)
- [ALGLIB is a cross-platform numerical analysis and data processing library. It supports five programming languages (C++, C#, Java, Python, Delphi) and several operating systems (Windows and POSIX, including Linux). ](https://www.alglib.net/)
8 changes: 0 additions & 8 deletions cg/library/eigen.md

This file was deleted.

2 changes: 1 addition & 1 deletion dev-note/maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ document.add(new Paragraph("hellos你好").setFont(f3));
```

## 工具

[mvn的仓库](https://mvnrepository.com/)
[ Spring Initializr在线生成工程模板](https://start.spring.io/)
12 changes: 3 additions & 9 deletions index/computerScience.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
- [hash](/cpl/data.structure/hash.md)
- [LRU](/cpl/data.structure/LRU.md)
- [树形结构](/cpl/data.structure/Tree.md)

### 相关参考
- [Promises/A+, An open standard for sound, interoperable JavaScript promises—by implementers, for implementers.](https://promisesaplus.com/)
- [core analyzer -- A power tool to understand memory layout](https://core-analyzer.sourceforge.net/index_files/Page525.html)
Expand Down Expand Up @@ -112,6 +111,7 @@

### Tool

- [数值计算](/cg/library/NumericCalculation.md)
- [PAG Portable Animated Graphics](https://pag.art/)
- [3d model file](/cg/tools/modelFile.md)
- [Effekseer特效编辑器](https://github.com/effekseer/Effekseer)
Expand All @@ -131,20 +131,14 @@
## 网络

- [著名技术作者 Beej 新发布的计算机网络底层概念的英文教程Beej's Guide to Network Concepts)](https://beej.us/guide/bgnet0/html/split/index.html)

### Distributed System
> 分布式系统
- [协同编辑](../articles/2023/associateEditor.md)
- [协同编辑](/articles/2023/associateEditor.md)
- [Building a collaborative text editor in Go协同开发文本编辑器的go实现思考](https://www.aadhav.me/posts/collaborative-editor)
- [CRDT相关的资料集A Conflict-free Replicated Data Type (CRDT) is a data structure that simplifies distributed data storage systems and multi-user applications.](https://crdt.tech/)


## 数值计算
> numeric calculation
- [求取近似值的一个小技巧](https://www.johndcook.com/blog/2023/02/07/mediant-approximation-trick/)
- [ALGLIB is a cross-platform numerical analysis and data processing library. It supports five programming languages (C++, C#, Java, Python, Delphi) and several operating systems (Windows and POSIX, including Linux). ](https://www.alglib.net/)

## AI
- [神经网络](/ai/neural.network.md)
- [模型](/ai/model.md)
Expand Down

0 comments on commit 9136a2d

Please sign in to comment.