Function to compute M=M+a*b'. More...
Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vnl_matrix_update (vnl_matrix< T > &M, const vnl_vector< T > &a, const vnl_vector< T > &b) |
| Perform rank 1 update of M: M+=(a*b'). | |
Function to compute M=M+a*b'.
Definition in file vnl_matrix_update.h.
| void vnl_matrix_update | ( | vnl_matrix< T > & | M, |
| const vnl_vector< T > & | a, | ||
| const vnl_vector< T > & | b | ||
| ) | [inline] |
Perform rank 1 update of M: M+=(a*b').
Requires a.size()==M.rows(), b.size()==M.columns()
Definition at line 17 of file vnl_matrix_update.h.
1.7.5.1