浏览代码

Renamed file to better reflect acutal content

Clemens-Alexander Brust 11 年之前
父节点
当前提交
4b9d7a7841
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/tutorial/doc/05_vecmat.md

+ 1 - 1
core/tutorial/doc/05_algebra.md → core/tutorial/doc/05_vecmat.md

@@ -1,4 +1,4 @@
-# Tutorial 05 - Linear Algebra
+# Tutorial 05 - Vectors and Matrices
 ## Vectors
 NICE provides the generic _VectorT<>_ class for vector data storage and
 calculations.