japaric-archived / linalg.rs

[INACTIVE]
Apache License 2.0
29 stars 1 forks source link

Implement matrix splitting #23

Closed japaric closed 9 years ago

japaric commented 9 years ago

fn hsplit(&self, row: uint) -> (View, View) where Self = Mat + error handling. Also vsplit, hsplit_mut and vsplit_mut.