Uses of Class
org.hortonmachine.gears.utils.math.matrixes.RowVector
-
Packages that use RowVector Package Description org.hortonmachine.gears.utils.math.matrixes -
-
Uses of RowVector in org.hortonmachine.gears.utils.math.matrixes
Methods in org.hortonmachine.gears.utils.math.matrixes that return RowVector Modifier and Type Method Description RowVectorRowVector. add(RowVector rv)Add another row vector to this row vector.RowVectorMatrix. getRow(int r)Get a row of this matrix.RowVectorMatrix. multiply(RowVector rv)Multiply a row vector by this matrix: rv*thisRowVectorRowVector. subtract(RowVector rv)Subtract another row vector from this row vector.Methods in org.hortonmachine.gears.utils.math.matrixes with parameters of type RowVector Modifier and Type Method Description RowVectorRowVector. add(RowVector rv)Add another row vector to this row vector.RowVectorMatrix. multiply(RowVector rv)Multiply a row vector by this matrix: rv*thisvoidLinearSystem. setRow(RowVector rv, int r)Set a row of this matrix from a row vector.voidMatrix. setRow(RowVector rv, int r)Set a row of this matrix from a row vector.RowVectorRowVector. subtract(RowVector rv)Subtract another row vector from this row vector.
-