ch.javasoft.smx.ops
Class Transpose
java.lang.Object
ch.javasoft.smx.ops.Transpose
public class Transpose
- extends Object
The Transpose TODO type javadoc for Transpose
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transpose
public static IntMatrix transpose(ReadableIntMatrix src)
transpose
public static void transpose(ReadableIntMatrix src,
WritableIntMatrix dst)
transpose
public static IntRationalMatrix transpose(ReadableIntRationalMatrix src)
transpose
public static void transpose(ReadableIntRationalMatrix src,
WritableIntRationalMatrix dst)
transpose
public static BigIntegerRationalMatrix transpose(ReadableBigIntegerRationalMatrix src)
transpose
public static void transpose(ReadableBigIntegerRationalMatrix src,
WritableBigIntegerRationalMatrix dst)
transpose
public static DoubleMatrix transpose(ReadableDoubleMatrix src)
transpose
public static void transpose(ReadableDoubleMatrix src,
WritableDoubleMatrix dst)