You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently there is no clear use-case for retrieving a sub matrix as reference. In case making a new matrix costs too much.
Proposed Solution
Current function signature
/// Not Implementedpubfnsubmatrix_as_slice(&self,rows:Range<usize>,cols:Range<usize>) -> Result<Matrix,MatrixError>{//TODO: Ignoring for now, not use case clear unimplemented!()}
The text was updated successfully, but these errors were encountered:
🚀 Feature: <>
Description
Currently there is no clear use-case for retrieving a sub matrix as reference. In case making a new matrix costs too much.
Proposed Solution
Current function signature
The text was updated successfully, but these errors were encountered: