|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
org.eclipse.birt.chart.computation | This is a placeholder file for the org.eclipse.birt.chart.computation package. |
org.eclipse.birt.chart.internal.computations |
Uses of Matrix in org.eclipse.birt.chart.computation |
Methods in org.eclipse.birt.chart.computation with parameters of type Matrix | |
void |
Vector.multiply(Matrix m)
|
Vector |
Vector.getMultiply(Matrix m)
|
void |
Object3D.transform(Matrix m)
Performs transformation by given matrix |
Uses of Matrix in org.eclipse.birt.chart.internal.computations |
Methods in org.eclipse.birt.chart.internal.computations that return Matrix | |
Matrix |
Matrix.copy()
|
Matrix |
Matrix.transpose()
|
Matrix |
Matrix.times(Matrix matrix)
|
static Matrix |
Matrix.identity(int m,
int n)
|
Matrix |
Matrix.inverse()
|
Methods in org.eclipse.birt.chart.internal.computations with parameters of type Matrix | |
Matrix |
Matrix.times(Matrix matrix)
|
Constructors in org.eclipse.birt.chart.internal.computations with parameters of type Matrix | |
MatrixDecomposition(Matrix A)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |