public class JoglMatrixd
extends java.lang.Object
Constructor and Description |
---|
JoglMatrixd(int rows,
int cols) |
Modifier and Type | Method and Description |
---|---|
static JoglMatrixd |
CreateTranspose(JoglMatrixd om) |
double[] |
GetData() |
double |
GetValue(int r,
int c) |
static JoglMatrixd |
Multiply(JoglMatrixd m1,
double d) |
static JoglMatrixd |
Multiply(JoglMatrixd m1,
JoglMatrixd m2) |
void |
SetData(double[] d) |
void |
SetValue(int r,
int c,
double v) |
public double[] GetData()
public void SetData(double[] d)
public double GetValue(int r, int c)
public void SetValue(int r, int c, double v)
public static JoglMatrixd Multiply(JoglMatrixd m1, JoglMatrixd m2)
public static JoglMatrixd Multiply(JoglMatrixd m1, double d)
public static JoglMatrixd CreateTranspose(JoglMatrixd om)