Interface BooleanMatrix2D

All Superinterfaces:
BaseGenericMatrix<Boolean>, BaseMatrix, BaseMatrixProperties, BasicDoubleCalculations, BasicEntrywiseDoubleCalculations, BooleanCalculations, BooleanMatrix, CanPerformCalculations, Clearable, Cloneable, Comparable<Matrix>, Conversions, CoordinateFunctions, CoreObject, CreatorDoubleCalculations, DecompositionDoubleCalculations, DenseGenericMatrix<Boolean>, DenseGenericMatrix2D<Boolean>, DenseGenericMatrixMultiD<Boolean>, DenseMatrix, DenseMatrix2D, DenseMatrixMultiD, DiscretizeCalculations, DistanceMeasures, DoubleCalculations, EntrywiseDoubleCalculations, ExtendedMatrixProperties, GeneralDoubleCalculations, GenericMatrix<Boolean>, GenericMatrix2D<Boolean>, GenericMatrixMultiD<Boolean>, GettersAndSetters, HasDescription, HasGUIObject, HasId, HasLabel, HasMetaData, HyperbolicDoubleCalculations, IntCalculations, Matrix, Matrix2D, MatrixMultiD, MiscEntrywiseDoubleCalculations, MiscGeneralDoubleCalculations, MissingValueDoubleCalculations, ObjectCalculations, RoundingDoubleCalculations, Serializable, SparseGenericMatrix<Boolean>, SparseGenericMatrix2D<Boolean>, SparseGenericMatrixMultiD<Boolean>, SparseMatrix, SparseMatrix2D, SparseMatrixMultiD, StatisticalDoubleCalculations, StringCalculations, TrigonometricDoubleCalculations
All Known Subinterfaces:
DenseBooleanMatrix2D, SparseBooleanMatrix2D
All Known Implementing Classes:
AbstractDenseBooleanMatrix2D, AbstractSparseBooleanMatrix2D, ArrayDenseBooleanMatrix2D, BitSetDenseBooleanMatrix2D

public interface BooleanMatrix2D extends BooleanMatrix, GenericMatrix2D<Boolean>
  • Field Details

  • Method Details

    • getBoolean

      boolean getBoolean(long row, long column)
    • setBoolean

      void setBoolean(boolean value, long row, long column)
    • getBoolean

      boolean getBoolean(int row, int column)
    • setBoolean

      void setBoolean(boolean value, int row, int column)