structured_to_operator

Function structured_to_operator 

Source
pub fn structured_to_operator<A, M>(matrix: &M) -> LinearOperator<A>
where A: Float + NumAssign + Zero + Sum + One + ScalarOperand + Send + Sync + Debug + 'static, M: StructuredMatrix<A> + Clone + Send + Sync + 'static,
Expand description

Convert a structured matrix to a matrix-free operator