macro_rules! rlst_rank1_array {
($u:expr, $v:expr) => { ... };
}Expand description
Create a new rank1 array of the form u x v^T.
macro_rules! rlst_rank1_array {
($u:expr, $v:expr) => { ... };
}Create a new rank1 array of the form u x v^T.