MatrixArray test suite. More...
#include "ns3/log.h"
#include "ns3/matrix-array.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | ns3::tests::ComplexMatrixArrayTestCase |
Test for testing functions that apply to MatrixArrays that use complex numbers, such as HermitianTranspose that is only defined for complex type. More... | |
class | ns3::tests::MatrixArrayTestCase< T > |
MatrixArray test case for testing constructors, operators and other functions. More... | |
class | ns3::tests::MatrixArrayTestSuite |
MatrixArray test suite. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
ns3::tests | |
Namespace for test files, TestCases and TestSuites. | |
Variables | |
static MatrixArrayTestSuite | ns3::tests::g_matrixArrayTestSuite |
MatrixArrayTestSuite instance variable. More... | |
MatrixArray test suite.
Definition in file matrix-array-test-suite.cc.