8#ifndef META_OCEAN_TEST_TESTMATH_TEST_SPARSE_MATRIX_H
9#define META_OCEAN_TEST_TESTMATH_TEST_SPARSE_MATRIX_H
This class implements a matrix test.
Definition TestSparseMatrix.h:29
static bool testRank()
Tests the rank function.
static bool test(const double testDuration, const TestSelector &selector)
Tests all matrix functions.
static bool testNonNegativeMatrixFactorization(const double testDuration, const unsigned int components=5u)
Tests the non-negative matrix factorization.
static bool testInvertDiagonal(const double testDuration)
Tests the inversion of a diagonal matrix.
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