Uses of Class
io.bhagat.math.linearalgebra.Matrix.MatrixIndex
-
Packages that use Matrix.MatrixIndex Package Description io.bhagat.math.linearalgebra A package for storing linear algebra -
-
Uses of Matrix.MatrixIndex in io.bhagat.math.linearalgebra
Methods in io.bhagat.math.linearalgebra with parameters of type Matrix.MatrixIndex Modifier and Type Method Description voidMatrix. get(Matrix.MatrixIndex matrixIndex)Get a value using a matrixIndex and store that into the matrix indexvoidMatrix. set(Matrix.MatrixIndex matrixIndex)Set a value using a matrix index objectMethod parameters in io.bhagat.math.linearalgebra with type arguments of type Matrix.MatrixIndex Modifier and Type Method Description MatrixMatrix. mapWithIndex(Function<Matrix.MatrixIndex,java.lang.Double> function)maps a function onto each element in the matrix
-