getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Yves Renard
Subject: [Getfem-commits] (no subject)
Date: Sat, 30 Sep 2017 05:01:51 -0400 (EDT)

branch: master
commit adb1011b397a676b999a5f1eb5dc5660429a3e7a
Author: Yves Renard <address@hidden>
Date:   Sat Sep 30 11:01:33 2017 +0200

    minor fix
---
 doc/sphinx/source/gmm/denselu.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/source/gmm/denselu.rst 
b/doc/sphinx/source/gmm/denselu.rst
index 17bcceb..dd97354 100644
--- a/doc/sphinx/source/gmm/denselu.rst
+++ b/doc/sphinx/source/gmm/denselu.rst
@@ -13,7 +13,7 @@ Dense LU decomposition
 The following procedures are available in the file ``gmm/gmm\_dense\_lu.h`` 
for dense real and complex matrices (``gmm::dense_matrix<T>``, 
``gmm::row_matrix< std::vector<T> >`` and ``gmm::col_matrix< std::vector<T> 
>``)::
 
   gmm::lu_factor(M, ipvt) : compute the LU factorization of M in M. ipvt 
should be
-                       an std::vector<size_t> (of size gmm::mat_nrows(M))
+                       an gmm::lapack_ipvt (of size gmm::mat_nrows(M))
                        which will contain the indices of the pivots.
 
   gmm::lu_solve(LU, ipvt, x, b) : solve the system LUx = b. LU is the LU



reply via email to

[Prev in Thread] Current Thread [Next in Thread]