#include <BigMatrix.h>
Public Member Functions | |
| void | CS () |
| char * | MC_ () |
| TraceableMatrix () | |
| void | Write (char *cmd) |
| void | Writeln (char *cmd) |
| virtual | ~TraceableMatrix () |
Public Attributes | |
| MathTracer * | eMT |
| MathTracer | MT |
Protected Attributes | |
| clock_t | clock_start |
| time_t | temporary_measure_start |
Private Attributes | |
| char | m_string [128] |
Definition at line 173 of file BigMatrix.h.
| TraceableMatrix | ( | ) |
| virtual ~TraceableMatrix | ( | ) | [inline, virtual] |
Definition at line 183 of file BigMatrix.h.
| void CS | ( | ) |
Definition at line 360 of file BigMatrix.cpp.
References clock_start, temporary_measure_start, and time.
| char * MC_ | ( | ) |
Definition at line 367 of file BigMatrix.cpp.
References clock_start, and m_string.
| void Write | ( | char * | cmd | ) |
Definition at line 354 of file BigMatrix.cpp.
References eMT, and MathTracer::Write().
Referenced by SparseGridMtxLU::AlocateMemoryByPattern(), SparseGridMtxLL::AlocateMemoryByPattern(), SparseGridMtxLDL::AlocateMemoryByPattern(), SparseGridMtxLU::Factorize(), SparseGridMtxLL::Factorize(), SparseGridMtxLDL::Factorize(), SparseGridMtxLL::Factorize_Incomplete(), SparseGridMtxLDL::Factorize_Incomplete(), SparseGridMtxLDL::FactorizeOMP(), and SparseConectivityMtxII::GetPermutationAndPattern().
| void Writeln | ( | char * | cmd | ) |
Definition at line 349 of file BigMatrix.cpp.
References eMT, and MathTracer::Writeln().
Referenced by SparseGridMtxLU::AlocateMemoryByPattern(), SparseGridMtxLL::AlocateMemoryByPattern(), SparseGridMtxLDL::AlocateMemoryByPattern(), MD_Qqraph::GenerateMD(), SparseConectivityMtxII::Get_ColAMD(), SparseConectivityMtxII::Get_MetisDiSection(), and SparseConectivityMtxII::GetPermutationAndPattern().
clock_t clock_start [protected] |
Definition at line 194 of file BigMatrix.h.
Definition at line 180 of file BigMatrix.h.
Referenced by DSSolver::CreateNewSparseGridMtx(), SparseGridMtxLU::Factorize(), SparseGridMtxLL::Factorize(), SparseGridMtxLDL::Factorize(), SparseGridMtxLL::Factorize_Incomplete(), SparseGridMtxLDL::Factorize_Incomplete(), SparseGridMtxLDL::FactorizeOMP(), SparseGridMtxLU::SchurComplementFactorization(), SparseGridMtxLL::SchurComplementFactorization(), TraceableMatrix(), Write(), Writeln(), SparseGridMtx::WriteStatistics(), and SkyLineMtx::WriteStatistics().
char m_string[128] [private] |
Definition at line 176 of file BigMatrix.h.
Referenced by MC_().
Definition at line 179 of file BigMatrix.h.
Referenced by SparseConectivityMtxII::GetPermutationAndPattern(), and TraceableMatrix().
time_t temporary_measure_start [protected] |
Definition at line 193 of file BigMatrix.h.
Referenced by CS().
1.6.2