Package org.ejml.ops
Class CommonOps_BDRM
java.lang.Object
org.ejml.ops.CommonOps_BDRM
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
In-place transpose for a square matrix.
-
Constructor Details
-
CommonOps_BDRM
public CommonOps_BDRM()
-
-
Method Details
-
transposeSquare
In-place transpose for a square matrix. On most architectures it is faster than the standard transpose algorithm, but on most modern computers it's slower than block transpose.- Parameters:
mat
- The matrix that is transposed in-place. Modified.
-