Uses of Class
org.hortonmachine.gears.utils.math.matrixes.ColumnVector
-
Packages that use ColumnVector Package Description org.hortonmachine.gears.utils.math.matrixes -
-
Uses of ColumnVector in org.hortonmachine.gears.utils.math.matrixes
Methods in org.hortonmachine.gears.utils.math.matrixes that return ColumnVector Modifier and Type Method Description ColumnVectorColumnVector. add(ColumnVector cv)Add another column vector to this column vector.ColumnVectorMatrix. getColumn(int c)Get a column of this matrix.ColumnVectorMatrix. multiply(ColumnVector cv)Multiply this matrix by a column vector: this*cvColumnVectorLinearSystem. solve(ColumnVector b, boolean improve)Solve Ax = b for x using the Gaussian elimination algorithm.ColumnVectorColumnVector. subtract(ColumnVector cv)Subtract another column vector from this column vector.Methods in org.hortonmachine.gears.utils.math.matrixes with parameters of type ColumnVector Modifier and Type Method Description ColumnVectorColumnVector. add(ColumnVector cv)Add another column vector to this column vector.ColumnVectorMatrix. multiply(ColumnVector cv)Multiply this matrix by a column vector: this*cvvoidLinearSystem. setColumn(ColumnVector cv, int c)Set a column of this matrix from a column vector.voidMatrix. setColumn(ColumnVector cv, int c)Set a column of this matrix from a column vector.ColumnVectorLinearSystem. solve(ColumnVector b, boolean improve)Solve Ax = b for x using the Gaussian elimination algorithm.ColumnVectorColumnVector. subtract(ColumnVector cv)Subtract another column vector from this column vector.
-