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 BMatrixRMaj
UtilEjml.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 BMatrixRMaj
UtilEjml.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 BMatrixRMaj
CommonOps_DDRM.elementBoolean
(DMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.static BMatrixRMaj
CommonOps_FDRM.elementBoolean
(FMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.static BMatrixRMaj
CommonOps_DDRM.elementLessThan
(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMaj
CommonOps_DDRM.elementLessThan
(DMatrixRMaj A, DMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the < operator to each element in A.static BMatrixRMaj
CommonOps_FDRM.elementLessThan
(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMaj
CommonOps_FDRM.elementLessThan
(FMatrixRMaj A, FMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the < operator to each element in A.static BMatrixRMaj
CommonOps_DDRM.elementLessThanOrEqual
(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMaj
CommonOps_DDRM.elementLessThanOrEqual
(DMatrixRMaj A, DMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the A ≤ B operator to each element.static BMatrixRMaj
CommonOps_FDRM.elementLessThanOrEqual
(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMaj
CommonOps_FDRM.elementLessThanOrEqual
(FMatrixRMaj A, FMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the A ≤ B operator to each element.static BMatrixRMaj
CommonOps_DDRM.elementMoreThan
(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMaj
CommonOps_FDRM.elementMoreThan
(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMaj
CommonOps_DDRM.elementMoreThanOrEqual
(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMaj
CommonOps_FDRM.elementMoreThanOrEqual
(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMaj
RandomMatrices_DDRM.randomBinary
(int numRow, int numCol, Random rand) Returns new boolean matrix with true or false values selected with equal probability.static BMatrixRMaj
RandomMatrices_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 int
CommonOps_DDRM.countTrue
(BMatrixRMaj A) Counts the number of elements in A which are truestatic int
CommonOps_FDRM.countTrue
(BMatrixRMaj A) Counts the number of elements in A which are truestatic BMatrixRMaj
CommonOps_DDRM.elementBoolean
(DMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.static BMatrixRMaj
CommonOps_FDRM.elementBoolean
(FMatrixRMaj input, DElementCoorBoolean func, @Nullable BMatrixRMaj output) Applies a binary operator to even element in the input matrix.static BMatrixRMaj
CommonOps_DDRM.elementLessThan
(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMaj
CommonOps_DDRM.elementLessThan
(DMatrixRMaj A, DMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the < operator to each element in A.static BMatrixRMaj
CommonOps_FDRM.elementLessThan
(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMaj
CommonOps_FDRM.elementLessThan
(FMatrixRMaj A, FMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the < operator to each element in A.static BMatrixRMaj
CommonOps_DDRM.elementLessThanOrEqual
(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMaj
CommonOps_DDRM.elementLessThanOrEqual
(DMatrixRMaj A, DMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the A ≤ B operator to each element.static BMatrixRMaj
CommonOps_FDRM.elementLessThanOrEqual
(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMaj
CommonOps_FDRM.elementLessThanOrEqual
(FMatrixRMaj A, FMatrixRMaj B, @Nullable BMatrixRMaj output) Applies the A ≤ B operator to each element.static BMatrixRMaj
CommonOps_DDRM.elementMoreThan
(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMaj
CommonOps_FDRM.elementMoreThan
(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the > operator to each element in A.static BMatrixRMaj
CommonOps_DDRM.elementMoreThanOrEqual
(DMatrixRMaj A, double value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static BMatrixRMaj
CommonOps_FDRM.elementMoreThanOrEqual
(FMatrixRMaj A, float value, @Nullable BMatrixRMaj output) Applies the ≥ operator to each element in A.static DMatrixRMaj
CommonOps_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 FMatrixRMaj
CommonOps_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 boolean
MatrixFeatures_DDRM.isEquals
(BMatrixRMaj a, BMatrixRMaj b) Checks to see if each element in the two matrices are equal: aij == bijstatic boolean
MatrixFeatures_FDRM.isEquals
(BMatrixRMaj a, BMatrixRMaj b) Checks to see if each element in the two matrices are equal: aij == bijstatic void
RandomMatrices_DDRM.setRandomB
(BMatrixRMaj mat, Random rand) Sets each element in the boolean matrix to true or false with equal probabilitystatic void
RandomMatrices_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 void
ConvertMatrixData.convert
(BMatrixRMaj input, DMatrix output) Converts binary matrix into a DMatrix by setting all true to 1.0 and false to 0.0static void
ConvertMatrixData.convert
(BMatrixRMaj input, DMatrixSparseCSC output) static void
ConvertMatrixData.convert
(BMatrixRMaj input, FMatrix output) Converts binary matrix into a FMatrix by setting all true to 1.0 and false to 0.0static void
ConvertMatrixData.convert
(BMatrixRMaj input, FMatrixSparseCSC output) static void
CommonOps_BDRM.transposeSquare
(BMatrixRMaj mat) In-place transpose for a square matrix.