MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / util_concat_matrix

Function util_concat_matrix

src/__init__.py:24121–24127  ·  view source on GitHub ↗
( m1, m2)

Source from the content-addressed store, hash-verified

24119
24120
24121def util_concat_matrix( m1, m2):
24122 return JM_py_from_matrix(
24123 mupdf.fz_concat(
24124 JM_matrix_from_py(m1),
24125 JM_matrix_from_py(m2),
24126 )
24127 )
24128
24129
24130def util_invert_matrix(matrix):

Callers 1

concatMethod · 0.85

Calls 2

JM_py_from_matrixFunction · 0.85
JM_matrix_from_pyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…