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 | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
namespace | ns3::tests |
Namespace for test files, TestCases and TestSuites. | |
Functions | |
template<typename IN , typename T > | |
void | ns3::tests::CastStdValarray (const std::valarray< IN > &in, std::valarray< T > &out) |
Function casts an input valArray "in" (type IN) to an output valArray "out" (type T) | |
Variables | |
static MatrixArrayTestSuite | ns3::tests::g_matrixArrayTestSuite |
MatrixArrayTestSuite instance variable. | |
MatrixArray test suite.
Definition in file matrix-array-test-suite.cc.