SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
|
This header file contains class templates of basic data containers. More...
Go to the source code of this file.
Classes | |
class | DataType |
A base abstract class, representing all the data types. More... | |
class | ArrayType< T > |
An abstract class, representing all the array-like data types. More... | |
class | VectorType< T > |
An abstract class, representing all the vector-like data types. More... | |
class | MatrixType< T > |
An abstract class, representing all the matrix-like data types. More... | |
class | StructuredType |
An abstract class, representing all the structured data types. More... | |
class | ComputationalContext< T > |
An abstract class, representing all the computational contexts. More... | |
class | Vector< T > |
A class representing a vector, stored in the machine's free space. More... | |
class | Matrix< T > |
A class representing a matrix, stored in the machine's free space. More... | |
This header file contains class templates of basic data containers.