4#include <QtTest/QtTest>
16void TestMatrix::cleanupTestCase ()
20void TestMatrix::initTestCase ()
53void TestMatrix::testDeterminant ()
65void TestMatrix::testInverse ()
103void TestMatrix::testInverse2 ()
137void TestMatrix::testMultiplyNonSquareMatrix ()
178void TestMatrix::testMultiplyNonSquareMatrixAndVector ()
216void TestMatrix::testMultiplySquareMatrix ()
262void TestMatrix::testMultiplySquareMatrixAndVector ()
301void TestMatrix::testTranspose ()
const int INNER_RADIUS_MIN
void initializeLogging(const QString &name, const QString &filename, bool isDebug)
MatrixConsistent
Indicates if matrix is consistent (i.e. has at least one solution)
const bool NO_EXPORT_ONLY
const QStringList NO_COMMAND_LINE
const QString NO_EXTRACT_IMAGE_EXTENSION
const QString NO_ERROR_REPORT_LOG_FILE
const bool NO_GNUPLOT_LOG_FILES
const QString NO_REGRESSION_OPEN_FILE
const QStringList NO_LOAD_STARTUP_FILES
const bool NO_REGRESSION_IMPORT
const bool NO_EXTRACT_IMAGE_ONLY
const bool NO_DROP_REGRESSION
const int SIGNIFICANT_DIGITS
Main window consisting of menu, graphics scene, status bar and optional toolbars as a Single Document...
Matrix class that supports arbitrary NxN size.
Matrix inverse(int significantDigits, MatrixConsistent &matrixConsistent) const
Return the inverse of this matrix.
Matrix transpose() const
Return the transpose of the current matrix.