Skip to content

NumPy Overview

Welcome to Flojoy’s NumPy Blocks. Here are all the NumPy functions we support out of the box!

LINALG

CHOLESKYThe CHOLESKY node is based on a numpy or scipy function.
DETThe DET node is based on a numpy or scipy function.
EIGThe EIG node is based on a numpy or scipy function.
EIGHThe EIGH node is based on a numpy or scipy function.
EIGVALSThe EIGVALS node is based on a numpy or scipy function.
EIGVALSHThe EIGVALSH node is based on a numpy or scipy function.
INVThe INV node is based on a numpy or scipy function.
MATRIX_POWERThe MATRIX_POWER node is based on a numpy or scipy function.
PINVThe PINV node is based on a numpy or scipy function.
QRThe QR node is based on a numpy or scipy function.
SLOGDETThe SLOGDET node is based on a numpy or scipy function.
SVDThe SVD node is based on a numpy or scipy function.
TENSORINVThe TENSORINV node is based on a numpy or scipy function.