public class Eye extends Object
Constructor and Description |
---|
Eye() |
Modifier and Type | Method and Description |
---|---|
static Zmat |
o(int n)
Generates an identity matrix of order n.
|
static Zmat |
o(int m,
int n)
Generates an mxn matrix whose diagonal elements are
one and whose off diagonal elements are zero.
|
public static Zmat o(int n)
n
- The order of the matrxpublic static Zmat o(int m, int n)
m
- The number of rows in the matrixn
- The number of columns in the matrixJas4pp 1.5 © Java Analysis Studio for Particle Physics