Uses of Class
org.ejml.data.BMatrixRMaj
Packages that use BMatrixRMaj
-
Uses of BMatrixRMaj in org.ejml
Methods in org.ejml that return BMatrixRMajModifier and TypeMethodDescriptionstatic BMatrixRMajUtilEjml.reshapeOrDeclare(@Nullable BMatrixRMaj a, int rows, int cols) If the input matrix is null a new matrix is created and returned.Methods in org.ejml with parameters of type BMatrixRMajModifier and TypeMethodDescriptionstatic BMatrixRMajUtilEjml.reshapeOrDeclare(@Nullable BMatrixRMaj a, int rows, int cols) If the input matrix is null a new matrix is created and returned. -
Uses of BMatrixRMaj in org.ejml.data
Methods in org.ejml.data that return BMatrixRMajModifier and TypeMethodDescriptionBMatrixRMaj.create(int numRows, int numCols) BMatrixRMaj.createLike() -
Uses of BMatrixRMaj in org.ejml.dense.row
Methods in org.ejml.dense.row that return BMatrixRMajModifier and TypeMethodDescriptionstatic BMatrixRMajCommonOps_DDRM.elementBoolean(DMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.static BMatrixRMajCommonOps_FDRM.elementBoolean(FMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.static BMatrixRMajCommonOps_DDRM.elementLessThan(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMajCommonOps_DDRM.elementLessThan(DMatrixRMaj A, DMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the < operator to each element in A.static BMatrixRMajCommonOps_FDRM.elementLessThan(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMajCommonOps_FDRM.elementLessThan(FMatrixRMaj A, FMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the < operator to each element in A.static BMatrixRMajCommonOps_DDRM.elementLessThanOrEqual(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMajCommonOps_DDRM.elementLessThanOrEqual(DMatrixRMaj A, DMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the A ≤ B operator to each element.static BMatrixRMajCommonOps_FDRM.elementLessThanOrEqual(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMajCommonOps_FDRM.elementLessThanOrEqual(FMatrixRMaj A, FMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the A ≤ B operator to each element.static BMatrixRMajCommonOps_DDRM.elementMoreThan(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMajCommonOps_FDRM.elementMoreThan(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMajCommonOps_DDRM.elementMoreThanOrEqual(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMajCommonOps_FDRM.elementMoreThanOrEqual(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMajRandomMatrices_DDRM.randomBinary(int numRow, int numCol, Random rand) Returns new boolean matrix with true or false values selected with equal probability.static BMatrixRMajRandomMatrices_FDRM.randomBinary(int numRow, int numCol, Random rand) Returns new boolean matrix with true or false values selected with equal probability.Methods in org.ejml.dense.row with parameters of type BMatrixRMajModifier and TypeMethodDescriptionstatic intCommonOps_DDRM.countTrue(BMatrixRMaj A) Counts the number of elements in A which are truestatic intCommonOps_FDRM.countTrue(BMatrixRMaj A) Counts the number of elements in A which are truestatic BMatrixRMajCommonOps_DDRM.elementBoolean(DMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.static BMatrixRMajCommonOps_FDRM.elementBoolean(FMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.static BMatrixRMajCommonOps_DDRM.elementLessThan(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMajCommonOps_DDRM.elementLessThan(DMatrixRMaj A, DMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the < operator to each element in A.static BMatrixRMajCommonOps_FDRM.elementLessThan(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMajCommonOps_FDRM.elementLessThan(FMatrixRMaj A, FMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the < operator to each element in A.static BMatrixRMajCommonOps_DDRM.elementLessThanOrEqual(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMajCommonOps_DDRM.elementLessThanOrEqual(DMatrixRMaj A, DMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the A ≤ B operator to each element.static BMatrixRMajCommonOps_FDRM.elementLessThanOrEqual(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMajCommonOps_FDRM.elementLessThanOrEqual(FMatrixRMaj A, FMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the A ≤ B operator to each element.static BMatrixRMajCommonOps_DDRM.elementMoreThan(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMajCommonOps_FDRM.elementMoreThan(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMajCommonOps_DDRM.elementMoreThanOrEqual(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMajCommonOps_FDRM.elementMoreThanOrEqual(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static DMatrixRMajCommonOps_DDRM.elements(DMatrixRMaj A, BMatrixRMaj marked, @Nullable DMatrixRMaj output) Returns a row matrix which contains all the elements in A which are flagged as true in 'marked'static FMatrixRMajCommonOps_FDRM.elements(FMatrixRMaj A, BMatrixRMaj marked, @Nullable FMatrixRMaj output) Returns a row matrix which contains all the elements in A which are flagged as true in 'marked'static booleanMatrixFeatures_DDRM.isEquals(BMatrixRMaj a, BMatrixRMaj b) Checks to see if each element in the two matrices are equal: aij == bijstatic booleanMatrixFeatures_FDRM.isEquals(BMatrixRMaj a, BMatrixRMaj b) Checks to see if each element in the two matrices are equal: aij == bijstatic voidRandomMatrices_DDRM.setRandomB(BMatrixRMaj mat, Random rand) Sets each element in the boolean matrix to true or false with equal probabilitystatic voidRandomMatrices_FDRM.setRandomB(BMatrixRMaj mat, Random rand) Sets each element in the boolean matrix to true or false with equal probability -
Uses of BMatrixRMaj in org.ejml.ops
Methods in org.ejml.ops with parameters of type BMatrixRMajModifier and TypeMethodDescriptionstatic voidConvertMatrixData.convert(BMatrixRMaj input, DMatrix output) Converts binary matrix into a DMatrix by setting all true to 1.0 and false to 0.0static voidConvertMatrixData.convert(BMatrixRMaj input, DMatrixSparseCSC output) static voidConvertMatrixData.convert(BMatrixRMaj input, FMatrix output) Converts binary matrix into a FMatrix by setting all true to 1.0 and false to 0.0static voidConvertMatrixData.convert(BMatrixRMaj input, FMatrixSparseCSC output) static voidCommonOps_BDRM.transposeSquare(BMatrixRMaj mat) In-place transpose for a square matrix.