bundles / scipy latest / scipy / optimize / _nonlin / LowRankMatrix
class
scipy.optimize._nonlin:LowRankMatrix
source: /scipy/optimize/_nonlin.py :626
Signature
class LowRankMatrix ( alpha , n , dtype ) Members
-
__array__ -
__init__ -
_matvec -
_solve -
append -
collapse -
matvec -
restart_reduce -
rmatvec -
rsolve -
simple_reduce -
solve -
svd_reduce
Summary
A matrix represented as
Extended Summary
However, if the rank of the matrix reaches the dimension of the vectors, full matrix representation will be used thereon.
Aliases
-
scipy.optimize._nonlin.LowRankMatrix