Uses of Class
io.bhagat.math.linearalgebra.Matrix.InvalidShapeException
-
Packages that use Matrix.InvalidShapeException Package Description io.bhagat.math.linearalgebra A package for storing linear algebra -
-
Uses of Matrix.InvalidShapeException in io.bhagat.math.linearalgebra
Methods in io.bhagat.math.linearalgebra that throw Matrix.InvalidShapeException Modifier and Type Method Description doubleMatrix. determinant()uses the static method to compute the determinant of the matrixstatic doubleMatrix. determinant(Matrix m)static MatrixMatrix. hadamardProduct(Matrix a, Matrix b)Computes the hadamard product, which is element wise multiplicationstatic MatrixMatrix. multiply(Matrix a, Matrix b)Performs Matrix multiplicationstatic MatrixMatrix. multiply(Matrix A, Vector x)Performs Matrix multiplication with a matrix and a vector
-