Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/units/detail/linear_algebra.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
244 template<class RowsBegin, int TotalColumns, class Result> | 244 template<class RowsBegin, int TotalColumns, class Result> |
245 struct apply { | 245 struct apply { |
246 typedef typename RowsBegin::item top_row; | 246 typedef typename RowsBegin::item top_row; |
247 typedef typename determine_extra_equations_skip_zeros_impl< | 247 typedef typename determine_extra_equations_skip_zeros_impl< |
248 top_row::item::Numerator == 0, | 248 top_row::item::Numerator == 0, |
249 RowsBegin::item::size::value == 1 | 249 RowsBegin::size::value == 1 |
250 >::template apply< | 250 >::template apply< |
251 RowsBegin, | 251 RowsBegin, |
252 RowsBegin::size::value, | 252 RowsBegin::size::value, |
253 TotalColumns - RemainingColumns, | 253 TotalColumns - RemainingColumns, |
254 TotalColumns, | 254 TotalColumns, |