lt.monarch.math
Class MatrixUtils

java.lang.Object
  extended by lt.monarch.math.MatrixUtils

public class MatrixUtils
extends java.lang.Object

A set of matrix manipulation helper functions


Constructor Summary
Constructor and Description
MatrixUtils()
           
 
Method Summary
Modifier and Type Method and Description
static
<T> boolean
isTransposed(T[][] m1, T[][] m2)
           
static java.lang.Double[][] transpose(java.lang.Double[][] src)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatrixUtils

public MatrixUtils()
Method Detail

transpose

public static java.lang.Double[][] transpose(java.lang.Double[][] src)

isTransposed

public static <T> boolean isTransposed(T[][] m1,
                                       T[][] m2)