public class CommonOps_BDRM
extends java.lang.Object
Constructor and Description |
---|
CommonOps_BDRM() |
Modifier and Type | Method and Description |
---|---|
static void |
transposeSquare(BMatrixRMaj mat)
In-place transpose for a square matrix.
|
public static void transposeSquare(BMatrixRMaj mat)
mat
- The matrix that is transposed in-place. Modified.