Remove template parameter `isBinary_` from SparseMatrixRowView
The method SparseMatrixRowView::isBinary() can be implemented by checking if RealType is bool, the same way as in SparseMatrix.
The method SparseMatrixRowView::isBinary() can be implemented by checking if RealType is bool, the same way as in SparseMatrix.