Go to the source code of this file.
Classes | |
struct | MathFixture |
Functions | |
int | main (int argc, char **argv) |
TEST (MathFixture, GaussElimPivot) | |
TEST (MathFixture, Dynamic_1D_initialize_value) | |
TEST (MathFixture, Dynamic_2D_initialize_value) | |
TEST (MathFixture, SpatialMatrix_Multiplication) | |
Variables | |
const double | TEST_PREC = 1.0e-14 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 143 of file MathTests.cc.
TEST | ( | MathFixture | , |
GaussElimPivot | |||
) |
Definition at line 15 of file MathTests.cc.
TEST | ( | MathFixture | , |
Dynamic_1D_initialize_value | |||
) |
Definition at line 65 of file MathTests.cc.
TEST | ( | MathFixture | , |
Dynamic_2D_initialize_value | |||
) |
Definition at line 83 of file MathTests.cc.
TEST | ( | MathFixture | , |
SpatialMatrix_Multiplication | |||
) |
Definition at line 108 of file MathTests.cc.
const double TEST_PREC = 1.0e-14 |
Definition at line 5 of file MathTests.cc.