FilterMatrix typedef

FilterMatrix = List<List<double>>

Implementation

typedef FilterMatrix = List<List<double>>;