Mutable UByte Symmetric Matrix
class MutableUByteSymmetricMatrix(val size: Int) : AbstractSymmetricMatrix<UByte> , MutableSymmetricMatrix<UByte>
A mutable symmetric matrix of unsigned bytes.
A mutable symmetric matrix of unsigned bytes.