We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866eae8 commit eefd18eCopy full SHA for eefd18e
src/operator.rs
@@ -4,6 +4,8 @@ use crate::generate::hstack;
4
use crate::types::*;
5
use ndarray::*;
6
7
+/// Abstracted linear operator as an action to vector (`ArrayBase<S, Ix1>`) and matrix
8
+/// (`ArrayBase<S, Ix2`)
9
pub trait LinearOperator {
10
type Elem: Scalar;
11
0 commit comments