Skip to content

Commit eefd18e

Browse files
committed
Add doc
1 parent 866eae8 commit eefd18e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/operator.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ use crate::generate::hstack;
44
use crate::types::*;
55
use ndarray::*;
66

7+
/// Abstracted linear operator as an action to vector (`ArrayBase<S, Ix1>`) and matrix
8+
/// (`ArrayBase<S, Ix2`)
79
pub trait LinearOperator {
810
type Elem: Scalar;
911

0 commit comments

Comments
 (0)