diff --git a/CMakeLists.txt b/CMakeLists.txt index 08027cef..eeec0437 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,8 @@ cmake_minimum_required(VERSION 2.8.12) # Project Version project(SuperLU NONE) set(VERSION_MAJOR "5") -set(VERSION_MINOR "2") -set(VERSION_BugFix "2") +set(VERSION_MINOR "3") +set(VERSION_BugFix "0") set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BugFix}) ###################################################################### diff --git a/DOC/html/EXAMPLE_2sp__ienv_8c.html b/DOC/html/EXAMPLE_2sp__ienv_8c.html index bee01c92..15ed06f7 100644 --- a/DOC/html/EXAMPLE_2sp__ienv_8c.html +++ b/DOC/html/EXAMPLE_2sp__ienv_8c.html @@ -1,9 +1,10 @@ - + - + + SuperLU: EXAMPLE/sp_ienv.c File Reference @@ -16,9 +17,9 @@ - @@ -26,20 +27,16 @@
+
SuperLU -  5.2.2 +  5.3.0
- - - + + + + +
-
#include "slu_Cnames.h"
+
#include "slu_Cnames.h"
Include dependency graph for sp_ienv.c:
- + + +

@@ -71,7 +70,9 @@

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

Function Documentation

- + +

◆ sp_ienv()

+
@@ -85,16 +86,14 @@
-

Purpose -

-
    sp_ienv() is inquired to choose machine-dependent parameters for the
+    Purpose   
+    =======
    sp_ienv() is inquired to choose machine-dependent parameters for the
     local environment. See ISPEC for a description of the parameters.
    This version provides a set of parameters which should give good,   
     but not optimal, performance on many of the currently available   
     computers.  Users are encouraged to modify this subroutine to set   
     the tuning parameters for their particular machine using the option   
-    and problem size information in the arguments.

Arguments -

-
    ISPEC   (input) int
+    and problem size information in the arguments.
    Arguments   
+    =========
    ISPEC   (input) int
             Specifies the parameter to be returned as the value of SP_IENV.   
             = 1: the panel size w; a panel consists of w consecutive
                  columns of matrix A in the process of Gaussian elimination.
@@ -109,28 +108,25 @@ 

Purpose = 6: the estimated fills factor for L and U, compared with A; = 7: the maximum size for a supernode in ILU.

   (SP_IENV) (output) int
             >= 0: the value of the parameter specified by ISPEC   
-            < 0:  if SP_IENV = -k, the k-th argument had an illegal value. 
-

-
- -
-

+ < 0: if SP_IENV = -k, the k-th argument had an illegal value.
    ===================================================================== 
+
Here is the call graph for this function:
- + + +
-

diff --git a/DOC/html/SRC_2sp__ienv_8c.html b/DOC/html/SRC_2sp__ienv_8c.html index 73fb37f7..b37a7019 100644 --- a/DOC/html/SRC_2sp__ienv_8c.html +++ b/DOC/html/SRC_2sp__ienv_8c.html @@ -1,9 +1,10 @@ - + - + + SuperLU: SRC/sp_ienv.c File Reference @@ -16,9 +17,9 @@ - @@ -26,20 +27,16 @@
+
SuperLU -  5.2.2 +  5.3.0
- - - + + + + +
-
#include "slu_Cnames.h"
+
#include "slu_Cnames.h"
Include dependency graph for sp_ienv.c:
- + + +

@@ -73,7 +72,9 @@

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

Function Documentation

- + +

◆ input_error()

+
@@ -97,18 +98,18 @@
-

Purpose -

-
INPUT_ERROR is called if an input parameter has an   
-invalid value.  A message is printed and execution stops.

Arguments -

-
srname  (input) character*6
+Purpose   
+=======
INPUT_ERROR is called if an input parameter has an   
+invalid value.  A message is printed and execution stops.
Arguments   
+=========
srname  (input) character*6
         The name of the routine which called INPUT_ERROR.
info    (input) int
         The position of the invalid parameter in the parameter list   
         of the calling routine.
 
 
- + +

◆ sp_ienv()

+
@@ -122,16 +123,14 @@

Purpose

-

Purpose -

-
    sp_ienv() is inquired to choose machine-dependent parameters for the
+    Purpose   
+    =======
    sp_ienv() is inquired to choose machine-dependent parameters for the
     local environment. See ISPEC for a description of the parameters.
    This version provides a set of parameters which should give good,   
     but not optimal, performance on many of the currently available   
     computers.  Users are encouraged to modify this subroutine to set   
     the tuning parameters for their particular machine using the option   
-    and problem size information in the arguments.

Arguments -

-
    ISPEC   (input) int
+    and problem size information in the arguments.
    Arguments   
+    =========
    ISPEC   (input) int
             Specifies the parameter to be returned as the value of SP_IENV.   
             = 1: the panel size w; a panel consists of w consecutive
                  columns of matrix A in the process of Gaussian elimination.
@@ -146,28 +145,25 @@ 

Purpose = 6: the estimated fills factor for L and U, compared with A; = 7: the maximum size for a supernode in ILU.

   (SP_IENV) (output) int
             >= 0: the value of the parameter specified by ISPEC   
-            < 0:  if SP_IENV = -k, the k-th argument had an illegal value. 
-

-
- -
-

+ < 0: if SP_IENV = -k, the k-th argument had an illegal value.
    ===================================================================== 
+
Here is the call graph for this function:
- + + +
-

diff --git a/DOC/html/annotated.html b/DOC/html/annotated.html index 3e454603..3d42c001 100644 --- a/DOC/html/annotated.html +++ b/DOC/html/annotated.html @@ -1,9 +1,10 @@ - + - + + SuperLU: Data Structures @@ -16,9 +17,9 @@ - @@ -26,20 +27,16 @@
+
SuperLU -  5.2.2 +  5.3.0
- - - + + + + +
@@ -48,33 +45,34 @@
Here are the data structures with brief descriptions:
diff --git a/DOC/html/ccolumn__bmod_8c.html b/DOC/html/ccolumn__bmod_8c.html index c9b1698b..36bf2a28 100644 --- a/DOC/html/ccolumn__bmod_8c.html +++ b/DOC/html/ccolumn__bmod_8c.html @@ -1,9 +1,10 @@ - + - + + SuperLU: SRC/ccolumn_bmod.c File Reference @@ -16,9 +17,9 @@ - @@ -26,20 +27,16 @@
+
SuperLU -  5.2.2 +  5.3.0
- - - + + + + + - - - + + + + +