A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches

MatrixArray test suite. More...

#include "ns3/log.h"
#include "ns3/matrix-array.h"
#include "ns3/test.h"
+ Include dependency graph for matrix-array-test-suite.cc:

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.
 

Variables

static MatrixArrayTestSuite ns3::tests::g_matrixArrayTestSuite
 MatrixArrayTestSuite instance variable.
 

Detailed Description

MatrixArray test suite.

Definition in file matrix-array-test-suite.cc.