PLaSK library
Loading...
Searching...
No Matches
Matrix_Python< T > Struct Template Reference

Public Member Functions

 Matrix_Python (const Matrix< T > &data)
 
 Matrix_Python (const Matrix_Python< T > &src)
 

Static Public Member Functions

static PyObjectconvert (const Matrix< T > &self)
 

Public Attributes

Matrix< T > data
 

Detailed Description

template<typename T>
struct Matrix_Python< T >

Definition at line 28 of file modal-python.cpp.

Constructor & Destructor Documentation

◆ Matrix_Python() [1/2]

template<typename T >
Matrix_Python< T >::Matrix_Python ( const Matrix< T > &  data)
inline

Definition at line 30 of file modal-python.cpp.

◆ Matrix_Python() [2/2]

template<typename T >
Matrix_Python< T >::Matrix_Python ( const Matrix_Python< T > &  src)
inline

Definition at line 31 of file modal-python.cpp.

Member Function Documentation

◆ convert()

template<typename T >
static PyObject * Matrix_Python< T >::convert ( const Matrix< T > &  self)
inlinestatic

Definition at line 33 of file modal-python.cpp.

Member Data Documentation

◆ data

template<typename T >
Matrix<T> Matrix_Python< T >::data

Definition at line 29 of file modal-python.cpp.


The documentation for this struct was generated from the following file: