[mlpack-git] master: Clarify section name. (a955ee1)

gitdub at mlpack.org gitdub at mlpack.org
Tue Apr 12 10:43:52 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/eeba6bdc50ad4d785cb6880edbaba78173036ca6...8d77f4231046703d5c0c05ed4795458f98267968

>---------------------------------------------------------------

commit a955ee174f4a0054b114828e8fa4f0688b9bdc5e
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Apr 8 17:55:47 2016 +0000

    Clarify section name.


>---------------------------------------------------------------

a955ee174f4a0054b114828e8fa4f0688b9bdc5e
 doc/guide/matrices.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guide/matrices.hpp b/doc/guide/matrices.hpp
index aac5ffb..1fe9626 100644
--- a/doc/guide/matrices.hpp
+++ b/doc/guide/matrices.hpp
@@ -12,7 +12,7 @@ http://arma.sourceforge.net/docs.html
 
 Nonetheless, there are a few further caveats for mlpack Armadillo usage.
 
- at section format Column-wise Matrices
+ at section format Column-major Matrices
 
 Armadillo matrices are stored in a column-major format; this means that on disk,
 each column is located in contiguous memory.




More information about the mlpack-git mailing list