Package org.ejml.ops

Class CommonOps_BDRM

java.lang.Object
org.ejml.ops.CommonOps_BDRM

public class CommonOps_BDRM extends Object
  • Constructor Details

    • CommonOps_BDRM

      public CommonOps_BDRM()
  • Method Details

    • transposeSquare

      public static void transposeSquare(BMatrixRMaj mat)
      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.