{ } Raw JSON

bundles / scipy 1.17.1 / scipy / sparse / linalg / _expm_multiply / LazyOperatorNormInfo

class

scipy.sparse.linalg._expm_multiply:LazyOperatorNormInfo

source: /scipy/sparse/linalg/_expm_multiply.py :396

Signature

class   LazyOperatorNormInfo ( A A_1_norm = None ell = 2 scale = 1 )

Members

Summary

Information about an operator is lazily computed.

Extended Summary

The information includes the exact 1-norm of the operator, in addition to estimates of 1-norms of powers of the operator. This uses the notation of Computing the Action (2011). This class is specialized enough to probably not be of general interest outside of this module.

Aliases

  • scipy.sparse.linalg._expm_multiply.LazyOperatorNormInfo