Uses of Class
org.ejml.data.DMatrix5
Packages that use DMatrix5
-
Uses of DMatrix5 in org.ejml.data
Constructors in org.ejml.data with parameters of type DMatrix5 -
Uses of DMatrix5 in org.ejml.dense.fixed
Methods in org.ejml.dense.fixed that return DMatrix5Modifier and TypeMethodDescriptionstatic DMatrix5CommonOps_DDF5.extractColumn(DMatrix5x5 a, int column, DMatrix5 out) Extracts the column from the matrix a.static DMatrix5CommonOps_DDF5.extractRow(DMatrix5x5 a, int row, DMatrix5 out) Extracts the row from the matrix a.Methods in org.ejml.dense.fixed with parameters of type DMatrix5Modifier and TypeMethodDescriptionstatic voidPerforms the following operation:
c = a + b
ci = ai + bistatic voidPerforms the following operation:
a = a + b
ai = ai + bistatic voidCommonOps_DDF5.changeSign(DMatrix5 a) Changes the sign of every element in the vector.
ai = -aistatic voidCommonOps_DDF5.diag(DMatrix5x5 input, DMatrix5 out) Extracts all diagonal elements from 'input' and places them inside the 'out' vector.static voidPerforms an in-place element by element scalar division.static voidPerforms an element by element scalar division.static doublePerforms the vector dot product:
c = a * b
c ≥ ∑k=1:n { bk * ak }static voidCommonOps_DDF5.elementDiv(DMatrix5 a, DMatrix5 b) Performs an element by element division operation:
ai = ai / bistatic voidCommonOps_DDF5.elementDiv(DMatrix5 a, DMatrix5 b, DMatrix5 c) Performs an element by element division operation:
ci = ai / bistatic doubleCommonOps_DDF5.elementMax(DMatrix5 a) Returns the value of the element in the vector that has the largest value.
Max{ ai } for all istatic doubleCommonOps_DDF5.elementMaxAbs(DMatrix5 a) Returns the absolute value of the element in the vector that has the largest absolute value.
Max{ |ai| } for all istatic doubleCommonOps_DDF5.elementMin(DMatrix5 a) Returns the value of the element in the vector that has the minimum value.
Min{ ai } for allstatic doubleCommonOps_DDF5.elementMinAbs(DMatrix5 a) Returns the absolute value of the element in the vector that has the smallest absolute value.
Min{ |ai| } for all istatic voidCommonOps_DDF5.elementMult(DMatrix5 a, DMatrix5 b) Performs an element by element multiplication operation:
ai = ai * bistatic voidCommonOps_DDF5.elementMult(DMatrix5 a, DMatrix5 b, DMatrix5 c) Performs an element by element multiplication operation:
ci = ai * bjstatic DMatrix5CommonOps_DDF5.extractColumn(DMatrix5x5 a, int column, DMatrix5 out) Extracts the column from the matrix a.static DMatrix5CommonOps_DDF5.extractRow(DMatrix5x5 a, int row, DMatrix5 out) Extracts the row from the matrix a.static doublestatic voidSets every element in the vector to the specified value.
ai = valuestatic booleanMatrixFeatures_DDF5.hasUncountable(DMatrix5 a) static booleanMatrixFeatures_DDF5.isIdentical(DMatrix5 a, DMatrix5 b, double tol) static voidCommonOps_DDF5.mult(DMatrix5 a, DMatrix5x5 b, DMatrix5 c) Performs vector to matrix multiplication:
c = a * b
cj = ∑k=1:n { bk * akj }static voidCommonOps_DDF5.mult(DMatrix5x5 a, DMatrix5 b, DMatrix5 c) Performs matrix to vector multiplication:
c = a * b
ci = ∑k=1:n { aik * bk}static voidCommonOps_DDF5.multAddOuter(double alpha, DMatrix5x5 A, double beta, DMatrix5 u, DMatrix5 v, DMatrix5x5 C) C = αA + βu*vTstatic voidNormOps_DDF5.normalizeF(DMatrix5 M) static doublestatic voidPerforms an in-place element by element scalar multiplication.
aij = α*aijstatic voidPerforms an element by element scalar multiplication.
bi = α*aistatic voidPerforms the following operation:
c = a - b
ci = ai - bistatic voidCommonOps_DDF5.subtractEquals(DMatrix5 a, DMatrix5 b) Performs the following operation:
a = a - b
ai = ai - bi -
Uses of DMatrix5 in org.ejml.ops
Methods in org.ejml.ops that return DMatrix5Modifier and TypeMethodDescriptionstatic DMatrix5DConvertMatrixStruct.convert(DMatrixRMaj input, @Nullable DMatrix5 output) ConvertsDMatrixRMajintoDMatrix5Methods in org.ejml.ops with parameters of type DMatrix5Modifier and TypeMethodDescriptionstatic DMatrixRMajDConvertMatrixStruct.convert(DMatrix5 input, @Nullable DMatrixRMaj output) ConvertsDMatrix5intoDMatrixRMaj.static DMatrix5DConvertMatrixStruct.convert(DMatrixRMaj input, @Nullable DMatrix5 output) ConvertsDMatrixRMajintoDMatrix5