Uses of Class
org.eclipse.birt.chart.internal.computations.Matrix

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
 Vector Vector.getMultiply(Matrix m)
           
 void Vector.multiply(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()
           
static Matrix Matrix.identity(int m, int n)
           
 Matrix Matrix.inverse()
           
 Matrix Matrix.times(Matrix matrix)
           
 Matrix Matrix.transpose()
           
 

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)
           
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.