C++ helper functions for converting between SPADE (SPL v1) matrices (based on boost:ublas::matrix) and SPL nested lists. More...

Detailed Description

C++ helper functions for converting between SPADE (SPL v1) matrices (based on boost:ublas::matrix) and SPL nested lists.

Function Documentation

template<class T , class L , class A >

Convert from a nested SPL list to a ublas matrix. The nested list must represent a valid matrix: All sub-lists must have the same length.

Parameters
Exceptions
template<class T , class L , class A >

Convert from a nested SPL list to a ublas matrix

Parameters