Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 868 Bytes

numpy-examples.rst

File metadata and controls

63 lines (50 loc) · 868 Bytes

Numpy Examples

This section contains examples of some numpy functions when called on Galois field arrays. Many more functions are supported, just not explicitly documented here.

np

General

np.copy np.concatenate np.insert

Arithmetic

np.add np.subtract np.multiply np.divide np.negative np.reciprocal np.power np.square np.log np.matmul

Advanced Arithmetic

np.convolve

Linear Algebra

np.dot np.vdot np.inner np.outer np.matmul np.linalg.matrix_power np.linalg.det np.linalg.matrix_rank np.trace np.linalg.solve np.linalg.inv