8#ifndef META_OCEAN_TEST_TESTMATH_TEST_SQUARE_MATRIX_2_H
9#define META_OCEAN_TEST_TESTMATH_TEST_SQUARE_MATRIX_2_H
This class implements a test for 2x2 square matrices.
Definition TestSquareMatrix2.h:29
static bool testInvert(const double testDuration)
Tests the invert functions.
static bool test(const double testDuration, const TestSelector &selector)
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.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15