Skip to content

module numpy.linalg_sym

Source: stdlib/numpy/linalg_sym.codon


matmul(x1, x2, out = None, dtype: type = NoneType)


dot(a, b, out = None)


vdot(a, b)


tensordot(a, b, axes)


tensordot(a, b, axes: Literal[int] = 2) @overload Function is overloaded


inner(a, b)


outer(a, b, out = None)


kron(a, b)


trace(a, offset: int = 0, axis1: int = 0, axis2: int = 1, dtype: type = NoneType, out = None)


matrix_transpose(x)