Go to the source code of this file.
Classes | |
class | ns3::MatrixArray< T > |
MatrixArray class inherits ValArray class and provides additional interfaces to ValArray which enable page-wise linear algebra operations for arrays of matrices. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
using | ns3::ComplexMatrixArray = MatrixArray< std::complex< double > > |
Create an alias for MatrixArray using complex type. More... | |
using | ns3::DoubleMatrixArray = MatrixArray< double > |
Create an alias for MatrixArray using double type. More... | |
using | ns3::IntMatrixArray = MatrixArray< int > |
Create an alias for MatrixArray using int type. More... | |