|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.math.MatrixUtils
public class MatrixUtils extends java.lang.Object
A set of matrix manipulation helper functions
| Constructor and Description |
|---|
MatrixUtils()
|
| Modifier and Type | Method and Description | |
|---|---|---|
static
|
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 |
|---|
public MatrixUtils()
| Method Detail |
|---|
public static java.lang.Double[][] transpose(java.lang.Double[][] src)
public static <T> boolean isTransposed(T[][] m1,
T[][] m2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||