]> git.tdb.fi Git - libs/math.git/blobdiff - source/linal/matrix.h
Add basic description for all classes
[libs/math.git] / source / linal / matrix.h
index 6c04454296e51ae2162e0534f1def87fa379afac..599c1dc604a35517f82a9cead6c9ae25e79fb140 100644 (file)
@@ -8,7 +8,7 @@ namespace Msp {
 namespace LinAl {
 
 /**
-A general mathematical matrix.
+A general mathematical matrix with M rows and N columns.
 */
 template<typename T, unsigned M, unsigned N>
 class Matrix