Definitions of C++ helper functions for SPADE matrices (implemented as boost ublas matrices). More...
Namespaces |
|
SPL::Functions::Math::Compat | |
C++ helper functions for converting between SPADE (SPL v1) matrices (based on boost:ublas::matrix) and SPL nested lists. |
|
SPL | |
C++ classes for writing operators. |
|
SPL::Functions | |
C++ counterparts of SPL native functions. |
|
SPL::Functions::Math | |
C++ counterparts of SPL native functions that deal with math operations. |
|
Functions |
|
template<class T , class L , class A > | |
void | SPL::Functions::Math::Compat::convertFromNestedListToUblasMatrix (boost::numeric::ublas::matrix< T, L, A > &to, SPL::list< SPL::list< T > > const &from) |
template<class T , class L , class A > | |
void | SPL::Functions::Math::Compat::convertToNestedListFromUblasMatrix (SPL::list< SPL::list< T > > &to, boost::numeric::ublas::matrix< T, L, A > const &from) |
Definitions of C++ helper functions for SPADE matrices (implemented as boost ublas matrices).