ASL
0.1.7
Advanced Simulation Library
|
#include "acl/acl.h"
#include "acl/aclGenerators.h"
#include "acl/aclMath/aclMatrixOfElements.h"
#include "acl/aclMath/aclVectorOfElements.h"
#include "math/aslMatrices.h"
#include "acl/Kernels/aclKernel.h"
#include "acl/DataTypes/aclArray.h"
Go to the source code of this file.
Functions | |
bool | testMatrixOperations () |
bool | testSystemSolve () |
bool | testSystemSolveCG () |
int | main () |
int main | ( | ) |
Definition at line 128 of file testMatrixOfElements.cc.
bool testMatrixOperations | ( | ) |
Definition at line 41 of file testMatrixOfElements.cc.
bool testSystemSolve | ( | ) |
Definition at line 69 of file testMatrixOfElements.cc.
bool testSystemSolveCG | ( | ) |
Definition at line 98 of file testMatrixOfElements.cc.