#include "..\common\matrix.h"
#include "..\common\types.h"
#include "..\common\utils.h"
#include <iostream>
#include <stdlib.h>
#include <math.h>
#include <valarray>
Go to the source code of this file.
Functions | |
bool | mainmatrix (void) |
test the matrix functions |
|
test the matrix functions
Definition at line 16 of file mainmatrix.cpp. References Matrix::CholeskyDecomposition(), Matrix::GetTransposed(), Natural, Matrix::SetValue(), transform1DvalarrayToColumnMatrix(), transform2DvalarrayToMatrix(), transformColumnMatrixTo1Dvalarray(), and transformMatrixTo2Dvalarray(). Referenced by maintests(). |