The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
A sparse matrix of transfer function partitionss. More...
Inherits std::vector< transfer_function_t >.
Public Member Functions | |
std::valarray< unsigned int > | partitions (unsigned fragsize) const |
Returns an array of the results of calling the partitions() method on every matrix member. More... | |
std::valarray< unsigned int > | non_empty_partitions (unsigned int fragsize) const |
Returns an array of the results of calling the non_empty_partitions() method on every matrix member. More... | |
A sparse matrix of transfer function partitionss.
Each matrix element knows its position in the matrix, so they can be stored as a vector.
|
inline |
Returns an array of the results of calling the partitions() method on every matrix member.
|
inline |
Returns an array of the results of calling the non_empty_partitions() method on every matrix member.