14 static void TestLanczos(
int nIteration,
int nInterval,
int nEigCount,
bool bCalcuVector);
15 static void CompareWithMatLabSeOrth(
int nIteration,
int nInterval,
int nEigCount,
bool bSelect,
bool bCalcuVector);
17 static void COmpareWIthMatLabSeOrthMPI(
int nRowCount,
int nIteration,
int nInterval,
int nEigCount,
bool bSelect,
bool bCalcuVector,
int nFileIndex);
18 static void LargeSizeMatrixMPI(
int nRowCount,
int nIteration,
int nInterval,
int nEigCount,
bool bSelect,
bool bCalcuVector,
bool bWaveFunction);
21 static void SolvingLargeSizeHamlitonian(
int nIteration,
int nInterval,
int nEigCount,
bool bSelect,
bool bCalcuVector,
bool bWaveFunction);
26 static void ShowMsg(
char *pszBuffer);
40 #if _MFC_VER == 0x0C00
43 static CWinThread *m_pLanczosThread;
44 #else _MFC_VER == 0x0C00
47 #endif //_MFC_VER == 0x0C00
static void CompareWithMatLabSeOrth(int nIteration, int nInterval, int nEigCount, bool bSelect, bool bCalcuVector)
static void ShowMsg(char *pszBuffer)
static void AuditResult_EV(CKNMatrixOperation::CKNCSR *pCSR, CKNLanczosMethod::LPEIGENVALUE_RESULT lpResult, double fTolerance)
static CKNMatrixOperation::CKNCSR * LargeCSRBuildingViaFileForMPI(char *pszFileName, int nMatrixSize)
static void SaveResult(CKNLanczosMethod::LPEIGENVALUE_RESULT lpResult, unsigned int nMatrixSize, bool bCalcuEigenvalue, bool bWaveFunction)
static void TestLanczos(int nIteration, int nInterval, int nEigCount, bool bCalcuVector)
static void StopLanczos()
static CKNMatrixOperation::CKNCSR * TestCSRBuildingViaFileLoadOrigin(char *pszFileName, int nMatrixSize)
Show message and debugging variable.
Data and operation representation of CSR(Compressed Sparse Row)
This class for doing Lanczos method.
void * LanczosThread(void *pParam)
static void COmpareWIthMatLabSeOrthMPI(int nRowCount, int nIteration, int nInterval, int nEigCount, bool bSelect, bool bCalcuVector, int nFileIndex)
static void AuditResult_Seorth(int nIndex, int nFindEigenValue, CKNLanczosMethod::LPEIGENVALUE_RESULT lpResult, double fMin, double fMax)
static CKNMatrixOperation::CKNCSR * TestCSRBuildingViaFileLoad(char *pszFileName, int nMatrixSize)
static void SolvingLargeSizeHamlitonian(int nIteration, int nInterval, int nEigCount, bool bSelect, bool bCalcuVector, bool bWaveFunction)
static void LargeSizeMatrixMPI(int nRowCount, int nIteration, int nInterval, int nEigCount, bool bSelect, bool bCalcuVector, bool bWaveFunction)
static void TestCSRBuilding()
Collection of vector and matrix operation.
static CKNLanczosMethod * m_pCurrentLanczosInstance
Structure for engienvalue computing.
static void SaveResultCVS()
static CKNMatrixOperation::CKNCSR * TestCSRBuildingViaFileLoad_(char *pszFileName, int nMatrixSize)
static void AuditResult(int nIndex, int nFindEigenValue, CKNLanczosMethod::LPEIGENVALUE_RESULT lpResult, double fMin, double fMax)
static void AuditResult_WF(CKNLanczosMethod::LPEIGENVALUE_RESULT lpResult, double fTolerance, unsigned int nWaveFunctionSize)
static CKNMatrixOperation::CKNCSR * TestCSRBuildingViaArray()
static void TestSimpleLanczos()
static void CompareWithMatLabSeOrth_(int nIteration, int nInterval, int nEigCount, bool bSelect, bool bCalcuVector)
void * LanczosThreadForMPI(void *pParam)