8 #ifndef META_OCEAN_TEST_TESTMATH_TEST_SQUARE_MATRIX_2_H
9 #define META_OCEAN_TEST_TESTMATH_TEST_SQUARE_MATRIX_2_H
35 static bool test(
const double testDuration);
This class implements a test for 2x2 square matrices.
Definition: TestSquareMatrix2.h:27
static bool testInvert(const double testDuration)
Tests the invert functions.
static bool test(const double testDuration)
Tests all square matrix 2x2 functions.
static bool testEigenConstructor(const double testDuration)
Tests the eigen-system-based constructor.
static bool testElementConstructor(const double testDuration)
Tests the element-based constructor.
static bool testSolve(const double testDuration)
Test for solver of linear systems of equations.
static bool testMatrixConversion(const double testDuration)
Tests the matrix conversion functions.
static bool testWriteToMessenger()
Tests the messenger function.
static bool testEigenSystem()
Tests the eigen system determination function.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15