![]() |
NeoPZ
|
Contains the implementation of the TPZSkylMatrix methods. More...
#include "arglib.h"#include <math.h>#include <stdlib.h>#include "pzfmatrix.h"#include "pzskylmat.h"#include <sstream>#include "pzlog.h"#include "tpzverysparsematrix.h"Go to the source code of this file.
Macros | |
| #define | DECOMPOSE_CHOLESKY_OPT2 |
Variables | |
| clarg::argBool | clk_mig ("-skl_chk_pm", "Migrate Skyline pages before Cholesky Decomposition") |
| clarg::argBool | clk_rea ("-skl_chk_rea", "Reallocate Skyline data before Cholesky Decomposition") |
Contains the implementation of the TPZSkylMatrix methods.
Definition in file pzskylmat.cpp.
| #define DECOMPOSE_CHOLESKY_OPT2 |
Definition at line 1882 of file pzskylmat.cpp.
| clarg::argBool clk_mig("-skl_chk_pm", "Migrate Skyline pages before Cholesky Decomposition") |
Referenced by TPZSkylMatrix< TVar >::Decompose_Cholesky().
| clarg::argBool clk_rea("-skl_chk_rea", "Reallocate Skyline data before Cholesky Decomposition") |
Referenced by TPZSkylMatrix< TVar >::Decompose_Cholesky().
1.8.13