File tree Expand file tree Collapse file tree 4 files changed +67
-3
lines changed
Expand file tree Collapse file tree 4 files changed +67
-3
lines changed Original file line number Diff line number Diff line change 11[
2- " obsidian-git" ,
32 " dataview" ,
43 " obsidian-view-mode-by-frontmatter" ,
54 " obsidian-latex-suite" ,
Original file line number Diff line number Diff line change 1+ summaries:
2+ Empty: values.filter(value.isType("null")).length
3+ filters:
4+ or:
5+ - and:
6+ - file.path.contains("Math/")
7+ - or:
8+ - file.path.contains("线性代数/")
9+ - file.ext == "md"
10+ - file.tags.contains("数学")
11+ - and:
12+ - '!file.path.contains("Math/")'
13+ - or:
14+ - file.path.startsWith("线性代数/")
15+ - file.ext == "md"
16+ - file.tags.contains("数学")
17+ formulas:
18+ 未命名: ""
19+ views:
20+ - type: table
21+ name: 总览
22+ order:
23+ - finished
24+ - file.name
25+ - chapter
26+ - author
27+ - dlink
28+ - file.backlinks
29+ - tags
30+ - aliases
31+ - file.path
32+ - file.tags
33+ - file.folder
34+ - file.embeds
35+ sort:
36+ - property: file.folder
37+ direction: DESC
38+ - property: file.path
39+ direction: ASC
40+ - property: file.backlinks
41+ direction: DESC
42+ - property: file.name
43+ direction: DESC
44+ - property: dlink
45+ direction: DESC
46+ columnSize: {}
47+ - type: table
48+ name: 线性代数
49+ filters:
50+ and:
51+ - file.path.contains("线性代数/")
52+ order:
53+ - file.name
54+ - chapter
55+ - dlink
56+ - author
57+ - finished
58+ - file.path
59+ - file.tags
60+ sort:
61+ - property: chapter
62+ direction: ASC
63+ - property: file.path
64+ direction: DESC
65+ columnSize: {}
Original file line number Diff line number Diff line change 55 - " [[--数值线性代数--]]"
66author :
77 - Hu
8- name : 最小二乘问题
8+ name : 3- 最小二乘问题
99---
1010
1111# Ch3 最小二乘问题(Least Square)
Original file line number Diff line number Diff line change 55 - " [[--数值线性代数--]]"
66author :
77 - Hu
8- name : 对称特征值问题的计算方法
8+ name : 7- 对称特征值问题的计算方法
99---
1010
1111# Ch7 对称特征值问题的计算方法
You can’t perform that action at this time.
0 commit comments