bundles / scipy latest / scipy / sparse / linalg / _matfuncs / _onenorm_matrix_power_nnm
function
scipy.sparse.linalg._matfuncs:_onenorm_matrix_power_nnm
Signature
def _onenorm_matrix_power_nnm ( A , p ) Summary
Compute the 1-norm of a non-negative integer power of a non-negative matrix.
Parameters
A: a square ndarray or matrix or sparse arraysInput matrix with non-negative entries.
p: non-negative integerThe power to which the matrix is to be raised.
Returns
out: floatThe 1-norm of the matrix power p of A.
Aliases
-
scipy.sparse.linalg._matfuncs._onenorm_matrix_power_nnm