Skip to content

Commit

Permalink
matrix concat utils
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul committed Feb 2, 2025
1 parent 688af16 commit 841594f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/algebra/csc/block_concatenate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ use std::cmp::max;

use crate::algebra::{BlockConcatenate, CscMatrix, FloatT, MatrixShape};

// PJG: hcat and vcat could return option and should probably
// just call the internal hvcat function.

impl<T> BlockConcatenate for CscMatrix<T>
where
T: FloatT,
Expand Down

0 comments on commit 841594f

Please sign in to comment.