|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcc.mallet.grmm.util.Matrices
public class Matrices
Static Matrix constructors. $Id: Matrices.java,v 1.1 2007/10/22 21:37:58 mccallum Exp $
| Constructor Summary | |
|---|---|
Matrices()
|
|
| Method Summary | |
|---|---|
static Matrix |
constant(int[] sizes,
double v)
|
static Matrix |
diag(int[] sizes,
double v)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Matrices()
| Method Detail |
|---|
public static Matrix diag(int[] sizes,
double v)
public static Matrix constant(int[] sizes,
double v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||