View source on GitHub |
Utility code for linear algebra functions.
Functions
conjugate_gradient(...)
: Returns X
such that A * X = B
.
simplified_woodbury_update(...)
: Returns w
such that inverse(a + u.T.dot(u)) = a_inv + w
.
update_inverse(...)
: Updates the inverse using the Woodbury matrix identity.
Other Members | |
---|---|
absolute_import |
Instance of __future__._Feature
|
division |
Instance of __future__._Feature
|
print_function |
Instance of __future__._Feature
|