File indexing completed on 2024-04-28 11:29:18

0001 /*
0002     File                 : MatrixFormulaTest.h
0003     Project              : LabPlot
0004     Description          : Tests for formula in matrix
0005     --------------------------------------------------------------------
0006     SPDX-FileCopyrightText: 2022 Stefan Gerlach <stefan.gerlach@uni.kn>
0007 
0008     SPDX-License-Identifier: GPL-2.0-or-later
0009 */
0010 
0011 #ifndef MATRIXFORMULATEST_H
0012 #define MATRIXFORMULATEST_H
0013 
0014 #include "../CommonTest.h"
0015 
0016 class MatrixFormulaTest : public CommonTest {
0017     Q_OBJECT
0018 
0019 private Q_SLOTS:
0020     void formula1();
0021     // void formulax();
0022     // void formulaxpy();
0023 };
0024 
0025 #endif