Skip to main content

rvalue_to_dmatrix

Function rvalue_to_dmatrix 

Source
fn rvalue_to_dmatrix(val: &RValue) -> Result<DMatrix<f64>, RError>
Expand description

Convert an RValue matrix to a nalgebra DMatrix (column-major — zero-copy reorder).