public class TestMatrix extends Object
Modifier and Type | Field and Description |
---|---|
private de.bsvrz.sys.funclib.bitctrl.math.algebra.Matrix |
a
Erste Matrix für alle Testfälle.
|
private de.bsvrz.sys.funclib.bitctrl.math.algebra.Matrix |
b
Zweite Matrix für alle Testfälle.
|
private de.bsvrz.sys.funclib.bitctrl.math.algebra.Matrix |
c
Dritte Matrix für alle Testfälle.
|
Constructor and Description |
---|
TestMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
setUp()
Initialisierung der Testmatrizen.
|
void |
testAddiere()
Test für
Matrix.addiere(Matrix, Matrix) . |
void |
testAddiereException()
Testet auf das Eintreten der Ausnahme.
|
void |
testEqualsObject()
Test für
Matrix.equals(java.lang.Object) . |
void |
testGetSpaltenvektor()
Test für
Matrix.getSpaltenvektor(int) . |
void |
testGetZeilenvektor()
Test für
Matrix.getZeilenvektor(int) . |
void |
testKonstruktorA()
Testet das Eintreten der Ausnahme.
|
void |
testKonstruktorB()
Testet das Eintreten der Ausnahme.
|
void |
testKonstruktorC()
Testet das Eintreten der Ausnahme.
|
void |
testKonstruktorD()
Testet den Konstruktor der aus einem Vektor eine Matrix konstruiert.
|
void |
testMultipliziereMatrixLong()
Test für
Matrix.multipliziere(Matrix, long) . |
void |
testMultipliziereMatrixMatrix()
Test für
Matrix.multipliziere(Matrix, Matrix) . |
void |
testMultipliziereMatrixMatrixException()
Testet auf das Eintreten der Ausnahme.
|
void |
testMultipliziereMatrixVektor()
Test für
Matrix.multipliziere(Matrix, Vektor) . |
void |
testMultipliziereMatrixVektorException()
Testet auf das Eintreten der Ausnahme.
|
void |
testSetSpaltenvektor()
Test für
Matrix.setSpaltenvektor(int, Vektor) . |
void |
testSetSpaltenvektorException()
Test für das Auftreten einer Exception in
Matrix.setSpaltenvektor(int, Vektor) . |
void |
testSetZeilenvektor()
Test für
Matrix.setZeilenvektor(int, Vektor) . |
void |
testSetZeilenvektorException()
Test für das Auftreten einer Exception in
Matrix.setZeilenvektor(int, Vektor) . |
void |
testSubtrahiere()
Test für
Matrix.subtrahiere(Matrix, Matrix) . |
void |
testSubtrahiereException()
Testet auf das Eintreten der Ausnahme.
|
void |
testSymetrisch()
Test für
Matrix.symetrisch() . |
void |
testToString()
Test für
Matrix.toString() . |
void |
testTransponiert()
Test für
Matrix.transponiert() . |
private de.bsvrz.sys.funclib.bitctrl.math.algebra.Matrix a
private de.bsvrz.sys.funclib.bitctrl.math.algebra.Matrix b
private de.bsvrz.sys.funclib.bitctrl.math.algebra.Matrix c
public void setUp()
public void testKonstruktorA()
public void testKonstruktorB()
public void testKonstruktorC()
public void testKonstruktorD()
public void testAddiere()
Matrix.addiere(Matrix, Matrix)
.public void testAddiereException()
public void testSubtrahiere()
Matrix.subtrahiere(Matrix, Matrix)
.public void testSubtrahiereException()
public void testMultipliziereMatrixLong()
Matrix.multipliziere(Matrix, long)
.public void testMultipliziereMatrixVektor()
Matrix.multipliziere(Matrix, Vektor)
.public void testMultipliziereMatrixVektorException()
public void testMultipliziereMatrixMatrix()
Matrix.multipliziere(Matrix, Matrix)
.public void testMultipliziereMatrixMatrixException()
public void testGetZeilenvektor()
Matrix.getZeilenvektor(int)
.public void testSetZeilenvektor()
Matrix.setZeilenvektor(int, Vektor)
.public void testSetZeilenvektorException()
Matrix.setZeilenvektor(int, Vektor)
.public void testGetSpaltenvektor()
Matrix.getSpaltenvektor(int)
.public void testSetSpaltenvektorException()
Matrix.setSpaltenvektor(int, Vektor)
.public void testSetSpaltenvektor()
Matrix.setSpaltenvektor(int, Vektor)
.public void testTransponiert()
Matrix.transponiert()
.public void testSymetrisch()
Matrix.symetrisch()
.public void testEqualsObject()
Matrix.equals(java.lang.Object)
.public void testToString()
Matrix.toString()
.Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.