hal.maths.la package¶
Submodules¶
hal.maths.la.iterations module¶
hal.maths.la.lists module¶
hal.maths.la.matrix module¶
-
class
hal.maths.la.matrix.LinearSystemMatrix(matrix)[source]¶ Bases:
hal.maths.la.matrix.Matrix
-
class
hal.maths.la.matrix.Matrix(matrix)[source]¶ Bases:
hal.maths.la.matrix.BaseMatrix-
eigenvalues_hadamard(other)[source]¶ Computes the Hadamard product of 2 matrices. See https://www.johndcook.com/blog/2018/10/10/hadamard-product/ for details
Parameters: other – second matrix Returns: lower and upper
-