Skip to content

Commit

Permalink
Remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Apr 24, 2022
1 parent 38966fb commit 5690451
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions math/cmath/include/algebra/math/impl/cmath_matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@ struct actor {
}

/// Operator setting a block with a vector
/*
template <size_type ROWS, class input_matrix_type>
ALGEBRA_HOST_DEVICE void set_block(input_matrix_type &m,
const array_t<scalar_t, ROWS> &b, int row,
int col) {
for (size_type i = 0; i < ROWS; ++i) {
element_getter()(m, i + row, col) = b[i];
}
}
*/
template <size_type ROWS, template <typename, size_type> class vector_t,
class input_matrix_type>
ALGEBRA_HOST_DEVICE void set_block(input_matrix_type &m,
Expand Down

0 comments on commit 5690451

Please sign in to comment.