A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
matrix-array.h File Reference
#include "val-array.h"
#include <valarray>
+ Include dependency graph for matrix-array.h:
+ This graph shows which files directly or indirectly include this file:

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

namespace  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.
 
using ns3::DoubleMatrixArray = MatrixArray< double >
 Create an alias for MatrixArray using double type.
 
using ns3::IntMatrixArray = MatrixArray< int >
 Create an alias for MatrixArray using int type.