peroxide::traits::mathTrait LinearOp
Source pub trait LinearOp<T: Vector, S: Vector> {
// Required method
fn apply(&self, rhs: &T) -> S;
}
Expand description
Linear operation for Vector
Source§Matrix as Linear operator for Vector
Source§TODO: Transpose
Matrix as Linear operator for Vector